analyze-codebase

Installation
SKILL.md

Analyze Codebase

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'
Installs
94
GitHub Stars
32
First Seen
Apr 7, 2026
analyze-codebase — shipshitdev/skills