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

debugger

337

haposoft/cafekit

Agent

Investigates bugs, incidents, CI/log/DB/performance/frontend failures, traces exact root causes with evidence, and hands off a verification-ready fix plan without implementing repairs.

54 4d ago A 37 tokens

test-debugger

338

adriannoes/awesome-agentic-ai

Agent

Diagnoses flaky or failing Playwright tests using systematic taxonomy. Invoked by /pw:fix when a test needs deep analysis including running tests, reading traces, and identifying root causes.

53 4d ago A 41 tokens original MIT

acto-critic

339

Corvidae-Coding-Projects/Thermite

Agent Claude Code

ACToR-style discriminator for the Thermite toolchain. Hunts for divergence between the toolchain's behavior and its authority (the design doc + the conformance corpus + Verus/Kani golden files). ALWAYS writes a FAILING test that pins down the divergence — NEVER writes a fix. Dispatch when a builder/fixer declares…

53 +1 25d ago A 90 tokens original MIT

jonathaneoliver/infinite-streaming

Agent Claude Code

Read-only expert that analyses pre-gathered HLS/DASH playback failure data to produce a tagged causal hypothesis. Used by the forensics skill — never invoked directly. Reads events / network rows / samples / standards / findings, but does NOT run shell commands or fetch fresh data. Output is a hypothesis tagged…

52 4d ago A 96 tokens

patch-engineer

341

solanabr/auditor-skill

Agent

Drafts a minimal idiomatic unified diff that closes exactly the cited bound, then verifies it by re-running the finding's PoC against a scratch worktree — the exploit must now revert. Optional mutation + blast-radius evidence. Emits [FIX-VERIFIED] / [FIX-INSUFFICIENT] / [FIX-PROPOSED]; never claims FIX-VERIFIED…

52 +2 1mo ago A 84 tokens original MIT

debugger

342

alleneubank/claude-code

Agent

Investigates errors, test failures, and unexpected behavior through root cause analysis. Use when encountering failures or errors.

52 2mo ago A 25 tokens original Apache-2.0 archived

systematic-debugger

343

bfollington/terma

Agent

Use this agent when you need to debug issues in code, troubleshoot problems, or systematically investigate bugs. This includes situations where code isn't working as expected, when you need to trace through execution paths, when investigating error messages or unexpected behavior, or when you need help forming and…

51 3d ago A 0 tokens CC-BY-SA-4.0

sageox/ox

Agent Claude Code

Expert in OpenGrep (FOSS Semgrep fork) and Semgrep rule authoring. Writes precise patterns, taint-tracking rules, framework-specific entry-point detectors, and metavariable-based queries. Knows the YAML rule format inside out and the cross-function taint analysis OpenGrep restored after the late-2024 Semgrep CE…

50 4d ago A 151 tokens original MIT

investigator

346

edwinweber/dbt_duckdb_demo_public

Agent Claude Code

Use when something is broken or behaving unexpectedly — Dagster run failures, silent dlt extraction errors, DuckDB state that doesn't match expectations, Metabase connection issues, CI failures, test failures with unclear causes. Read-only mindset: diagnose first, propose fixes second. Do not use for greenfield…

49 1mo ago A 64 tokens original MIT

code-analyzer

348

joshuadavidthomas/agent-skills

Agent

Analyzes codebase implementation details. Call the code-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).

49 1mo ago A 38 tokens copy · 91% MIT

code-locator

349

joshuadavidthomas/agent-skills

Agent

Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super grep/glob/list tool" — Use it if you find yourself desiring to use one of these tools more than once.

49 1mo ago A 61 tokens original MIT

code-pattern-finder

350

joshuadavidthomas/agent-skills

Agent

You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.

49 1mo ago A 67 tokens copy · 75% MIT

pipeline-fixer

351

basedosdados/pipelines

Agent Claude Code

Orchestrates repair of failing Prefect 3 pipelines. Runs the pipeline-doctor skill to survey and triage, then dispatches one pipeline-investigator subagent per fixable cluster, each on its own branch and PR. Spawn when asked to fix broken pipelines, work through the failing-pipeline backlog, or get prod flows green…

49 yesterday A 73 tokens

pipeline-investigator

352

basedosdados/pipelines

Agent Claude Code

Investigates and fixes ONE failing Prefect pipeline cluster — reads the run logs, confirms the cause against the source and the code, makes the minimal change on its own branch, and verifies it. Dispatched by the pipeline-fixer orchestrator, one per cluster.

49 yesterday A 57 tokens

hydra-sentinel-scan

353

AR6420/Hail_Hydra

Agent

Fast integration sweep after code changes. Checks for broken imports, missing exports, changed function signatures, missing env vars, circular dependencies, and changed API routes. Runs on the cheap tier for speed. If issues are found, the orchestrator escalates to hydra-sentinel for deep analysis. If clean — done…

48 22d ago A 74 tokens original MIT

ase-code-analyze

355

rse/ase

Agent

Your role is an experienced, expert-level software developer.

47 5d ago A 7 tokens original Apache-2.0

cap-evolve-diagnoser

356

skillberry-ai/cap-evolve

Agent

Read-only failure analyst for the cap-evolve diagnose phase. Use to turn a candidate's failing val rollouts + traces into a structured reflective dataset (per-task failure signatures, clusters, and one actionable hypothesis per cluster) WITHOUT editing any files. Safe to fan out in parallel — many diagnosers can run…

47 2d ago A 77 tokens original Apache-2.0

static-analyzer

357

Ekozmaster/Vibe-Reverse-Engineering

Agent Claude Code

Offline PE binary analysis using retools. Delegate here for decompilation, disassembly, xrefs, string/pattern search, struct reconstruction, callgraphs, vtable/RTTI resolution, crash dump analysis, bootstrapping new binaries, signature DB operations, context assembly, and any static analysis task. Use instead of…

46 1mo ago A 78 tokens original MIT

goop-debugger

358

hffmnnj/goopspec

Agent

The Detective - scientific debugging, hypothesis testing, evidence-based root-cause analysis.

46 21d ago A 20 tokens original MIT

analyzer

359

styrene-lab/omegon

Agent

This agent performs read-only analysis of codebases, identifies patterns, and provides insights.

46 3d ago A 0 tokens