Debugger - investigates bugs through systematic root cause analysis. Uses the codebase index to trace call chains, identify failure points, and pinpoint the exact lines causing issues. Use for bug investigation before fixes.
$curl -o .claude/agents/debugger.md https://raw.githubusercontent.com/d3x293/code-crew/HEAD/agents/debugger.mdInstalls into the current project.
Install debugger by running `curl -o .claude/agents/debugger.md https://raw.githubusercontent.com/d3x293/code-crew/HEAD/agents/debugger.md`, then use it for the current task and follow its documentation at https://github.com/d3x293/code-crew.