code-analyzer

Installation
SKILL.md

Code Analyzer

Analyze codebase to build comprehensive mental model for downstream operations.

Workflow Overview

  1. Scan — Collect facts via bash script (deterministic)
  2. Understand — Interpret structure and stack
  3. Trace — Follow execution paths through abstraction layers (skip if greenfield)
  4. Build — Construct dependency graph and mental model
  5. Confirm — Output summary with key files list

Step 1: Scan Project

Run codebase scanner to collect facts:

.claude/skills/code-analyzer/scripts/scan-codebase.sh
Installs
13
GitHub Stars
13
First Seen
Feb 6, 2026
code-analyzer — app-builders-club/mvp-builder