Debugging skills

10,122 tagged Debugging, measured the same way as everything else here.

Browse within: LLM 148agent 96cli 94agents 83skills 80javascript 74agentic-ai 72claude-code-plugin 50ai-coding 41ai-skills 40ab-testing 39mcp-server 39kubernetes 38openai 38

uniapp-mp-automation

721

little-apppple/uniappSkill

Skill Claude CodeCodex

WeChat Mini Program automated build + debug workflow with version-based auto-selection between official Skills (wechatide CLI) and automator (miniprogram-automator). Covers npm build, appid verify, DevTools launch, 31 automation ops via helper daemon, and enriched E2E methodology requiring console/view/style checks at…

not rated 2 1mo ago A 145 tokens

ilspycmd

722

NKingpp/ilspycmd-SKILL

Skill Claude CodeCodex

.NET assembly decompiler CLI tool. Invoke when user needs to decompile DLL/EXE files, reverse engineer .NET assemblies, extract C# source code from compiled binaries, or analyze .NET metadata.

not rated 2 3mo ago B 45 tokens original Apache-2.0

nuedc

723

ProfYangShengXu/nuedc-skills

Skill Claude CodeCodex

A workflow for solving China’s National Undergraduate Electronic Design Contest (TI Cup), from understanding a task to designing circuits, writing code, compiling, flashing, and debugging. It can generate wiring diagrams and support MCU, FPGA, simulation, and PCB work, but physical wiring, soldering, and instrument operation still need a person.

not rated 2 24d ago A 65 tokens original MIT

dstest

724

bxrne/dstest

Skill Claude CodeCodex

Deterministic simulation testing for containerized services. Write Lua scripts to inject chaos (pause, kill, resource deprivation) into Docker containers with reproducible, seeded fault injection. Use when writing chaos experiments, testing service resilience, or debugging distributed systems.

not rated 2 changed 3d ago A 53 tokens original MIT

gpu-perf-agent

725

Makio64/gpu-perf-agent

Skill Claude CodeCodex

Profiles WebGPU and WebGL2 pages on demand using auto-instrumentation and browser trace analysis to diagnose performance bottlenecks, VRAM consumption, frame stutter, and JS heap churn. Use when asked to profile, benchmark, or find regressions in a WebGPU/WebGL2/three.js page, or to compare GPU performance between two…

not rated 2 1mo ago A 77 tokens original MIT

code-change-impact

726

mghareeb/code-change-impact

Skill Claude CodeCodex

Trace the impact (blast radius) of a code change in ANY codebase and prove it didn't break anything else — language- and framework-agnostic. Use RIGHT AFTER a fix to a feature, function, module, type, route, API endpoint, schema, or config, before committing, opening a PR, or pushing. Triggers: "did this break…

not rated 2 2mo ago A 238 tokens original MIT

less-is-more

727

oddyblue/Less-Is-More-Skill

Skill Codex

Architecture-first, reduction-first workflow for code changes, debugging, refactoring, and cleanup. Use to trace the owning path, prefer no edit and subtraction before additions, replace obsolete behavior instead of layering around it, keep scope closed, refute your own diagnosis and fix before believing them, verify…

not rated 2 27d ago A 75 tokens original MIT

lsp-validation

728

shahidshabbir-se/my-pi-setup

Skill Claude CodeCodex

Use Language Server Protocol tools for code validation, navigation, and refactoring. Essential for maintaining code quality.

not rated 2 3mo ago A 25 tokens original MIT

issue-handler

729

TuTouPower/repo_template

Skill Claude Code

A template-repository issue-handling workflow for investigating reports from consumer repositories, reproducing problems, identifying root causes, and proposing fixes. After approval, it updates the shared template files and runs tests.

not rated 2 today A 133 tokens

ulpi-io/agent-library

Skill Claude Code

Automatically orchestrate multiple specialized agents working in parallel to debug, diagnose, and fix independent problems across different subsystems. Use when encountering 3+ unrelated bugs, test failures, or issues in isolated modules that don't share root causes. Match each problem to the right expert agent…

not rated 2 10mo ago A 96 tokens

look-for-work

731

mpge/look-for-work-codex

Skill Claude CodeCodex

Proactive codebase analysis agent that scans for the highest-impact improvement opportunities across architecture, security, performance, testing, code quality, and more. Use when asked to "look for work", audit a codebase, or find what to fix next.

not rated 2 5mo ago A 54 tokens original MIT

audit-deep-logic

732

daanvandenbergh/claudekit

Skill Claude Code

Top-down, whole-system audit of a codebase's DEEP LOGIC - the bugs that live in the SEAMS between modules, not inside any one file. Finds contracts that drift across module boundaries, invariants enforced on one path but broken on a sibling path, cross-cutting responsibilities (deletion cascade, tenant-scope…

not rated 2 5d ago A 0 tokens

code-refactor

733

marcelopalin/claude-howto-pt-br

Skill Claude CodeCodex

Refatoração sistemática de código baseada na metodologia de Martin Fowler. Use quando usuários pedem para refatorar código, melhorar estrutura de código, reduzir dívida técnica, limpar código legado, eliminar code smells ou melhorar a manutenibilidade do código. Esta skill guia através de uma abordagem em fases com…

not rated 2 5mo ago A 72 tokens

craft-project-audit

734

derjochenmeyer/claude-code-craft

Skill Claude Code

Fast project health check. Structure completeness, namespace purity, file staleness, hook functionality, decisions format, memory adoption, dream history, setup quality — all from local files. Works with or without git. No agents, no external fetches, 15-30 seconds. For deep analysis with feature adoption and session…

not rated 2 4mo ago A 79 tokens original MIT

diagnose-ci-failures

735

jlost/kserve-prompts

Skill Claude CodeCodex

Diagnose errors in all failed Prow CI jobs for a given GitHub PR. Use when the user shares a PR URL and asks to check CI logs, investigate test failures, or understand why CI is failing.

not rated 2 5mo ago A 50 tokens

debug

736

nphausg/ai-agent-skills

Skill Claude Code

Structured debugging assistant. Use /debug to get a guided diagnosis of any bug — Claude will ask the right questions and then pinpoint the root cause.

not rated 2 1mo ago A 31 tokens original Apache-2.0

skill

737

gleicon/borescope

Skill Claude CodeCodex

Static call-path engine. Answers "what calls what?" from structure, not execution. Use before reading source files — it is faster and token-cheaper than grep-and-read.

not rated 2 7d ago A 0 tokens

his-log-diagnosis

738

zyx379/zoehis_workflow

Skill Claude CodeCodex

A troubleshooting skill for ZOEHIS, a hospital information system, that investigates production issues using request logs, application logs, SQL, source code, parameters, and optional business data. It requires a trace ID, which links related events across a request.

not rated 2 1mo ago A 92 tokens original MIT

kwai-intranet-check

739

Jest3r666/kwai-ai-tools

Skill Claude CodeCodex

A connectivity-checking workflow for Kuaishou internal services, including single sign-on, configuration services, caches, and bastion hosts. A bastion host is a controlled server used to reach protected systems.

not rated 2 24d ago A 50 tokens

context-degradation

740

sheng3233836/vibe-coding-standards

Skill Claude CodeCodex

This skill should be used when the user asks to "diagnose context problems", "fix lost-in-middle issues", "debug agent failures", "understand context poisoning", or mentions context degradation, attention patterns, context clash, context confusion, or agent performance degradation. Provides patterns for recognizing…

not rated 2 5mo ago A 66 tokens

diffwarden

741

jperocho/diffwarden

Skill Claude CodeCodex

Review deeply. Fix safely. Report briefly. Work anywhere — PRs, git workspaces, non-git folders, and documents. Inspect diffs or files, classify findings, fix safe issues, verify, and loop until ready. Supports /diffwarden and /dw slash commands in Claude Code, Cursor, and Pi Agent; Codex CLI uses $diffwarden or…

not rated 2 27d ago A 80 tokens original MIT

clean-code-refactor

742

menaawed12/clean-code-refactor

Skill Claude Code

Refactor, review, and harden code without changing intended behavior. Use for cleanup, code review remediation, extracting responsibilities, simplifying modules, improving tests, lint remediation, duplicate detection, and preventing static-analysis-grade security, reliability, and maintainability issues across major…

not rated 2 1mo ago A 73 tokens original MIT

api-analyzer

743

Nuggets1024/api-analyzer

Skill Claude CodeCodex

A backend API investigation skill that maps interfaces, traces individual request paths, and diagnoses server errors. It applies to common frameworks such as Spring, Express, FastAPI, and Gin.

not rated 2 4mo ago A 53 tokens original MIT

patchwork-agent

744

dzxpert/PatchWork

Skill Claude CodeCodex

Expose running process manipulation tools (memory read/write, pattern scans, hooks, detours, Lua scripts) inside a 64-bit target process like Star Citizen.

not rated 2 3mo ago A 36 tokens AGPL-3.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: