Debugging

19,949 mods in this category, of every kind an agent can take. Each one carries what it costs per session, what the scan found, and whether it is the original.

paperclip

337

IncomeStreamSurfer/paperclip-surfers

Skill Claude CodeCodex

Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research…

not rated 74 5mo ago A 75 tokens original MIT

qt-qml-profiler

338

smolcars/hunk

Skill Claude Code

Use when the user is investigating QML / Qt Quick performance — both vague complaints ("the UI feels laggy", "this is slow", "frames are dropping", "the app stutters") and explicit asks to profile, find hotspots, or optimize bindings, signals, or rendering. Runs qmlprofiler on a 2D QML application, parses the .qtd…

not rated 74 +1 10d ago A 111 tokens GPL-3.0

java-decompile-mcp

339

RuoJi6/java-decompile-mcp

MCP server Claude CodeCodexCursor +2

MCP server for Java class and jar file decompilation using CFR. Runs locally from the java-decompile-mcp Python package.

not rated 74 7mo ago A tokens not measured original MIT

MCPtrace CLAUDE.md

340

eunomia-bpf/MCPtrace

Instructions file Claude Code

Instructions for eunomia-bpf/MCPtrace, covering claude.md, project overview, development commands, setup and dependencies and install rust (if not already installed).

not rated 72 6mo ago D 687 tokens original MIT

windows-compat

341

sdsrss/code-graph-mcp

Skill Claude CodeCodex

Audit and harden this Rust repo (code-graph-mcp) for Windows correctness: path-spelling drift between producers, the 32,767-char command-line cap, index-key mismatches, and path predicates that assume one ecosystem's layout. Use whenever touching code that builds, compares, prints, or stores a filesystem path; that…

not rated 72 yesterday A 165 tokens original MIT

qartez

342

kuberstar/qartez-mcp

Skill Claude CodeCodex

Semantic code intelligence skill for qartez MCP. Use qartez tools for code exploration, impact analysis, and guarded refactors; treat built-in code-tool denials as routing signals and recover via qartez replacements.

not rated 71 1mo ago A 48 tokens

nuke-on-rails

343

nuke-on-rails/nuke-on-rails

Skill Claude Code

Full health and security audit for Rails apps, the review a principal engineer would do. Runs rubycritic, Brakeman, bundler-audit and rubyaudit, triages every finding with the LLM as judge, brings an OWASP Top 10 arsenal of checks for what scanners miss, and returns one impact-ranked action plan. Use for a Rails…

not rated 70 +1 1mo ago A 105 tokens original MIT

com-api-pitfalls

344

andrewbartels1/SolidworksMCP-python

Agent Claude Code

This page documents hard-won lessons from debugging the SolidWorks COM bridge. If you are an AI coding assistant (Claude, GPT-4, Gemini, Copilot, etc.) working on this codebase, read this page before touching any COM-related code. Every entry below caused a real runtime failure that required hours to diagnose.

not rated 70 +5 2d ago A 0 tokens original MIT

errors

345

chriscarrollsmith/taskqueue-mcp

Cursor rule Cursor

graph TD subgraph CoreLogic FS[FileSystemService: e.g., FileReadError] --> TM[TaskManager: Throws App Errors, e.g., ProjectNotFound, TaskNotDone] TM -->|App Error with code ERRxxxx| CLIHandler["cli.ts Command Handler"] TM -->|App Error with code ERRxxxx| ToolExec["toolExecutors.ts: execute"] end.

not rated 70 1y ago A 0 tokens original MIT

acegraphx/hermes-desktop-win

Instructions file Claude Code

Claude Code instructions for acegraphx/hermes-desktop-win, covering claude.md, build & run, build, run (debug) and publish self-contained single-file release.

not rated 69 3mo ago A 3,737 tokens

cursorrules

347

pansila/mcp_server_gdb

Cursor rule Cursor

Agent settings configuring metadata, language, performance, ideintegration, lsp, filewatching and 11 more.

not rated 68 11mo ago A 5,013 tokens original MIT

incident-commander

348

Lethe044/hermes-incident-commander

Skill Claude CodeCodex

Autonomous incident detection, root-cause analysis, and self-healing for Linux/Docker production environments. Activate when the user mentions: server down, high CPU, memory leak, disk full, service crash, deployment failure, alert firing, on-call page, or any infrastructure emergency. Also activates on scheduled…

not rated 68 changed 2d ago A 92 tokens original MIT

ultracite

349

gmickel/sheets-cli

Cursor rule Cursor

Ultracite Rules - AI-Ready Formatter and Linter.

not rated 67 6mo ago A 0 tokens

create-audit

350

f/check-ai

Skill

Create a new audit module for the check-ai scanner. Use this skill when the user wants to add a new audit section that checks for specific files, directories, or patterns in a repository. The skill generates a properly structured .mjs file in src/audits/ that is automatically loaded by the scanner.

not rated 67 5mo ago A 66 tokens original MIT

mcpls

351

bug-ops/mcpls

Skill Claude CodeCodex

Install, configure, and run the mcpls CLI — a Rust binary bridging MCP to LSP that gives an agent compiler-grade code intelligence (hover, definitions, references, diagnostics, rename). Use when setting up or registering mcpls as an MCP server, writing or debugging an mcpls.toml, choosing CLI flags or MCPLS…

not rated 67 +1 3d ago A 89 tokens original Apache-2.0

ida-pro-mcp

352

1193776794/frida-mcp

MCP server Claude CodeCodexCursor +2

One of 2 in .mcp.json

MCP server "ida-pro-mcp" as configured in 1193776794/frida-mcp. Launched with /opt/homebrew/opt/[email protected]/bin/python3.11 /Volumes/Realtek/project/idapython/.

not rated 66 +1 5mo ago A tokens not measured

HLND2T/CS2_VibeSignatures

Skill Claude CodeCodex

Create a new find-XXXX preprocessor Python script from scratch (no existing SKILL.md), add configs/ .yaml skill and symbol entries. Covers xref-string-based and LLMDECOMPILE-based discovery patterns. Use when a GitHub issue or user instruction specifies a new function to find.

not rated 65 yesterday A 70 tokens original MIT

ryuumonbuchi

355

elliottophellia/Ryuumonbuchi

Skill Claude CodeCodex

Operate the Ryuumonbuchi MCP server for headless Ghidra reverse engineering. Use when driving decompilation, disassembly, patching, type and symbol recovery, memory edits, transactions, and Ghidra project analysis through a Ryuumonbuchi server (stdio or streamable HTTP). Covers the safe read-only-first workflow…

not rated 65 +5 8d ago A 126 tokens GPL-2.0

git-workflow

356

paulinevos/claude-stuff

Plugin Claude Code

Bundles 4 skills · 507 tokens together

Atomic-commit Git workflow skills: folding changes into the right commit (amend/edit/fixup), conflict resolution, reflog-based undo, and bisect debugging, plus shared conventions (rebase-over-merge, stashing, commit-message style).

not rated 64 24d ago A tokens not measured original MIT

mcp-codebase-index

357

MikeRecognex/mcp-codebase-index

MCP server Claude CodeCodexCursor +2

Structural codebase indexer with MCP server for AI-assisted development. Runs locally from the mcp-codebase-index Python package.

not rated 62 6mo ago A tokens not measured AGPL-3.0

gsd-debugger

358

tomascortereal/claude-code-setup

Agent Claude Code

Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd-debug orchestrator.

not rated 62 5mo ago A 29 tokens

perf-review

359

lemoncrow-lab/lemoncrow

Skill Claude Code

Verify a code change against measured performance gates — latency & tail-latency regression, profiler-confirmed hot paths, memory/leak soak, I/O & wire budgets, and scaling — by running it, not reading it. Use for 'perf review', 'did this slow down', 'check for a regression', or /perf-review. Enforces performance…

not rated 61 +1 4d ago A 87 tokens

rnett/gradle-mcp

Skill Claude CodeCodex

Interacting with a project's JVM runtime through the Kotlin REPL to execute focused probes against project classes and dependencies. Activate when behavior must be observed by running code; use using-gradle for build inspection or task execution.

not rated 60 yesterday A 49 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: