codebase-explorer
Installation
SKILL.md
Codebase Explorer
A field manual for understanding unfamiliar code. Produces navigable maps of system behavior, not summaries of file contents.
Core Principle
The file tree is storage, not understanding. Directory structure reflects how a team organized artifacts. Logic traces reveal why code exists and what it does. When these conflict, trust the trace.
Understanding is not "I have read the code." Understanding is "I can tell you what happens when X changes."
You cannot understand a whole system. Build a portfolio of vertical slices — complete paths from input to output that let you predict behavior in bounded regions.
Who This Is For
This skill produces different value for different audiences. Adapt depth and vocabulary to the user's role.