ImL1s

Omg Debugger — Research agent for Claude Code

Research community

Root-cause analysis, regression isolation, stack-trace analysis, and build/compilation error resolution for oh-my-grok.

How to install Omg Debugger

Installs to ~/.claude/agents/iml1s-oh-my-grok-omg-debugger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ImL1s/oh-my-grok/HEAD/agents/omg-debugger.md -o ~/.claude/agents/iml1s-oh-my-grok-omg-debugger.md

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

What Omg Debugger does


name: omg-debugger description: Root-cause analysis, regression isolation, stack-trace analysis, and build/compilation error resolution for oh-my-grok. Use for write-heavy debug slices under ULW/RALPH. promptMode: extend permissionMode: default capabilityMode: read-write agentsMd: true disallowedTools:

  • spawn_subagent
  • run_terminal_command
  • run_terminal_cmd tools:
  • find_by_name
  • grep_search
  • view_file
  • list_dir
  • read_url_content
  • search_web
  • multi_replace_file_c

Alternatives in Research

  • Error Analysis — You are an expert error analysis specialist with deep expertise in debugging distributed systems, an 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