analyze-project
Installation
SKILL.md
Analyze Project
Overview
Perform deep analysis of a codebase to understand its architecture, patterns, dependencies, and opportunities for improvement.
Core principle: Understand before changing. Map before navigating.
Trigger: /popkit:project analyze command or when starting work on unfamiliar project
Arguments
| Flag | Description |
|---|---|
--json |
Output structured JSON instead of markdown, save to .claude/analysis.json |
--quick |
Quick summary only (5-10 lines) |
--focus <area> |
Focus analysis: arch, deps, quality, patterns |