analyze-codebase
Installation
SKILL.md
Analyze Codebase
Generate comprehensive analysis of the codebase structure, architecture, and organization.
When to Use
- Onboarding new developers
- Architecture documentation
- Project health assessment
- Before major refactoring
- Understanding system complexity
Analysis Process
Step 1: Discovery
# Project structure
tree -L 3 -I 'node_modules|.next|dist|build|coverage'