plugins/claude-code-expert/archive/v7.6.0/skills/deep-code-intelligence/SKILL.md
Evidence-driven workflow for hard coding problems, architecture decisions, root-cause analysis, and high-stakes implementation planning in Claude Code
npx skillsauth add markus41/claude deep-code-intelligenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
development
Enhanced plan-authoring skill with Pre-Writing context gathering, task metadata, non-TDD templates, Red Flags, telemetry, and an automated plan linter. Use when you have a spec or requirements for a multi-step task, before touching code.
tools
Documentation intelligence engine with graph-based API docs, algorithm library, and drift detection
tools
Ultraplan cloud planning — kick off a plan in the cloud from your terminal, review and revise in the browser, then execute remotely or send back to CLI
tools
--- name: mcp description: Configure MCP servers for Claude Code — stdio vs HTTP, authentication, Tools/Resources/Prompts distinction, channels (CI webhook, mobile relay, Discord bridge, fakechat), and cost of always-loaded tools. Use this skill whenever adding an MCP server, debugging connection issues, choosing between MCP Tools vs Prompts vs Resources, installing channel servers, or managing .mcp.json. Triggers on: "MCP server", "mcp config", "add Obsidian MCP", "install context7", "channels"