debugger skills

29 tagged debugger, measured the same way as everything else here.

Browse within: dotnet 11icordebug 11

debug-live

01

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

frontend-design

02

theodo-group/debug-that

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

157 3mo ago A 77 tokens copy · 94% MIT

dbg

03

theodo-group/debug-that

Skill Claude CodeCodex

Debug applications using the dbg CLI debugger. Supports Node.js (V8/CDP), Bun (WebKit/JSC), Python (debugpy/DAP), Java (JDWP/DAP), and native code via LLDB (DAP). Use when: (1) investigating runtime bugs by stepping through code, (2) inspecting variable values at specific execution points, (3) setting breakpoints and…

157 3mo ago A 206 tokens original MIT

ek-omniprobe-ai

04

EmbeddedKitOrg/EK-OmniProbe

Skill Claude CodeCodex

A local bridge for reading serial-port text and standard samples, then analysing logs and signal waveforms and adjusting device settings safely. Serial ports are connections commonly used to communicate with embedded devices.

90 18d ago A 83 tokens

speckit-checklist

05

jkolo/debug-mcp

Skill Claude CodeCodex

Generate a custom checklist for the current feature based on user requirements.

25 6d ago A 19 tokens AGPL-3.0

speckit-clarify

06

jkolo/debug-mcp

Skill Claude CodeCodex

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

25 6d ago A 34 tokens AGPL-3.0

speckit-specify

07

jkolo/debug-mcp

Skill Claude CodeCodex

Create or update the feature specification from a natural language feature description.

25 6d ago A 19 tokens AGPL-3.0

embedded-debugging

08

Klievan/jlink-mcp

Skill Claude CodeCodex

Debug embedded firmware on real hardware through the jlink-mcp server — crashes, hangs, peripheral misconfiguration, silent devices. Covers loading ELF symbols for source-level backtraces, supplying an SVD for named peripheral fields, and the halt/read/resume discipline. Use whenever debugging a microcontroller over a…

25 4d ago A 77 tokens original MIT

release

09

FgForrest/mcp-jdwp-java

Skill Claude CodeCodex

Use when cutting a new release of the jdwp-debugging plugin — bumping the user-facing version, writing a CHANGELOG entry, committing, tagging, and pushing. Triggers — "do a release", "ship X.Y.Z", "release the last commits", "bump the version", "tag a release".

24 1mo ago A 67 tokens original MIT

java-debug

10

FgForrest/mcp-jdwp-java

Skill Claude CodeCodex

Debug a live Java application via the jdwp-inspector MCP server — breakpoints, runtime state, expression eval, variable mutation, exception-throw-site catches, non-intrusive line/exception logpoints, and field watchpoints (suspend or log on every read/write of a specific field).

24 1mo ago A 60 tokens original MIT

jdbg

11

PieceOfFall/jdbg

Skill Claude CodeCodex

Use the jdbg CLI to debug Java programs interactively from Pi when real runtime state is needed: variables, fields, expressions, exceptions, breakpoints, stepping, threads, locks, or JDWP attach. Pi should use the CLI because jdbg does not install an official Pi MCP server.

11 1mo ago A 62 tokens original Apache-2.0

jdbg

12

PieceOfFall/jdbg

Skill Claude CodeCodex

Use when you need a Java program's real runtime state instead of reading source or adding print statements — the actual value of a variable/field/expression at a line, why an exception or NullPointerException is thrown (with stack + locals at the throw site), what a thread is blocked or deadlocked on, or how execution…

11 1mo ago A 105 tokens original Apache-2.0

crash-triage

13

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

Algiras/debugium

Skill Claude CodeCodex

Drive live debug sessions for Python, Node.js, TypeScript, C, C++, Rust, Java, Scala, and WebAssembly using the Debugium MCP tools. Use when asked to debug code, set breakpoints, inspect variables, step through execution, trace bugs, or find why something crashes.

4 5mo ago A 67 tokens

SLP-DEV1/qwen-dap-mcp

Skill Claude CodeCodex

Diagnose native C/C++ crashes, hangs/deadlocks, bad runtime state, and crash dumps with qwen-dap-mcp and DAP. Use for crashes, minidumps/core dumps, processes that stop making progress, lock/wait triage, unexpected variable changes, differential good-versus-bad runtime comparison, bounded value/write tracing…

2 5d ago A 95 tokens original Apache-2.0

inspector-mcp

16

AbianS/inspector-mcp

Skill Claude CodeCodex

Debug a live Node.js process via CDP — connect to --inspect, set TypeScript breakpoints, step through code, and inspect variables at runtime. Use when the user mentions debugging, --inspect port, breakpoints, wants to trace a bug, inspect what a variable holds, or understand why code behaves unexpectedly at runtime.

2 5mo ago A 71 tokens