Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub markus41/claude --plugin claude-code-expertHow 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.
Provides language-agnostic methodologies for complex engineering tasks: debugging stubborn bugs, safe refactoring, code review, production incidents, technical debt triage, and understanding unfamiliar codebases.
Stress-tests code, architecture, PRs, and decisions via structured adversarial analysis. Uncovers hidden flaws with Devil's Advocate reasoning and metacognitive depth. Use for high-stakes review or deliberate problem-finding.
Applies adversarial fresh-context review to non-trivial decisions in code. Use when correctness matters more than speed, in unfamiliar code, or for high-stakes operations.
Share bugs, ideas, or general feedback.
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: