Debugging skills

13,064 tagged Debugging, measured the same way as everything else here.

Browse within: claude-code-plugin 54javascript 47agentic 46metaprogramming 46software-development 46software-engineering 46ai-coding 45ai-coding-assistant 42kubernetes 36ai-skills 31agent-framework 30copilot 30openai 29agent-orchestration 27

wpegpt-analyzer

313

WPeace-HcH/WPeGPT-Analyzer

Skill Claude CodeCodex

A skill for using IDA and the WPeGPT plugin to analyse executable files in PE or ELF formats. It produces a structured report about the program, network indicators, suspicious functions, and possible vulnerabilities.

not rated 98 3mo ago A 58 tokens

sql-semantic-check

314

sqlsure/sqlsure

Skill Claude CodeCodex

Check SQL for silent semantic errors (fan-out double-counting, unsafe sums, wrong join keys, sensitive columns) BEFORE executing it against a database. Use whenever you are about to run a SELECT you or another model wrote — especially aggregates over joins. Deterministic, offline, 0.1 ms per check.

not rated 98 1mo ago A 69 tokens original Apache-2.0

ambient-project

315

Bene-2020/plane-codex-mcp

Skill Claude CodeCodex

Quietly maintain a useful project view from meaningful work in the current Codex session. Use when work creates a task, bug, decision, idea, risk, milestone, plan, progress update, or explicit completion.

not rated 101 +39 2d ago A 46 tokens original MIT

codedb-mcp

316

killop/codedb-mcp

Skill Claude CodeCodex

Use the configured codedb MCP server whenever an indexed repository needs lifecycle tracing, implementation discovery, call/dispatch analysis, shared-state producer lookup, branch evidence, architecture explanation, or exact source navigation. Prefer declarative graph queries over repeated wrapper reads or…

not rated 96 +1 1mo ago A 59 tokens

dpis-hook-api-routing

317

Kwensiu/DPIS

Skill Claude CodeCodex

Project-local DPIS hook implementation and diagnosis workflow for Xposed API routing. Use when implementing, reviewing, migrating, or debugging Legacy Xposed hooks, libxposed hooks, API 101 or 102 capability gating, modern/legacy flavor hook wiring, hook entry selection, or fallback behavior between old and new…

not rated 95 +1 today A 71 tokens GPL-3.0

webern/mx

Skill Claude CodeCodex

Use this skill to explain, in plain language, what is wrong with the mx::api round-trip and what it needs next. It drives the failure classifier (dump -> classify) over the corpus, then reads build/api/classified.json and turns it into a prioritized, human-readable worklist grouped by failure shape (crashes, instant…

not rated 93 6d ago A 132 tokens original MIT

decompiler-mcp

319

pardeike/DecompilerServer

Skill Claude CodeCodex

Use when working with the DecompilerServer MCP server to inspect, search, decompile, analyze, or compare .NET assemblies, especially foreign code such as Unity/RimWorld assemblies, third-party DLLs, game binaries, or version-to-version assembly diffs. Prefer this skill when choosing the right DecompilerServer tool…

not rated 94 19d ago A 77 tokens original MIT

fix-ci

320

CliMA/Thermodynamics.jl

Skill Claude CodeCodex

Fix CI failures and performance regressions for a Julia package PR by iterating - triage the latest CI results, fix one root cause, verify locally, push. Use when a PR's GitHub Actions or Buildkite CI is failing, or when CI jobs run slower than they do on the main branch. Verifies CPU and GPU compilation locally…

not rated 93 3d ago A 84 tokens copy · 100% Apache-2.0

agent-tail

321

gillkyle/agent-tail

Skill Claude CodeCodex

Capture browser console logs and dev server output to files with agent-tail. Use when debugging runtime errors, checking console output, tailing or diagnosing logs, or setting up Vite/Next.js log capture.

not rated 91 5mo ago A 44 tokens original MIT

scrcpy-gotchas

322

JuanCF/scrcpy-mcp

Skill Claude CodeCodex

Use when interacting with Android devices via scrcpy-mcp tools (tap, swipe, inputtext, keyevent, uidump, uifindelement, appstart, etc.). Documents common pitfalls and lessons learned.

not rated 91 +3 15d ago A 48 tokens original MIT

aspire

323

AditiKraft/Krafter

Skill Claude CodeCodex

Orchestrates Aspire distributed applications using the Aspire CLI for running, debugging, and managing distributed apps. USE FOR: aspire start, aspire stop, start aspire app, aspire describe, list aspire integrations, debug aspire issues, view aspire logs, add aspire resource, aspire dashboard, update aspire apphost.…

not rated 90 2mo ago A 150 tokens copy · 100% MIT

agent-strace

324

Siddhant-K-code/agent-trace

Skill Claude CodeCodex

Trace and investigate GitHub Copilot CLI sessions with agent-strace. Use when the user wants to capture a Copilot session, replay agent activity, explain a decision, diagnose repeated tool calls or failures, inspect cost, or audit a recorded session.

not rated 90 13d ago A 54 tokens original MIT

serial-debug

325

Adancurusul/serial-mcp-server

Skill Claude CodeCodex

CLI-first serial port debugging and macro automation with serial-mcp-server for Codex and Claude Code. Use when working with UART or USB-serial devices, listing serial ports, probing STM32/Arduino/ESP32 boards, writing or reading serial data, running JSON serial macros, controlling RTS/DTR, or using serial-mcp-server…

not rated 89 +1 1mo ago A 74 tokens original MIT

mturac/everything-openai-codex

Skill Claude CodeCodex

A diagnostic workflow for applications that use AI agents or large language models. It checks layers such as prompts, conversation history, memory, tool use, retries, and final response formatting.

not rated 89 11d ago A 141 tokens original MIT

performance-optimize

327

tensorcircuit/tensorcircuit-ng

Skill Claude CodeCodex

Analyzes and refactors TensorCircuit-NG code to achieve peak time and memory performance. It enforces advanced JAX vectorization, intelligent JIT staging, optimal tensor network contraction, and memory-efficient autodiff strategies.

not rated 89 3d ago A 48 tokens original Apache-2.0

incogbyte/iOS-reverse-engineering-claude-skill

Skill Claude CodeCodex

Extract and analyze iOS IPA, .app bundles, Mach-O binaries, .dylib, and .framework files using ipsw, otool, strings, radare2/rizin, and Ghidra headless. Reverse engineer iOS apps, extract HTTP API endpoints (URLSession, Alamofire, Moya, AFNetworking, GraphQL, WebSocket), trace call flows from ViewControllers to…

not rated 87 +2 2mo ago A 321 tokens original Unlicense

markdy-mcp-debug

329

HoangYell/markdy-com

Skill Claude CodeCodex

Diagnose, troubleshoot, and heal MarkdyScript diagram syntax errors, typos, grammar mistakes, undefined nodes, and flow cycles using Markdy MCP server tools and self-healing recommendations.

not rated 88 +1 today A 44 tokens original MIT

compozy/skeeper

Skill Claude CodeCodex

Find and fix concurrency bugs - deadlocks, races, livelocks, await-holding-lock, database locks, LDPRELOAD init, swarm races. Use when processes hang, tests flake, or auditing concurrency.

not rated 85 3mo ago A 52 tokens original MIT

five-whys

331

tkellogg/open-strix

Skill Claude CodeCodex

Structured root cause analysis for arriving at a concrete action. Use when something went wrong, a pattern keeps recurring, behavior has drifted, or you catch yourself resolving to "do better" / "remember to X" without a concrete artifact. Five-whys forces behavioral resolutions into file edits, config changes, memory…

not rated 85 +1 1mo ago A 96 tokens original MIT

agent-upkeep

332

NVIDIA/elements

Skill Claude CodeCodex ✓ vendor

Perform one small, scoped maintenance improvement to the Elements monorepo and open a single reviewable pull request. Use this skill for scheduled or unattended upkeep runs that improve unit test coverage for one file, fix one behavioral bug in one module, or move one off ESLint rule toward enforcement to reduce…

not rated 85 +2 today A 115 tokens original Apache-2.0

WolframResearch/AgentTools

Skill Claude CodeCodex

Add a new custom CodeInspector rule to detect problematic Wolfram Language patterns. Use when asked to: "add a code inspector rule", "create an inspection rule", "add a lint rule", "detect [pattern] in code inspector", "add CodeInspector rule", "new code analysis rule".

not rated 85 +2 today A 66 tokens original MIT

hpc-ls-dyna

334

SciMate-AI/HPC-Skills

Skill Claude CodeCodex

Create, review, debug, and recover LS-DYNA keyword decks and simulation workflows. Use when working with LS-DYNA .k or .key input files, include trees, explicit crash or impact models, implicit static or quasi-static solves, contact definitions, section and material selection, timestep or mass-scaling control…

not rated 84 5mo ago A 114 tokens original MIT

report-bug

335

watt-mind/coach

Skill Claude CodeCodex

Automatically generate and post detailed bug reports to GitHub Issues for the active project repository. This skill should be used when documenting bugs discovered during development, creating professionally formatted GitHub Issues with reproduction steps, technical insights, and recommended E2E tests.

not rated 83 +2 3d ago A 53 tokens original Apache-2.0

nudge-learnings

336

attunehq/nudge

Skill Claude CodeCodex

Use during repo debugging to search .nudge/learned before investigating, apply relevant notes, and record durable fixes with nudge learn add.

not rated 82 19d ago A 36 tokens original Apache-2.0

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: