Skill for writing technical documentation — wiki pages, README files, API docs, guides, changelogs. Triggers on: 'write docs', 'update wiki', 'README', 'documentation', 'API docs', 'guide', 'changelog', 'release notes', 'technical writing'.
Every doc page should have:
| Type | Structure |
|---|---|
| README | What → Quick Start → Usage → Configuration → Contributing |
| Wiki Home | Overview → Quick Start → Page Index |
| API Reference | Endpoint/function per section, params, return, example |
| Guide/Tutorial | Problem → Solution → Step-by-step → Verification |
| Changelog | Version headers, categorized entries (Added/Changed/Fixed/Removed) |
| Architecture Doc | Context → Components → Data Flow → Decisions |
#, ##, ###) — not underline stylekotlin`, bash, ````yamlcode references--- horizontal rules sparingly (between major sections only)All documentation files should include YAML frontmatter when the platform supports it:
---