Code Exploration
Installation
SKILL.md
Code Exploration Skill
This skill defines how to systematically explore and document a codebase. It supports four exploration levels, each with a defined scope and required outputs. Levels can be explored standalone or chained together using Drilldown Mode for progressive, recursive exploration.
Exploration Levels at a Glance
| Level | Scope | Use When |
|---|---|---|
| L1 — Repo | Entire repository | Onboarding, architecture review, big-picture understanding |
| L2 — Module | A single feature module/package | Understanding a domain area or planning changes to a feature |
| L3 — File | A single source file | Reviewing a class, entity, or controller before editing |
| L4 — Function | A single function or method | Debugging, tracing a specific behaviour, or understanding side effects |