dhevenddra
01Plugin Claude Code
Dhevenddra's Claude Code plugins. Hosts forensic-deepdive: a persistent code knowledge graph + 9 composite MCP tools for AI coding agents.
Plugin Claude Code
Dhevenddra's Claude Code plugins. Hosts forensic-deepdive: a persistent code knowledge graph + 9 composite MCP tools for AI coding agents.
Plugin Claude Code
Persistent code knowledge graph + 9 composite MCP tools (impact, context, archaeology, flow, query, recordinsight, recallinsights, visualize, trace) for AI coding agents.
Skill Claude CodeCodex
Run a full forensic deep-dive on an unfamiliar codebase, producing five durable markdown artifacts (MAP.md, HOTPATHS.md, ARCHAEOLOGY.md, MENTALMODEL.md, AGENTBRIEF.md). Use when the user says "analyze this repo", "onboard me to X", "I just joined a new team", "deep-dive this codebase", or clones/opens a repo they…
Skill Claude CodeCodex
Answer questions about the current repo by querying its existing forensic-deepdive artifacts (MAP.md, HOTPATHS.md, ARCHAEOLOGY.md, MENTALMODEL.md, AGENTBRIEF.md). Use when the user asks "where does X live", "who owns Y", "how did Z evolve", "what should I touch to add a new W" — AND the repo already has these…
Skill Claude CodeCodex
Incrementally refresh forensic-deepdive artifacts after the codebase has changed. Use when MAP.md or HOTPATHS.md is stale (>7 days or >50 commits old), or after a significant refactor when the user wants artifacts to reflect reality. Do NOT use for first-time analysis (use forensic-deepdive-extract) or simple lookups…
MCP server Claude CodeCodexCursor +2
Forensic deep-dive of any codebase (9 languages). Persistent code knowledge graph + MCP server (9 composite tools incl. hybrid NL query, Mermaid export & cross-stack trace) for AI coding agents, with 5 durable markdown artifacts (MAP, HOTPATHS, ARCHAEOLOGY, MENTALMODEL, AGENTBRIEF) as the human-readable projection.…
Instructions file CodexOpenCode
Instructions for Dhevenddra/forensic-deepdive, covering agents.md, cross-edit obligation, mandatory reading order at session start and mandatory action at session end.
Instructions file
Instructions for Dhevenddra/forensic-deepdive, covering claude.md — forensic-deepdive, what this project is, stack, critical commands and session start protocol (mandatory).
Plugin Claude Code
Forensic codebase brief for surfacev080 — five markdown artifacts (MAP, HOTPATHS, ARCHAEOLOGY, MENTALMODEL, AGENTBRIEF) plus five single-intent Claude skills covering exploring / debugging / impact-analysis / refactoring / onboarding workflows.
Skill Claude CodeCodex
Find the right place to look when something is broken. Use when the user reports an error, regression, crash, flaky test, or unexpected behavior and says "why is X broken", "trace this failure", "where does this exception come from", "what changed that could cause this". Reads docs/codebase/HOTPATHS.md (dependency hot…
Skill Claude CodeCodex
Orient quickly in this codebase. Use when the user says "walk me through this repo", "where do I start", "how is X organized", "explain the architecture", or opens an unfamiliar file and asks what it does. Reads docs/codebase/MENTALMODEL.md (entry points, layers, domains) and docs/codebase/MAP.md (most central files…
Skill Claude CodeCodex
Predict the blast radius before changing code. Use when the user proposes "rename X", "remove Y", "change the signature of Z", "deprecate this function", "what depends on this", "safe to delete". If MCP server is running, calls impact(symbol, direction='upstream') and context(symbol). Otherwise reads…
Skill Claude CodeCodex
Brief a new engineer on this codebase. Use when the user says "I just joined this team", "onboard me to this repo", "I'm new here — what should I know", "give me the first-day brief". Reads all five artifacts in order (docs/codebase/AGENTBRIEF.md → MENTALMODEL → MAP → HOTPATHS → ARCHAEOLOGY) and surfaces ownership /…
Skill Claude CodeCodex
Run a refactor with awareness of coupling and co-change patterns. Use when the user says "refactor X", "extract method", "split this class", "consolidate duplicated logic", "move this to its own module". Reads docs/codebase/AGENTBRIEF.md coupling rules and docs/codebase/HOTPATHS.md co-change clusters; calls MCP…
Cursor rule Cursor
Forensic codebase brief for AI agents.