analyze-project
Installation
SKILL.md
Codebase Analysis & Documentation Generator
Analyze an existing codebase and generate comprehensive documentation by extracting project context from code.
Analysis Process
Step 1: Project Structure Discovery
# Get overall structure
tree -L 3 -I 'node_modules|.git|dist|build|__pycache__|venv|.venv|vendor|target' . 2>/dev/null || find . -type d -maxdepth 3 | grep -v -E '(node_modules|\.git|dist|build|__pycache__|venv)' | head -50
Step 2: Identify Project Type & Tech Stack
Check for these files in priority order: