Debugging skills

17,544 tagged Debugging, measured the same way as everything else here.

Browse within: ai-coding 49javascript 49claude-code-plugin 43antigravity 39agent-framework 38agentic 38openai 38copilot 36gemini 36kubernetes 36android 34coding-agents 31aws 28openclaw 28

Eronred/aso-skills

Skill Claude CodeCodex

When the user's app or update was rejected by Apple App Review or Google Play Review and they need to diagnose why, fix it, and resubmit fast. Use when the user mentions "app rejected", "App Review rejection", "guideline violation", "Apple rejected my app", "Google Play rejected", "Play policy violation", "Resolution…

not rated 1.8k +8 12d ago A 168 tokens original MIT

attribution-setup

242

Eronred/aso-skills

Skill Claude CodeCodex

When the user wants to set up, debug, or interpret app install attribution — including SKAdNetwork (SKAN), Apple's AdAttributionKit, Google Play Install Referrer, MMPs (AppsFlyer, Adjust, Singular, Branch, Kochava), deep links, deferred deep links, conversion values, postback windows, or privacy thresholds. Use when…

not rated 1.8k +8 12d ago A 201 tokens original MIT

husi-testing

243

xchacha20-poly1305/husi

Skill Claude CodeCodex

Husi project's testing conventions. Use whenever adding, updating, or debugging tests under composeApp/ — ViewModels, updaters, ktx helpers, anything in commonTest/desktopTest. Also use when a piece of production code needs a DI seam to become testable (HTTP, DataStore, Libcore). Do not reach for mockk first or invent…

not rated 1.8k +2 today A 95 tokens

art-of-debugging

244

stas00/the-art-of-debugging

Skill Claude CodeCodex

Systematic methodology and concrete tool recipes for debugging Unix, Python, and PyTorch programs - crashes, hangs, segfaults, wrong output, CUDA OOM, NaN/Inf, slowness, and multi-node/multi-GPU issues. Use when a program crashes, hangs, deadlocks, segfaults, runs out of memory (OOM), produces NaN/Inf or wrong…

not rated 1.7k +2 today B 193 tokens CC-BY-SA-4.0

issue-create

245

icebear0828/codex-proxy

Skill Claude CodeCodex

A guided GitHub issue creator for the codex-proxy repository. It asks questions to collect the needed details, then creates a structured issue with the appropriate template and labels.

not rated 1.7k +6 today A 131 tokens

hotpath_bump

246

pawurb/hotpath-rs

Skill Claude CodeCodex

Bump the hotpath version number across the workspace and related files. Updates crate versions in Cargo.toml files (exact patch version) and version references in the backend middleware, hotpathinit skill, and README (major.minor only). Use when the user wants to bump, bump the version, or release a new hotpath…

not rated 1.7k +3 today A 73 tokens original MIT

hotpath_init

247

pawurb/hotpath-rs

Skill Claude CodeCodex

Configure hotpath profiling in a Rust project. Adds the hotpath dependency with feature-gated setup, instruments main with hotpath::main, functions with measure/measureall, and wraps channels, mutexes, rwlocks, streams, futures, reqwest clients, axum routers and byte-level I/O with hotpath macros. Use when the user…

not rated 1.7k +3 today A 88 tokens original MIT

syncmeta

248

pawurb/hotpath-rs

Skill Claude CodeCodex

Sync changes from hotpath and hotpath-macros crates to their meta counterparts (hotpath-meta and hotpath-macros-meta). Use when meta crates need to be updated with recent changes.

not rated 1.7k +3 today A 43 tokens original MIT

shadcn

249

gronxb/hot-updater

Skill Claude CodeCodex

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…

not rated 1.7k +5 today A 90 tokens

uniwind

250

uni-stack/uniwind

Skill Claude CodeCodex

Uniwind — Tailwind CSS v4 styling for React Native. Use when adding, building, or debugging components in a React Native project that uses Uniwind classNames. Covers setup, Metro config, global.css, theming, className props, accent- color props, platform/data/state/responsive variants, CSS variables, custom utilities…

not rated 1.7k +8 today A 130 tokens original MIT

scion-agent-manage

251

GoogleCloudPlatform/scion

Skill Claude CodeCodex

Manage concurrent LLM-based code agents with scion - orchestrate parallel agents with isolated workspaces, troubleshoot and recover stuck agents.

not rated 1.7k +2 today A 31 tokens original Apache-2.0

mps-bugfix

252

JetBrains/MPS

Skill Claude CodeCodex ✓ vendor

Structured MPS bugfix workflow driven by a YouTrack issue ID — preflight tool checks, version/branch derivation, parallel-agent problem analysis, solution design, branch creation, implementation, review, and YouTrack updates. Use when the user invokes "/bugfix", asks to "fix a bug", "work on a bug", "investigate an…

not rated 1.7k +1 today A 87 tokens original Apache-2.0

JetBrains/MPS

Skill Claude CodeCodex ✓ vendor

Use when bundling a new plain Java/Kotlin plugin into MPS distribution archives, debugging packaging/layout issues in build/mps.xml, tracing where per-plugin artefacts end up, or editing plugins/mps-build/solutions/mpsBuild/models/build.mps (the source of truth that generates every build/mps.xml). The skill covers the…

not rated 1.7k +1 today A 100 tokens original Apache-2.0

testing-hashql

254

hashintel/hash

Skill Claude CodeCodex

HashQL testing strategies including compiletest (UI tests), unit tests, and snapshot tests. Use when writing tests for HashQL code, using // annotations, running --bless, debugging test failures, or choosing the right testing approach.

not rated 1.6k today A 52 tokens

react-doctor

255

Emanuele-web04/synara

Skill Claude CodeCodex

Use when finishing a feature, fixing a bug, before committing React code, or when the user types /doctor, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.

not rated 1.6k +16 today A 70 tokens original MIT

planning

256

nimbalyst/nimbalyst

Skill Claude CodeCodex

Create structured plan documents and track work items using YAML frontmatter. Use when the user wants to plan a feature, track progress, log bugs/tasks/ideas, or organize project work.

not rated 1.6k +18 changed yesterday A 39 tokens original MIT

open-gui-bootstrap

257

Core-Mate/OpenGUI

Skill Claude CodeCodex

Launch and bootstrap OpenGUI from a plain-language user request. Use when an AI coding agent such as Claude Code, Codex, or OpenCode should install, configure, debug, and run the backend and Android client shipped in this repository while keeping manual setup to a minimum.

not rated 1.6k +24 yesterday A 60 tokens

moli-cdp-server

258

lexmount/moli

Skill Claude CodeCodex

Start Moli's CDP server and connect Playwright, Puppeteer, or raw CDP clients. Use to run a headless-browser CDP endpoint, replace a Chromium process, attach over CDP, enable real layout and screenshot surfaces, or diagnose CDP discovery, connection, and target startup—even when Moli is not named.

not rated 1.7k +127 today A 74 tokens original Apache-2.0

moli-webfetch

259

lexmount/moli

Skill Claude CodeCodex

Fetch, inspect, crawl, and capture live, JavaScript-rendered websites with Moli. Use when Codex needs current web content, web research, fact lookup, link following, a bounded crawl, client-rendered or response-gated content, network diagnostics, or a standalone HTML, Markdown, JSON, semantic-tree, viewport or…

not rated 1.7k +127 today A 90 tokens original Apache-2.0

relaticle/relaticle

Skill Claude CodeCodex

Mandatory point-of-use sequence for capturing annotated screenshots that go into deliverables (ClickUp reviews, bug repros, internal evidence, end-user docs). Invoke this BEFORE every screenshot capture, not once per session, so the rules are fresh in context at the moment you actually shoot. Covers the annotate →…

not rated 1.6k +9 changed yesterday A 130 tokens AGPL-3.0

d3k

261

vercel-labs/dev3000

Skill Claude CodeCodex ✓ vendor

Use when the user asks to use d3k, run/dev/test/debug a web project with d3k, or reproduce a browser issue. Own the runtime: reuse or background-start d3k non-interactively, wait for readiness, use its project-stable managed Chrome profile, and inspect unified browser/server evidence.

not rated 1.6k +3 8d ago A 68 tokens original MIT

ha-mac-control

262

shiwenwen/hope-agent

Skill Claude CodeCodex

Hope Agent native macOS desktop control — the standard maccontrol status / diagnostics / apps / dock / spaces / snapshot / visual / windows / menu / clipboard / dialog loop, target-first action rules, no-blind-coordinate policy, and recovery for stale AX/window/menu/dialog state. Load whenever using maccontrol, or…

not rated 1.6k +12 today A 139 tokens original MIT

n8n-architect

263

EtienneLescot/n8n-as-code

Skill Claude CodeCodex

Use when the user explicitly wants to create, edit, validate, sync, or troubleshoot n8n workflows, asks about n8n nodes or automation, or wants to use n8n-as-code in the current context root.

not rated 1.6k +1 changed today A 52 tokens original MIT

diagnose

264

pedrohcgs/claude-code-my-workflow

Skill Claude CodeCodex

Root-cause a failing or wrong empirical result with a disciplined reproduce → minimise → hypothesise → instrument → fix loop, instead of guessing-and-poking. Use when the user says "why is my regression wrong", "this number changed", "my script errors out", "the result won't reproduce", "debug this", "this estimate…

not rated 1.6k +1 10d ago A 0 tokens original 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: