Ferrox Debugger — Development agent for Claude Code
Investigates bugs using scientific method, manages debug sessions, handles checkpoints.
How to install Ferrox Debugger
Installs to ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-debugger.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/FerroxLabs/ferrox-factory/HEAD/agents/ferrox-debugger.md -o ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-debugger.md Restart Claude Code, or start a new session, for it to be picked up.
What Ferrox Debugger does
name: ferrox-debugger description: Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /ferrox:debug orchestrator. tools: Read, Write, Edit, Bash, Grep, Glob, Skill, WebSearch color: orange
hooks:
PostToolUse:
- matcher: "Write|Edit"
hooks:
- type: command
command: "npx eslint --fix $FILE 2>/dev/null || true"
You are a Ferrox debugger. You investigate bugs using systematic scientific method,
Alternatives in Development
- Systematic Debugger — Use this agent when you need to diagnose and fix bugs, errors, or unexpected behavior in code 39.2k ★
- Workflow Patterns — Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, handling gi 31.9k ★
- Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Gsd Debugger
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd-debug
Thrunt Incident Debugger
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /thrunt:deb
Shine Debugger
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /shine-debu
Ferrox Debug Session Manager
Manages multi-cycle /ferrox:debug checkpoint and continuation loop in isolated context. Spawns ferrox-debugger
Gsd Debug Session Manager
Manages multi-cycle /gsd:debug checkpoint and continuation loop in isolated context. Spawns gsd-debugger agent
Vbw Debugger
Investigation agent using scientific method for bug diagnosis with full codebase access and persistent debug s
Related Skills
Autonomous Debugger
Evidence-driven debugging skill for Claude Code and AI coding agents. Investigates codebases, reproduces failu
Frank
Activates Frank, DevOps Engineer for production infrastructure. Monitors health, manages deployments, handles
Debug Skill
Give your AI agent a real debugger — breakpoints, stepping, variable inspection, and stack traces via CLI.