Code Intelligence Suite
A consolidated suite for deep codebase comprehension, decision archaeology, impact analysis, and runtime diagnostics.
Sub-Skills & Capabilities
Read the relevant sub-skill file via view_file on demand:
| Sub-Skill | Trigger Keywords | Path |
|---|---|---|
why |
Decision archaeology, design rationale, why code exists | why/SKILL.md |
how |
Runtime execution trace, data flow, component ownership | how/SKILL.md |
blast-radius |
Dependency graph impact, ripple effects before refactoring | blast-radius/SKILL.md |
diagnosing-bugs |
Symptom capture, repro scripts, root-cause isolation | diagnosing-bugs/SKILL.md |
teach |
Plain-language system walkthroughs & persistent learning workspaces | teach/SKILL.md |
show-me-your-work |
TSV decision log for multi-step or unattended runs | show-me-your-work/SKILL.md |
Operating Protocol
- When asked why something was built a certain way, consult
why/SKILL.mdto inspect git history, commit messages, PRs, and ADRs before answering. - Before making wide refactors, invoke
blast-radius/SKILL.mdto trace downstream dependants. - When tracking down elusive bugs, follow
diagnosing-bugs/SKILL.mdto build an isolated reproduction script before editing application code.