auto-docs
Installation
SKILL.md
Auto-Documentation Generator
Analyzes codebase and generates/updates comprehensive documentation automatically.
When to Use
- User runs
/popkit:plugin docs --generate - After major feature additions
- Before release to ensure complete documentation
- When creating new plugin packages
Arguments
| Argument | Description |
|---|---|
| (target) | Documentation to generate: readme, api, migration, examples, all (default: readme) |
--output=<path> |
Custom output path |
--json |
Output results as JSON |
--verbose |
Show detailed generation process |