Debugging

15,663 mods in this category, of every kind an agent can take. Each one carries what it costs per session, what the scan found, and whether it is the original.

gdb-mcp-server

1465

airfloats/gdb_mcp

MCP server Claude CodeCodexCursor +2

MCP server "gdb-mcp-server" as configured in airfloats/gdbmcp. Runs locally from the gdb-mcp-server Python package.

not rated 1 4mo ago A tokens not measured original MIT

fence

1466

tokyubevoxelverse/fence

Skill Claude CodeCodex

Investigate why a strange piece of code exists before anyone deletes it (Chesterton's fence). Use when the user points at a weird line, hack, magic constant, or workaround and asks why it's there, whether it's still needed, or if it's safe to remove.

not rated 1 1mo ago A 57 tokens original MIT

test-execution

1467

zavora-ai/skill-test-execution

Skill Claude Code

Orchestrate test execution — run unit, integration, and E2E tests, collect coverage reports, and analyze failures. Use when running tests, checking coverage, debugging test failures, or validating code changes before merge.

not rated 1 3mo ago A 48 tokens

dead-code-audit

1468

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Thoroughly find dead, unused, and unreachable code in a repository and produce a confidence-ranked report. Use this skill whenever the user asks to find dead code, unused variables, unused functions or classes, unreachable code, orphaned files, unused exports, unused dependencies, stale CI files, orphaned config…

not rated 1 26d ago A 0 tokens

ralph-replanner

1469

javi22020/ralph

Agent Claude Code

Triage a stuck Ralph loop and propose either a revised fix plan, a specific question to ask the user, or a recommendation that the task is infeasible. Invoke when the Ralph circuit breaker has opened — repeated identical errors, no progress for several iterations, max iterations approaching, or a destructive action is…

not rated 1 4mo ago A 72 tokens

checkup

1470

tokyubevoxelverse/checkup

Skill Claude CodeCodex

Give a repository a full health exam — doc rot, dependency staleness, CI decay, git hygiene, dead links, docs contradicting code — and grade it. Use when the user wants to know what quietly rotted, or a prioritized maintenance list.

not rated 1 1mo ago A 55 tokens original MIT

defect-analyzer

1471

ukkuru/testmetry-skills

Skill Claude Code

Use when someone asks to analyze a defect report, analyze bug data, perform defect metrics analysis, review a defect log, or upload a defect file for quality insights.

not rated 1 5mo ago A 38 tokens

zavora-ai/skill-observability-monitoring

Skill Claude Code

Orchestrate full-stack observability — query logs, search traces, monitor metrics, manage alerts, handle incidents, track SLOs, and execute runbooks. Use when debugging errors, investigating latency, checking service health, managing alerts, responding to incidents, reviewing SLO burn rate, or finding runbooks.

not rated 1 3mo ago A 68 tokens

subtraction-audit

1473

Howell5/willhong-skills

Skill Claude CodeCodex

A code-reduction audit method for finding unused code, duplicate implementations, unused dependencies, and unnecessary generalisation. It also creates automated checks to prevent a codebase from growing without need.

not rated 1 28d ago A 161 tokens

code-graph

1474

valarpirai/code-graph

Skill Claude Code

Query the Code Graph knowledge graph for this codebase. Use when the user asks about code structure, call relationships, dependencies, blast radius, or wants to run SPARQL queries against the project graph. Requires the backend and MCP server to be running.

not rated 1 4mo ago A 55 tokens original MIT

claude-drift

1476

marky291/claude-drift

Plugin Claude Code

Bundles 1 skill, 2 agents · 243 tokens together

Detects and fixes drift between a project's Claude artifacts (CLAUDE.md, skills, commands, agents, hooks/settings, and native/MCP memory) and the project's actual current reality: broken references, stale context, and legacy-narration framing that should read forward-looking.

not rated 1 3mo ago A tokens not measured original MIT

grounding-guard

1477

sanjeewamadhuranga/grounding-guard

Plugin Claude Code

Bundles 2 skills, 2 hooks · 79 tokens together

Hook-enforced ground-truth verification for Claude Code. Catches fabricated package names, unpublished versions, unresolvable imports, and nonexistent git SHAs before they land in your codebase — and feeds the correction back to Claude so it fixes itself in-loop.

not rated 1 2mo ago A tokens not measured original MIT

repo-doctor

1478

BekbolotM/repo-doctor

Plugin Claude Code

Bundles 1 command, 6 agents · 199 tokens together

Full health checkup for any repository: Health Score 0-100, findings across 5 dimensions (security, code quality, testing, production readiness, docs), a prioritized fix plan, and one-command fixes with /audit fix N.

not rated 1 1mo ago A tokens not measured original MIT

columbo

1479

takoyaro/the-agency

Agent Claude Code

Root-cause investigator. Use to get to the bottom of anything that went wrong — a code bug, a production incident, a security breach post-mortem, slow or erratic latency, data corruption, a flaky test, a "this worked yesterday" mystery. Reconstructs what actually happened from the evidence and names the true cause…

not rated 1 2mo ago A 77 tokens original MIT

craftsman

1481

gul-labs/craftsman-marketplace

Plugin Claude Code

Bundles 12 skills · 1,830 tokens together

Ship something with Lovable, Replit, Bolt, v0, Claude Code, or Codex and it works, but nobody with an engineering background has checked it. This is the engineering review you'd get from the technical co-founder you don't have. craft-audit checks the whole project across ten areas: UX, frontend, backend, database…

not rated 1 changed today A tokens not measured original MIT

fable-method

1482

debabsah/fable-method

Plugin Claude Code

Bundles 7 skills, 1 agent, 2 hooks · 582 tokens together

Installs 'The Fable Way' working discipline, built for a frontier Claude model at medium-xhigh effort: an auto-triggering method skill (reflexes, risk tiers, plan shape, a calibrated-code stance) plus runner skills (scope, debug, adversarial review, verify, ship) that dispatch a capability-confined fable-lens reviewer.

not rated 1 1mo ago A tokens not measured original MIT

phase-gate

1483

keez97/phase-gate

Plugin Claude Code

Bundles 4 commands, 3 agents · 320 tokens together

Plan → implement → validate → adversarial debug-sweep loop, linked by a verification.jsonl artifact.

not rated 1 4mo ago A tokens not measured original MIT

python-clang-mcp

1484

dlebed/python-clang-mcp

Plugin Claude Code

Bundles 1 MCP server

C/C++ code introspection via libclang — fills gaps that clangd-via-LSP cannot expose (macro expansion at use-site, record layout, predicate-based AST queries, bitfield audits, attribute audits, call-site argument patterns).

not rated 1 1mo ago A tokens not measured

intelaisense

1485

vonargo/intelaisense

Plugin Claude Code

Bundles 1 skill, 2 hooks · 27 tokens together

A perception layer for AI coding agents: ambient, on-write signals (staleness, diagnostics, blast-radius) pushed into context via one dispatcher hook.

not rated 1 2mo ago A tokens not measured original MIT

dissect

1486

afaraha8403/balakit

Skill Claude Code

Evidence-driven dissection of an existing service, written plan, or codebase area. Interrogates every entity (table, field, component, endpoint, module, boundary) against ground truth from multiple sources at once, red-teams each verdict devil's-advocate style, and arrives at the minimal-build optimization plan. Runs…

not rated 1 changed yesterday A 143 tokens original MIT

skeptic

1487

IyedNasra/skeptic

Skill Claude CodeCodex

Use when debugging failures, writing tests, starting multi-step tasks, modifying build systems, integrating APIs, or validating assumptions before heavy execution.

not rated 1 14d ago A 30 tokens original MIT

auto-instrument

1488

soleimanmansouri/debug-bank

Skill Claude CodeCodex

Fallback debugging when no pattern matches — hypothesis-driven code instrumentation with auto pattern extraction.

not rated 1 3mo ago A 19 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: