Debugging agents

3,606 tagged Debugging, measured the same way as everything else here.

Browse within: code-quality 48agentic-coding 40Autonomous Agents 36claude-code-skills 34Multi-Agent 33agent-orchestration 31agentic 30claude-ai 30gemini-cli 30plugin 30github-copilot 28bun 27agentic-workflow 24ai-assistant 24

sverklo-explore

289

sverklo/sverklo

Agent

Drop-in replacement for Claude Code's built-in Explore subagent. Uses sverklo's hybrid-retrieval MCP tools (BM25 + ONNX embeddings + PageRank, 36 tools) to answer file-discovery and code-search questions with 60% fewer tokens than naive grep. Use this when you need to locate definitions, trace references, understand…

78 21d ago A 96 tokens original MIT

wshaddix/dotnet-skills

Agent

WHEN analyzing async/await performance, ValueTask correctness, ConfigureAwait decisions, IO.Pipelines, ThreadPool tuning, or Channel selection in .NET code. WHEN NOT profiling interpretation (use dotnet-performance-analyst) or thread sync bugs (use dotnet-csharp-concurrency-specialist).

78 6mo ago A 67 tokens

icloudza/algokiller-plugin

Agent

Read-only helper that queries Binary Ninja MCP / BinAssistMCP and static-analysis CLIs (radare2, objdump, strings, otool, class-dump) on behalf of the main agent. Spawn this when a static probe will return >1 KB of disassembly, a function decompile, a symbol cross-reference list, or a full S-box / round-constant table…

77 3mo ago A 180 tokens original MIT

openclaw-debugger

292

TechNickAI/openclaw-config

Agent Claude Code

Use when an OpenClaw instance has a problem the health sentinel couldn't fix — gateway failures, config drift, stuck processes, cron breakage, or when deep diagnosis is needed.

76 29d ago A 41 tokens

upgrade-analyzer

294

ahmed-lakosha/odoo-plugins

Agent

Scans Odoo modules for version compatibility issues and generates structured reports. Use when analyzing modules before upgrade or when the user asks to check module compatibility.

74 5mo ago A 34 tokens original MIT

done-gate

295

edutrul/drupal-ai

Agent Claude Code

Runtime validator — runs builds, tests, and drush cr. Checks deliverable completeness and documentation. Run after quality-gate passes.

71 2mo ago A 31 tokens original MIT

performance-analyst

296

tranhieutt/software_development_department

Agent Claude Code

The Performance Analyst profiles application performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory analysis, response time investigation, or optimization strategy.

71 3mo ago A 46 tokens original MIT

code-explorer

297

sdsrss/code-graph-mcp

Agent

Deep code understanding expert using AST knowledge graph. Use when exploring unfamiliar code, tracing complex relationships, or understanding module architecture.

70 7d ago A 28 tokens original MIT

memory-curator

298

faizkhairi/claude-code-blueprint

Agent

Audits your memory directory for orphans, phantom references, index drift, broken wiki-links, stale entries, and near-duplicates. Writes a dated health report. Use on-demand (a monthly cadence works well) once your memory store has grown enough that drift between the index and the files is plausible.

70 +1 21d ago A 65 tokens original MIT

flaky-test-isolator

299

Filip-Podstavec/claude-leverage

Agent

USE WHEN a test intermittently fails on unchanged code. Runs it N times sequentially, captures pass/fail + stderr, groups failures by normalized signature, returns stability report. Read-only — never modifies code or installs deps. For statistical signal across runs, not one-shot diagnosis.

68 1mo ago A 63 tokens original MIT

debug-reviewer

301

littlebearapps/untether

Agent Claude Code

Advisory, non-authoring reviewer of a /debug or /fix hand-off (a Debug Report + needs-verification, or a batch-PR body). Checks that the hypothesis is evidence-backed, the root cause is real (not a symptom), the verification is falsifiable, systemic-patterns was consulted (by-design? regression? shared root?), the fix…

66 3d ago A 132 tokens original MIT

com-api-pitfalls

302

andrewbartels1/SolidworksMCP-python

Agent

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.

65 6d ago A 0 tokens original MIT

sig-finder

303

HLND2T/CS2_VibeSignatures

Agent Claude Code

You are a reverse-engineering expert, your goal is to find stuffs in IDA. You can use the ida-pro-mcp tools to retrieve information. In general use the following strategy.

65 3d ago A 12 tokens original MIT

reviewer-error

304

vanillagreencom/kendex

Agent Claude Code

Silent failure and error handling reviewer. Detects fail-open paths, swallowed errors, wrong-cause diagnostics, and inadequate error propagation.

65 changed today A 30 tokens original MIT

JDB Debugger

305

brunoborges/jdb-agentic-debugger

Agent

Debug Java applications using JDB. Use when the user wants to debug Java code, investigate runtime behavior, catch exceptions, inspect variables, collect thread dumps, or diagnose JVM issues.

65 15d ago A 41 tokens original MIT

jdb-diagnostics

306

brunoborges/jdb-agentic-debugger

Agent

Collect JVM diagnostics via JDB — thread dumps, deadlock detection, loaded class listings. Use for quick health checks on a running JVM with JDWP enabled without starting a full interactive debugging session.

65 15d ago A 44 tokens original MIT

jdb-session

307

brunoborges/jdb-agentic-debugger

Agent

Run interactive JDB debugging sessions. Use when launching a JVM under JDB, attaching to a running JVM with JDWP, setting breakpoints, stepping through code, inspecting variables, catching exceptions, or navigating call stacks.

65 15d ago A 48 tokens original MIT

assumption-auditor

308

Kastalien-Research/thoughtbox

Agent Claude Code

Proactively audit the assumption registry for stale, unverified, or newly-broken assumptions. Use on a schedule (weekly) or when starting work that depends on external systems. Unlike dependency-verifier (reactive, investigates on demand), this agent walks the full registry and flags what needs attention.

64 1mo ago A 65 tokens original MIT

code-reviewer

310

DekaPrayoga/AurixAgent

Agent

Expert read-only code review specialist for explicit review/audit requests only. Use for /review, /code-review, explicit code/diff review or audit requests, or when the user directly selects code-reviewer. Do not use automatically after normal coding changes.

62 1mo ago A 55 tokens

performance-optimizer

311

DekaPrayoga/AurixAgent

Agent

Performance analysis and optimization specialist. Use PROACTIVELY for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements.

62 1mo ago A 48 tokens

ritual-dapp-debugger

312

ritual-foundation/ritual-dapp-skills

Agent

Debugs Ritual Chain dApp issues: stuck transactions, missing callbacks, empty results, balance errors, encoding mismatches. Activates after builds, on detected issues, or on-demand. user: "My HTTP call transaction is stuck in pending for 20 minutes" assistant: "Diagnosing: checking executor availability, TTL, and…

61 4mo ago A 159 tokens BSD-3-Clause-Clear