From claudio
Generates comprehensive project documentation (README, API, user guides, developer docs) via parallel sub-agents by type. Accepts <doc_type> [project_path].
How this command is triggered — by the user, by Claude, or both
Slash command
/claudio:documentation <doc_type> [project_path]commands/claudio/The summary Claude sees in its command listing — used to decide when to auto-load this command
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 start - `api`: API reference documentation - `user`: User guide and tutorials - `developer`: Developer setup and architecture guide - `full`: Complete documentation suite Task with subagent_type: "documentation-coordinator" - pass the project_path argument to orchestrate parallel documentation creation by specialized sub-agents.
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.
npx claudepluginhub vinnie357/claude-skills --plugin claudio/docsGenerate or update project documentation from codebase and specs. Scopes: api|readme|deploy|all. Scans files, drafts for approval, tracks in todo.md.
/indexGenerates project documentation, knowledge base, API docs, structure analysis, or README for a target path. Supports --type (docs|api|structure|readme) and --format (md|json|yaml).
/sc-indexGenerates project documentation and knowledge base from a target directory with structure analysis, organization, cross-referencing, validation, and maintenance. Supports --type docs|api|structure|readme and --format md|json|yaml.
/project-docsGenerates project documentation from codebase analysis, producing ARCHITECTURE.md, API_ENDPOINTS.md, and/or DATABASE_SCHEMA.md. Supports all|architecture|api|database arguments; defaults to auto-detection.
/doc-generateGenerates API docs with OpenAPI specs, architecture diagrams, READMEs, user guides, and CI/CD automation from codebase analysis.
/docsGenerates structured Markdown documentation for a specified code scope, including API reference, code overview, user manual, developer handbook, and appendices.