debugger
337Agent
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.
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
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.
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.
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…
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…
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…
Agent
Investigates errors, test failures, and unexpected behavior through root cause analysis. Use when encountering failures or errors.
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…
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…
Agent
An agent that diagnoses build and compilation errors and proposes small, targeted fixes.
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…
turingmindai/turingmind-code-review
Agent
Focus on significant bugs that would cause runtime failures. Avoid nitpicks.
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! :).
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.
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.
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…
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.
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…
Agent
Checks Evolving Lite data consistency - memory structure, experience index, config validity.
Agent
Your role is an experienced, expert-level software developer.
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…
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…
Agent
The Detective - scientific debugging, hypothesis testing, evidence-based root-cause analysis.
Agent
This agent performs read-only analysis of codebases, identifies patterns, and provides insights.
Agent
Diagnose and fix build, compilation, and type errors across multiple languages.