Generate comprehensive documentation with parallel creation by type
Analyzes a project to generate comprehensive documentation in parallel by type, including READMEs, API references, user guides, and developer docs.
When to use
Use this when you need to quickly produce a full suite of clear, structured documentation for a software project from its source code.
How to invoke
manual via /doc_type or auto-invoked when relevant
npx claudepluginhub vinnie357/claudio<doc_type> [project_path]commands/claudio/Analyze a project and generate clear, comprehensive documentation including README, API docs, user guides, and developer documentation through parallel creation for maximum efficiency.
Documentation Types:
readme: Project README with overview and quick startapi: API reference documentationuser: User guide and tutorialsdeveloper: Developer setup and architecture guidefull: Complete documentation suiteTask with subagent_type: "documentation-coordinator" - pass the project_path argument to orchestrate parallel documentation creation by specialized sub-agents.