Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use this skill when navigating unfamiliar codebases, understanding legacy code, onboarding to a new project, or reverse-engineering how something works. Trigger on keywords: unfamiliar code, legacy code, understand this codebase, how does this work, new project, onboarding, read code, trace through, what does this do.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 10% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 2% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 11% | 0% |
| case-08 | ✓→✓ | = Same ✓ | 15% | 0% |
Code is read 10x more than it's written. Reading code is a skill you actively develop — not a passive activity.
Always explore a new codebase in this order:
For understanding a specific flow:
1. Start from the trigger (user action, API call, scheduled job)
2. Follow the execution path step by step
3. Note: what data flows in? what comes out?
4. Identify where external systems are called
5. Mark where business logic lives vs. infrastructure"Explain what this function does, including:
- What it takes as input
- What it returns
- Any side effects
- Non-obvious behavior I should know about"
"Walk me through how [feature] works,
starting from [entry point] to [output]"
"What would I need to understand to safely
modify [specific part] of this code?"Other measured skills in the registry, with their headline benchmark lift.