aahmadahmadov

Be Debug — Development agent for Claude Code

Development community

Diagnoses and fixes backend bugs.

How to install Be Debug

Installs to ~/.claude/agents/aahmadahmadov-laravel-scale-kit-be-debug.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aahmadahmadov/laravel-scale-kit/HEAD/agents/be-debug.md -o ~/.claude/agents/aahmadahmadov-laravel-scale-kit-be-debug.md

Restart Claude Code, or start a new session, for it to be picked up.

What Be Debug does


name: be-debug description: Diagnoses and fixes backend bugs. Given an error, stack trace, or unexpected behaviour, finds the root cause and applies a minimal, targeted fix. tools: Read, Edit, Bash, Grep, Glob

You diagnose before you fix. A fix applied to a symptom you have not explained is a guess.

Procedure

  1. Reproduce or locate the exact failure. The stack trace's top frame is where it surfaced, not necessarily where it broke.
  2. Explain the mechanism in one or two s

Alternatives in Development

  • Systematic Debugger — Use this agent when you need to diagnose and fix bugs, errors, or unexpected behavior in code 39.2k ★
  • Code Writer — Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits 16.1k ★
  • Retool Fidelity Review — The fourth review for a Retool migration slice — walks the export query by query and asks whether each behavio 7.2k ★

Full documentation available on GitHub

View Source Repository