Debugging skills

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

Browse within: LLM 148agent 95cli 95agents 83skills 79javascript 74agentic-ai 72claude-code-plugin 50mcp-server 43ai-coding 42kubernetes 40ab-testing 39agentic 38ai-skills 38

wbrowser

841

matveikarpov64/Wbrowser

Skill Claude CodeCodex

Use when a task needs a browser that is already signed in — reading a dashboard, checking a web app, filling a form, taking a screenshot of a real page, or debugging a site's console. Drives a real Chrome window the user signed into by hand, so no re-login and no API keys. Do not guess selectors; run wb read first and…

not rated 1 +1 yesterday C 81 tokens copy · 100% MIT

spotify-mcp-doctor

842

NovaLux12/spotify-mcp-server

Skill Claude CodeCodex

Diagnose and repair NovaLux12/spotify-mcp-server failures — auth, permissions, devices, rate limits, OpenClaw wiring. Use when Spotify tool calls fail or setup stalls.

not rated 1 today A 44 tokens original MIT

crashlytics-setup

843

almasumdev/awesome-mobile-observability-agent-skills

Skill Claude CodeCodex

Set up Firebase Crashlytics correctly across Android (Kotlin), iOS (Swift), Flutter, and React Native with custom keys, user ids, and release tagging. Use when adding or auditing Crashlytics integration.

not rated 1 4mo ago A 51 tokens

perception-session

844

dirkknibbe/uipe

Skill Claude CodeCodex

Use when investigating what UIPE's perception layer captures during a workflow. Wraps startperception → drive action → inspect events + summary → stop into a structured session, then reports a markdown summary of which loops fired, anomalies triggered, and intent-loop classifications. Also use when the user says "what…

not rated 1 +1 16d ago A 83 tokens

DaxxSec/cognitropy-lab

Skill Claude CodeCodex

Autonomous visual debugging and testing for React Native / Expo apps running in the iOS Simulator. Uses computer-use to screenshot the simulator, tap through every screen, reproduce bugs, read error messages, fix code, and retest — all end-to-end with minimal user intervention. Use this skill whenever someone asks you…

not rated 1 2mo ago A 178 tokens

luanpdd/kit-mcp

Skill Claude CodeCodex

Evita 5 armadilhas — clock skew (now() vs clocktimestamp()), fencing tokens, GC pause, falhas parciais e modelos de sistema. Use ao desenhar TTL, lease ou distributed lock em Supabase/Edge.

not rated 1 yesterday A 57 tokens original MIT

norma-workflow

847

qualityclouds/norma-mcp

Skill Claude CodeCodex

Run every coding task through Norma's deterministic checks and record the outcome to the audit trail. Use whenever you create or modify code in a workspace connected to the Norma MCP server, when asked to review code against organization standards, or when asked to work through the repository's open issues.

not rated 1 8d ago A 61 tokens original MIT

purinzan/gx3-cli-mcp

Skill Codex

Analyze an existing Mitsubishi GX Works3 .gx3 project with gx3-cli when the user asks what a ladder does, why a device turns on, or whether a project has risks.

not rated 1 yesterday A 44 tokens

project-explorer

849

MausRundung/mcp-explorer

Skill Claude Code

Map and analyze a codebase with the project-explorer MCP server - structure scan, import/export dependency graph, filtered regex search, npm dependency audit, and gated rename operations.

not rated 1 changed today A 39 tokens original MIT

reverse-skills

850

inliver233/reverse-skills

Skill Claude Code

Reverse-engineer Android APKs, especially Flutter/Dart AOT apps. Guides static analysis (blutter, object-pool deserialization, capstone disasm), ARM64 libapp.so binary patching, Frida dynamic instrumentation, signature/integrity-bypass, packer (360 jiagu) handling, and test-environment choice. Use when the user wants…

not rated 0 +2 2mo ago A 174 tokens original MIT

ast-mcp

851

mwillbanks/ast-mcp

Skill Codex

Use ast-mcp when exploring unfamiliar code, tracing symbols or dependencies, reading and hashing files, creating files, or editing existing code under AST-isolated write rules. Also use when ast-mcp tools are missing and the MCP, hooks, or skill need local or global installation.

not rated 0 yesterday A 60 tokens original MIT

pipehero

852

pipehero/pipehero-mcp

Skill Claude CodeCodex

Tunnel localhost to a public URL — debug webhooks (inspect and replay captured requests, and via the Pipehero MCP server let the agent read captured webhooks and diagnose failing handlers against the code), expose your own MCP server (Streamable HTTP) so a cloud-only client like Claude.ai or ChatGPT can reach it, or…

not rated 0 18d ago C 148 tokens

Marc-Dvci/praxis-datahub

Skill Claude Code

Use this skill when a source schema change has broken, or is about to break, a downstream transformation and the user wants a fix they can merge — not a summary. Triggers on: "a column was renamed, fix the dbt model", "this field is gone downstream", "schema drift", "our model still selects the old column", "generate…

not rated 0 29d ago A 140 tokens original Apache-2.0

pulse-mcp

854

tarunmalpani/pulse-mcp-bridge

Skill Claude CodeCodex

Lets an AI coding assistant query a running React Native/Expo mobile app's live device status, logs, crashes, and screenshots — through a cloud relay, so the app and the assistant don't need to be on the same Wi-Fi network. This is Phase 1 of the pulse-mcp-bridge project (relay only) — it does not include the…

not rated 0 21d ago A 0 tokens

xiaohuxi/config-drift-guard-mcp

Skill Codex

Analyze configuration drift between environments and produce a prioritized, non-destructive remediation plan. Use when comparing .env, YAML, JSON, or Java Properties files; investigating missing or inconsistent configuration; reviewing configuration changes before release; checking for plaintext secrets; or preparing…

not rated 0 1mo ago A 64 tokens original MIT

weavatrix-js

856

Weavatrix/weavatrix-js

Skill Claude CodeCodex

Use the Weavatrix MCP as a reusable local repository-intelligence layer: understand unfamiliar applications with a bounded code graph, reduce repeated context, review Health, dead code, duplicates and history, trace endpoints and blast radius, enforce target architecture, and verify changes before a PR.

not rated 0 14d ago A 60 tokens original MIT

bugproof

857

sidinsearch/BugProof

Skill Claude Code

Capture, replay, and debug failures with portable executable .bug artifacts. Use when debugging failures, reproducing bugs, sharing bug reports, or comparing failures across environments. Supports capture, replay, diff, inspect, doctor, verify, clean, prune, share, pull, watch, init, keygen, and mcp commands.

not rated 0 3mo ago A 69 tokens AGPL-3.0

webhook-co/webhook

Skill Codex

Diagnose why an inbound webhook signature fails to verify, and write correct verification code for a named provider. Use when a signature check rejects real traffic, when a webhook works in a provider's test console but not against your server, or when you are implementing verification for Stripe, GitHub, Shopify…

not rated 0 6d ago A 112 tokens original Apache-2.0

api-error-handling

859

aicontentdrop/aicontentdrop

Skill Claude CodeCodex

Read AI Content Drop API failures correctly and decide whether to retry, change the request, or stop. Covers the error envelope and its 21 codes, rate limits and Retry-After, idempotency conflicts, and the two response shapes the generation endpoints can return. Use when a call to aicontentdrop.com fails, returns 4xx…

not rated 0 12d ago A 93 tokens original MIT

fox100039-design/bugezy

Skill Claude CodeCodex

A development guide for BugEzy, an affordable MCP voice-debugging tool for Asian developers. Bug reports can include a voice transcript, browser activity, console and network details, and a DOM trail.

not rated 0 yesterday A 101 tokens original MIT

sip-debugger

861

cmendes0101/sipflow-cursor-plugin

Skill Claude CodeCodex

Ground every SIP/VoIP answer in the Sipflow corpus instead of training-data recall. Use when the user asks about SIP, RTP, SDP, STIR/SHAKEN, branded calling, RFCs, vendor stacks (Kamailio, OpenSIPS, FreeSWITCH, Asterisk, SIP.js, JsSIP, ...), response codes, traces, dialplans, or pastes a sipflow.dev/share/ URL.

not rated 0 3mo ago A 94 tokens original MIT

swing-mcp

862

TinusJ/swing-mcp

Skill Claude CodeCodex

Uses Swing MCP for efficient debugging, troubleshooting and automation of Java Swing applications. Use when inspecting Swing UIs, automating UI interactions, extracting data from tables/lists/trees, or verifying Swing application behavior.

not rated 0 1mo ago A 47 tokens original MIT

mcp-pyright

863

daedalus/mcp-pyright

Skill Claude CodeCodex

MCP server exposing Pyright language server functionality.

not rated 0 4mo ago A 0 tokens original MIT

fantasyce/agent-residue-evidence

Skill Codex

Use local task-scoped evidence when tests, builds, packaging, or validation may leave files, directories, processes, or attributed listening ports that the Agent should review with the user.

not rated 0 11d ago A 42 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: