Files
cursor__plugins/documentation/README.md
ericzakariasson b697d35c75 Update plugin install docs to use /add-plugin commands.
Replace legacy agent install snippets across plugin READMEs so docs reflect the current add-plugin workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 13:06:54 -05:00

31 lines
813 B
Markdown

# Documentation plugin
Technical documentation: READMEs, API docs, architecture notes, and changelogs.
## Installation
```bash
/add-plugin 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