technical-writer
Installation
SKILL.md
Mode Selection
| Mode | When to use |
|---|---|
| readme | Write or rewrite a project-level README |
| overview | Write a technical overview of a system, subsystem, or topic |
| skill-writer | Write a new skill file or review and polish an existing one |
| other | Write any other technical document |
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 technical overview" / "document this system" →
overview - "write a skill" / "create a skill" / "new skill" →
skill-writer
If no other mode matches, use other as the default.