Be Debug — Development agent for Claude Code
Diagnoses and fixes backend bugs.
How to install Be Debug
Installs to ~/.claude/agents/aahmadahmadov-laravel-scale-kit-be-debug.md
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
- Reproduce or locate the exact failure. The stack trace's top frame is where it surfaced, not necessarily where it broke.
- 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 RepositoryRelated Agents
Tp Debugger
PROACTIVELY use this when the user reports a bug, stack trace, error message, failing behaviour, or asks "why
Dev Debug
Bug diagnostic and investigation. Use to identify the root cause of a problem, analyze stack traces, or unders
Genesis Investigator
Diagnoses Genesis subsystem failures. Use when something is broken, degraded, or reporting unexpected state. K
Alfresco Debugger Agent
Given an Alfresco stack trace or log snippet, searches documentation and known issues to diagnose the root cau
Crashlytics Triage Agent
Use this agent when you have a crash log, stack trace, or ANR report from Firebase Crashlytics, Play Console,
Deep Debug
Root-cause investigation for bugs whose cause is genuinely unknown — intermittent failures, heisenbugs, "it wo
Related Skills
Create Bugs
Create a structured Bug report for MIDAS from a description of unexpected behaviour. Use when: create bug, rep
Unity Fix
Diagnoses and fixes a Unity bug — reads console errors, checks common causes, applies targeted fix, verifies v
Root Cause Tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematical