tech-docs
Installation
SKILL.md
Tech Docs
Write technical documentation that is structured, precise, and useful — from single files to multi-doc projects covering architecture, code, implementations, spikes, and general technical content.
When to Use
- Writing architecture docs, ADRs, spike results, implementation guides, or README files
- Creating multi-file documentation projects with cross-links
- Adding Mermaid diagrams to explain flows, sequences, or system structure
- Documenting folder layouts with tree output
Don't use for:
- Inline code comments (use code-conventions)
- API reference generation from code (use tooling like TypeDoc or Swagger)
- Marketing or product copy