| name | docs-generator |
| version | 1.0.0 |
| description | Generate documentation for code and projects |
| triggers | ["document","docs","readme","api docs","generate docs"] |
| category | code |
| quality_bar | Documentation is accurate, complete, and follows project style |
Documentation Generator
Generate project documentation.
When to Trigger
- User asks for documentation
- New feature needs docs
- README needs updating
Steps
- Analyze code - Understand what to document
- Check existing - See current documentation
- Generate content - Write documentation
- Add examples - Include code examples
- Format - Follow project style
Quality Bar
- Accurate information
- Clear examples
- Follows project conventions
- Links to related docs
Tools Required
- read_file
- write_file
- search (for related docs)