FerroxLabs

Ferrox Debugger — Development agent for Claude Code

Development community

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

Terminal
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 Repository