Files
ericzakariasson 97128c02db Apply writing guide: sentence-case titles, remove em-dashes and semicolons
- Convert all H1 headings to sentence case across skills, rules, agents,
  commands, and READMEs (~65 headings)
- Replace em-dashes with colons in plugin.json descriptions and README
  taglines to match marketplace.json convention
- Replace semicolons with periods and restructure sentences across skills,
  rules, agents, and READMEs (~19 instances)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 18:11:09 -08:00

31 lines
815 B
Markdown

# Documentation plugin
Technical documentation: READMEs, API docs, architecture notes, and changelogs.
## Installation
```bash
agent install documentation
```
## Components
### Skills
| Skill | Description |
|:------|:------------|
| `write-technical-docs` | Produce accurate, maintainable documentation with clear structure and examples |
| `review-doc-accuracy` | Audit docs for drift against current implementation and propose precise updates |
| `draft-readme` | Create or refresh a README with setup, usage, and troubleshooting guidance |
| `draft-api-docs` | Generate API documentation from current routes, models, and error behavior |
### Rules
| Rule | Description |
|:-----|:------------|
| `docs-quality-standards` | Quality standards for clarity, accuracy, and maintainability |
## License
MIT