project-analyzer
Installation
SKILL.md
Project Analyzer
Systematically analyze software projects to understand architecture, entry points, layers, and key files. This skill helps quickly onboard to unfamiliar codebases by mapping structure and identifying critical components.
Analysis Workflow
Follow this workflow to analyze projects efficiently:
1. Run Automated Analysis
First, use the provided script to generate a comprehensive project overview:
python3 scripts/analyze_project.py <project_path>