From claude-code-expert
Guides evidence-driven analysis for hard bugs, architecture decisions, root-cause investigation, and high-stakes implementation planning using repo fingerprints, hypothesis ladders, and evidence matrices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-expert:deep-code-intelligenceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the task is too important, ambiguous, or coupled for a fast “implement first” approach.
Use this skill when the task is too important, ambiguous, or coupled for a fast “implement first” approach.
Increase solution quality by forcing Claude to gather evidence, expose hidden assumptions, and compare multiple paths before changing code.
Collect only the facts that change the decision:
Split into:
Do not settle on one explanation early. Generate:
Prefer the next step that invalidates bad theories quickly.
Use a compact table:
| Topic | Evidence | Confidence | Next check |
|---|---|---|---|
| Cause of failure | stack trace + source path + failing test | 0.78 | reproduce with logging |
If confidence is low, say so plainly.
Every serious recommendation should beat at least one credible alternative. Score options on:
Front-load cheap validation:
End with what is still unknown and what would change the recommendation.
| Situation | Escalate to | Why |
|---|---|---|
| Need repo-wide synthesis | principal-engineer-strategist | Better architectural judgement and option scoring. |
| Need multi-track execution | team-orchestrator | Handles parallel work and audit loops. |
| Need library or framework truth | research-orchestrator + Context7 | Reduces hallucination risk and validates API usage. |
| Need final pressure-test | audit-reviewer or /cc-council | Catches blind spots before delivery. |
A good response should include:
Performs evidence-based investigation of issues, bugs, API calls, and integrations to find root causes. Useful for debugging and troubleshooting broken software.
Provides language-agnostic methodologies for complex engineering tasks: debugging stubborn bugs, safe refactoring, code review, production incidents, technical debt triage, and understanding unfamiliar codebases.
Cross-examines non-trivial decisions by spawning a fresh-context reviewer biased to disprove assumptions. Use when correctness matters more than speed: high-stakes code, architectural uncertainty, or asserting unverifiable properties.
npx claudepluginhub thelobbi/claude --plugin claude-code-expert