From productivity-skills
Generates documentation explaining codebase architecture, key components, data flow, and development guidelines. Useful for understanding unfamiliar code, creating onboarding docs, or documenting system architecture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/productivity-skills:codebase-documenterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates comprehensive documentation for codebases - architecture, components, data flow, development guidelines.
Generates comprehensive documentation for codebases - architecture, components, data flow, development guidelines.
Creates markdown documentation:
docs/
├── README.md # Overview and quick start
├── ARCHITECTURE.md # System architecture
├── DEVELOPMENT.md # Development guide
├── API.md # API documentation
├── DEPLOYMENT.md # Deployment guide
└── CONTRIBUTING.md # Contribution guidelines
Or single comprehensive doc if preferred.
4plugins reuse this skill
First indexed Jun 6, 2026
npx claudepluginhub chaosclubco/claude-skills-marketplace-c114beb6 --plugin productivity-skillsGenerates documentation explaining codebase architecture, key components, data flow, and development guidelines. Useful for understanding unfamiliar code, creating onboarding docs, or documenting system architecture.
Generates beginner-friendly codebase documentation including READMEs, architecture guides, code comments, and API docs with templates and best practices.
Creates comprehensive technical documentation from existing codebases, analyzing architecture and design patterns to produce long-form manuals and ebooks.