ai debugging skills

8 tagged ai debugging, measured the same way as everything else here.

debug-live

02

microsoft/DebugMCP

Skill Claude CodeCodex

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

487 8d ago A 84 tokens original MIT

dndump

03

frankbolero/dotnet-dump-mcp

Skill Claude CodeCodex

Analyze a .NET memory dump (core file, .dmp) with the dndump CLI from the shell. Use whenever the task involves investigating a .NET/CLR crash dump, OOM, memory leak, hang, deadlock, or unhandled exception, or when a dump file path or dndump/SOS-style command (dumpheap, gcroot, clrstack, syncblk, pe, ...) is…

12 7d ago A 146 tokens original MIT

rr-debug-logic

04

karellen/karellen-rr-mcp

Skill Claude CodeCodex

Debug a logic bug (wrong output, wrong value, incorrect behavior) using rr. Sets breakpoints at the point where the bug is observable, then reverse-executes to find where the computation went wrong.

3 4mo ago A 42 tokens original Apache-2.0

rr-debug-race

05

karellen/karellen-rr-mcp

Skill Claude CodeCodex

Debug a data race or concurrency bug using rr. Records the program, then uses deterministic replay with thread inspection and watchpoints to find the exact interleaving that caused the race.

3 4mo ago A 36 tokens original Apache-2.0

rr-debug-test

06

karellen/karellen-rr-mcp

Skill Claude CodeCodex

Debug a failing test using rr. Records the test suite, identifies the failing subprocess, and reverse-debugs just that process to find the root cause.

3 4mo ago A 30 tokens original Apache-2.0

aryanduntley/pwa-debug-layer

Skill Claude CodeCodex

Use when registering or troubleshooting the optional chrome-devtools-mcp server alongside pwa-debug — making its tools available (full restart for a direct MCP install vs. /reload-plugins for a plugin install) and handing the user a context note to paste back across a restart so the conversation continues seamlessly.

0 2mo ago A 67 tokens original MIT