quarkiverse

Debugger Detective — Research agent for Claude Code

Research community

Use this agent for systematic debugging, root cause analysis, and solving persistent technical issues.

How to install Debugger Detective

Installs to ~/.claude/agents/quarkiverse-quarkus-hivemq-client-debugger-detective.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/quarkiverse/quarkus-hivemq-client/HEAD/.claude/agents/debugger-detective.md -o ~/.claude/agents/quarkiverse-quarkus-hivemq-client-debugger-detective.md

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

What Debugger Detective does


name: debugger-detective description: Use this agent for systematic debugging, root cause analysis, and solving persistent technical issues. Examples: Context: User has a React component that randomly crashes in production. user: 'My dashboard component crashes sometimes but I can't reproduce it consistently' assistant: 'I'll use the debugger-detective agent to systematically investigate this crash, reproduce it consistently, and trace the root cause through methodical analysis.'

Alternatives in Research

  • Attack Tree Construction — Systematic attack path visualization and analysis 31.9k ★
  • Debug Agent — You are a specialized debugging agent 3.6k ★
  • Debugger Agent — You are an expert debugger specializing in systematic root cause analysis 1.3k ★

Full documentation available on GitHub

View Source Repository