debugging tool skills

33 tagged debugging tool, measured the same way as everything else here.

Browse within: proxy 28proxy-server 28web-debugging-proxy 28

crash-triage

01

r00tify/crashdx

Skill Claude CodeCodex

Triage an Apple crash report (.ips) using the crashdx CLI. Symbolicate, get an evidence-cited diagnosis with ranked hypotheses, and walk the verdict back to a code fix. Use whenever the user has a crash report, .ips file, TestFlight/user-submitted crash, or asks why their app crashed.

7 1mo ago A 71 tokens original MIT

rr-debug-logic

02

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

03

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

04

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

agentic-workflow

05

Proxyfan/Proxyfan

Skill Claude CodeCodex

Orchestrator that dispatches every Proxyfan specialist skill in parallel and folds their findings into one prioritised, deduplicated action plan. Works for whole-codebase analysis and for PR / branch / working-tree diffs.

2 2mo ago A 50 tokens original MIT

code-duplication

06

Proxyfan/Proxyfan

Skill Claude CodeCodex

Cross-file structural-duplication specialist for Proxyfan — catches parallel implementations, branch explosions, adapter accumulation, and the fragmentation that creeps in when narrow edits accumulate beside an existing abstraction.

2 2mo ago A 42 tokens original MIT

Proxyfan/Proxyfan

Skill Claude CodeCodex

Domain-modelling specialist for Proxyfan — evaluates bounded-context integrity, aggregate boundaries, anemic models, ubiquitous-language drift, and infrastructure contamination of the domain.

2 2mo ago A 35 tokens original MIT