technical-writer
Installation
SKILL.md
Mode Selection
| Mode | When to use |
|---|---|
| readme | Write or rewrite a project-level README |
| system-overview | Document an internal system for a technically literate audience |
| skill-writer | Write a new skill file or review and polish an existing one |
| system-feature | Document a specific process, subsystem, or feature in detail |
If the user specifies a mode, use it. Otherwise, infer from the request:
- "write a README" / "document this project" / "generate a README" →
readme - "write a system overview" / "document this system" →
system-overview - "write a skill" / "create a skill" / "new skill" →
skill-writer - "document how X works" / "write up the X feature" →
system-feature
If no other mode matches, use system-feature as the default.
Variable Setup
Related skills