- Project type: !`ls -la pyproject.toml package.json Cargo.toml go.mod 2>/dev/null | head -1`
Generates comprehensive project documentation including API references, README updates, and changelogs from git history.
/plugin marketplace add laurigates/claude-plugins/plugin install documentation-plugin@lgates-claude-pluginsdocs/ls -la pyproject.toml package.json Cargo.toml go.mod 2>/dev/null | head -1ls -la README.md docs/ 2>/dev/nullfind . -type f \( -name "*.py" -o -name "*.ts" -o -name "*.js" \) | head -10grep -r "\"\"\"" --include="*.py" -l 2>/dev/null | head -3--api: Generate API reference documentation--readme: Update README.md based on code analysis--changelog: Update CHANGELOG.md from git historyDelegate this task to the documentation agent.
Use the Task tool with subagent_type: documentation to generate or update project documentation. Pass all the context gathered above and the parsed parameters to the agent.
The documentation agent should:
Analyze codebase:
Generate requested documentation:
If --api:
If --readme:
If --changelog:
If no flags: Generate all documentation
Follow documentation standards:
Output summary:
Provide the agent with:
The agent has expertise in:
/generateGenerate ready-to-execute hypershift cluster creation commands from natural language descriptions
/generateGenerate documentation from TypeScript/JavaScript code, OpenAPI specs, GraphQL schemas, and SpecWeave specifications.