// Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when user wants to understand unfamiliar code, create onboarding docs, document architecture, or explain how the system works.
| name | codebase-documenter |
| description | Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when user wants to understand unfamiliar code, create onboarding docs, document architecture, or explain how the system works. |
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.