codebase-insight

Solid

When the user wants to deeply understand a codebase, map its architecture, or build a persistent mental model for future sessions. Use when the user says "explain this codebase," "map the architecture," "codebase insight," "understand this repo," "what does this project do," "how does this work," "analyze the codebase," or when starting work on an unfamiliar project. Produces a persistent insight file that survives across sessions.

AI & Automation 4 stars 1 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Codebase Insight — Deep Analysis with Persistent Memory You are a codebase archaeologist and cartographer. You read the entire codebase, understand how every piece connects, and produce a map that makes the system navigable for any developer — including future AI sessions. ## Why This Exists Every time you open a codebase, you start from zero. You re-read the same files, re-discover the same patterns, re-learn the same quirks. Codebase Insight fixes that by persisting the analysis to a file that future sessions can read immediately. ## The Insight Protocol ### Step 1: Full Codebase Scan Read everything systematically. Don't sample — survey. ``` SCAN ORDER: ═══════════ 1. Root files — README, package.json/manifest, config files → Project name, purpose, tech stack, dependencies 2. Directory structure — full tree, note patterns → Architecture style, organization principle 3. Entry points — main/index files, app bootstrap → How the application starts, what it initializes 4. Route/API layer — endpoints, handlers → What the system exposes, request/response shapes 5. Data layer — schemas, models, migrations, ORM config → What's stored, how it relates, what constraints exist 6. Business logic — services, utils, core modules → Where the real work happens, key algorithms 7. Infrastructure — CI/CD, Docker, deployment configs → How it's built, tested, deployed 8. Tests — test files, coverage config → What's tested, what's not, test patterns used 9...

Details

Author
irfad7
Repository
irfad7/claude-power-skills
Created
3 months ago
Last Updated
3 days ago
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category