Debugging skills

12,427 tagged Debugging, measured the same way as everything else here.

Browse within: skills 81javascript 70claude-code-plugin 50metaprogramming 44software-development 44software-engineering 44ai-coding 42ai-skills 41kubernetes 40ab-testing 39agentic 39agent-framework 38openai 34antigravity 31

sunnynet-mcp

433

hmlyn/SunnyNet-wpf

Skill Codex

Use when working with the SunnyNet WPF MCP server to inspect captured HTTP/WebSocket/TCP/UDP sessions, query request or response bodies, manage favorites and notes, search/highlight traffic, control proxy/capture state, or configure SunnyNet rules from an AI session.

not rated 41 +1 6d ago A 61 tokens

cast-debug

434

yaodub/cast

Skill Claude Code

Diagnose Cast behavior end-to-end — agent misbehavior (why did the agent do X? why no reply?) or Cast-server / pipeline issues (why isn't this message arriving? why won't the container start?). Reads gateway DB, agent.db messagelog, agent-runner log, session transcripts, and host server logs layer by layer. When the…

not rated 41 13d ago A 138 tokens original MIT

gitnexus-cli

435

qualixar/qualixar-os

Skill Claude Code

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki".

not rated 41 3mo ago A 59 tokens

vladkesler/initrunner

Skill Claude CodeCodex

Environment variable validation and configuration verification. Checks that required variables are set, config files parse correctly, ports are available, and system dependencies meet version requirements.

not rated 41 5d ago A 34 tokens original Apache-2.0

audit-hard-stops

437

wolverin0/claude-skills

Skill Claude CodeCodex

Walk the H1-H11 hard-stops catalog systematically against an audit scope. Use as the FIRST audit phase after audit-method completes. Runs detection commands for each hard stop class and reports FOUND / NOT FOUND with evidence. If any hard stop is found, the audit verdict locks to 🛑 DO NOT LAUNCH.

not rated 41 12d ago A 69 tokens

FTShare-Lab/agent-claim-network

Skill Codex

Verify and debug this project's ratatui/crossterm TUI by running the ACN agent CLI inside tmux, capturing terminal screens as text, sending scripted keys, checking stderr, and writing focused tmux regressions for requested TUI flows. Use after changes to src/sessiontui, src/bin/acn.rs interactive mode, terminal…

not rated 41 yesterday A 108 tokens original Apache-2.0

hand-compute

439

gbasin/hand-compute

Skill Claude CodeCodex

Hand-computes a system's execution with explicit state at each step. Use when debugging races, state machines, async bugs, regressions; stress-testing a fix; scoping features on existing state; or approaching unfamiliar code. Especially useful for bugs involving client/server sequencing, background refreshes, recovery…

not rated 41 4mo ago A 108 tokens

gh-ci-debugging

440

Chia-Network/cadt

Skill Cursor

Debug GitHub Actions CI failures for the CADT project using the gh CLI. Use when the user asks to investigate a CI failure, check CI status, view CI logs, debug a GitHub Actions run, or references a GitHub Actions URL.

not rated 41 2d ago A 55 tokens original Apache-2.0

agent-doctor

441

AlekseiUL/openclaw-superagent

Skill Claude CodeCodex

A Russian-language diagnostic workflow for OpenClaw, an agent system. It checks areas such as the gateway, memory database, scheduled jobs, tokens, files, and security, and reports possible fixes.

not rated 40 +1 3mo ago C 41 tokens original MIT

openclaw-self-healing

442

Ramsbaby/openclaw-self-healing

Skill Claude CodeCodex

Five-level autonomous self-healing system for OpenClaw Gateway with preflight config validation, persistent learning, reasoning logs, and multi-channel alerts. Features Claude Code as the Level 3 emergency doctor for AI-powered diagnosis and repair.

not rated 39 1mo ago D 53 tokens original MIT

debug

443

Weaverse/.agents

Skill Claude Code

Instrument web/web-app code with structured debug logging via a global variable (window.debuglogs). Produces a clean JSON timeline for reproducing and diagnosing bugs. Use when user wants to debug a feature or track down a bug.

not rated 37 2mo ago A 48 tokens

tlaplus-from-source

444

tlaplus/AgentSkills

Skill Claude CodeCodex

Generate a high-level TLA+ model from source code (C, C++, Rust, etc.). Analyzes code to understand its purpose, creates abstractions, writes TLA+ specification, and proposes invariants and properties. Use when the user wants to model source code in TLA+, create a formal specification from implementation, or verify…

not rated 37 +1 7mo ago A 79 tokens original MIT

gap-loop

445

Disentinel/grafema

Skill Claude Code

Cyclical dogfooding loop: test AI-AGENT-STORIES.md against the live graph, discover new stories, analyze gaps, fix root causes, re-test, write report. Use when: (1) user says "/gap-loop", (2) periodic dogfooding session, (3) after a release or major feature to re-validate stories, (4) before sprint planning to…

not rated 36 13d ago A 88 tokens

sense

446

luuuc/sense

Skill Claude CodeCodex

Local-only MCP server that gives AI coding agents structural understanding of your codebase — symbol graph, blast radius, semantic search, and auto-detected project conventions. Reduces tool calls and tokens for any task that depends on understanding code relationships rather than reading text.

not rated 35 yesterday C 54 tokens original MIT

fixing-code

447

alexei-led/cc-thingz

Skill Claude CodeCodex

Fix code defects with a reproducible feedback loop, root-cause diagnosis, minimal patch, regression test, and clean verification. Use when debugging, diagnosing, or resolving lint/test/build failures. NOT for behavior-preserving refactors (use refactoring-code), test-suite cleanup without a production bug (use…

not rated 35 1mo ago A 78 tokens original MIT

tuist/agent-skills

Skill Claude CodeCodex

Debugs issues users encounter with Tuist-generated projects by reproducing the scenario locally, building Tuist from source when needed, and triaging whether it is a bug, misconfiguration, or something that needs team input. Use when users report generation failures, build errors after generation, or unexpected…

not rated 35 5mo ago A 65 tokens

e2e-debug

449

entireio/external-agents

Skill Claude Code

Diagnose external agent bugs using captured artifacts from the E2E test suite. Artifacts are written to e2e/artifacts/ locally or downloaded from CI via GitHub Actions.

not rated 35 4d ago A 0 tokens

fix-xml-globals

450

UI5/plugins-coding-agents

Skill Claude CodeCodex

Fix XML view/fragment issues that UI5 linter reports but cannot auto-fix. Use this skill when linter outputs these rules: no-globals - For ALL global variable access in XML views — sap., jQuery., AND app-namespace globals (e.g., com.example.app.utils.Handler.onPress, my.app.formatter.method) no-ambiguous-event-handler…

not rated 34 2d ago A 231 tokens original Apache-2.0

aweskill-doctor

451

Webioinfo01/aweskill

Skill Codex

A diagnostic and repair workflow for aweskill state, including missing or broken skill assignments, duplicates, stale entries, sync problems, and malformed skill metadata.

not rated 34 yesterday A 94 tokens original MPL-2.0

dotnet-performance

452

wieslawsoltes/Performance-Skill

Skill Claude CodeCodex

Evidence-first performance engineering workflow for coding agents combining portable .NET diagnostics with platform-native profiling, BenchmarkDotNet, application benchmarking, statistical validation, deployment, container, graphics, and GPU procedures.

not rated 34 1mo ago A 42 tokens original MIT

vivado-debug

453

adeleempurpled290/FPGA-Agent-skills

Skill Claude CodeCodex

Use this skill when the user needs help with Vivado in-system debugging, hardware programming, or debug core configuration. This includes ILA (Integrated Logic Analyzer) configuration and trigger strategies, VIO (Virtual I/O) usage for signal monitoring and control, JTAG-to-AXI Master for AXI transaction generation…

not rated 34 +1 2d ago A 183 tokens GPL-2.0

code-trace-tree

454

saidake/code-trace-tree-vscode

Skill Codex

Read, edit, and refresh Code Trace Tree plugin data (VS Code and JetBrains). Use when the user asks to add/update/remove trace points (line, file, or directory), inspect or modify Code Trace Tree profiles, sync agent-written traces into the IDE, ask the IDE to reload plugin data, or select/navigate to trace points in…

not rated 34 changed 2d ago C 230 tokens copy · 100% MIT

db-core-debugging

455

Cerdore/gdb-cli

Skill Claude CodeCodex

A workflow for investigating database crashes from core dump files, which are saved snapshots of a program's memory after a crash. It uses GDB, a debugger, to inspect threads and call stacks.

not rated 33 4mo ago A 64 tokens original Apache-2.0

system-information

456

symfony/ai-mate

Skill Claude CodeCodex ✓ vendor

Resolve which dependency versions are actually installed, from composer show and composer.lock, when diagnosing version-specific behavior such as a method, argument or class that does not exist in the release that is really running. For the PHP runtime itself (version, OS, loaded extensions) use the…

not rated 33 +1 yesterday A 65 tokens copy · 98% 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: