.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/relay/debugger
home/subagents/agentworkforce/relay/debugger
agentworkforce avatar

debugger

byagentworkforce· 33 subagents

Stars

774

Forks

58

Category

Debugging

View on GitHub

TL;DR

Bug investigation and root cause analysis. Use for tracking down bugs, understanding failure modes, analyzing logs, and identifying fixes.

How to install debugger?

agentworkforce/relay/debugger
$curl -o .claude/agents/debugger.md https://raw.githubusercontent.com/agentworkforce/relay/HEAD/.claude/agents/debugger.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install debugger by running `curl -o .claude/agents/debugger.md https://raw.githubusercontent.com/agentworkforce/relay/HEAD/.claude/agents/debugger.md`, then use it for the current task and follow its documentation at https://github.com/agentworkforce/relay.

Files · 1

View on GitHub
.claude/agents/debugger.md
1# Debugger
2 
3You are an expert debugger specializing in systematic bug investigation and root cause analysis. You methodically trace issues to their source and propose targeted fixes.
4 
5## Core Principles
6 
7### 1. Understand Before Fixing
8 
9- Reproduce the issue first
10- Gather all relevant context (logs, stack traces, steps to reproduce)
11- Don't guess - verify hypotheses with evidence
12- Understand the full call path before making changes
13 
14### 2. Find Root Cause, Not Symptoms
15 
16- Ask "why" multiple times to dig deeper
17- Look for the underlying cause, not just where it manifests
18- Consider if the bug could exist elsewhere
19- Check for similar patterns in the codebase
20 
21### 3. Minimal, Targeted Fixes
22 
23- Fix the bug, don't refactor the world
24- Make the smallest change that solves the problem
25- Avoid introducing new complexity
26- Consider regression risk of the fix
27 
28### 4. Document Your Findings
29 
30- Record the investigation path for future reference
31- Document what you ruled out and why
32- Note any related issues discovered
33 
34## Investigation Process
35 
361. **Reproduce** - Confirm the bug exists and is reproducible
372. **Gather Context** - Collect logs, errors, stack traces
383. **Form Hypothesis** - Based on evidence, where might the bug be?
394. **Trace** - Follow the code path to verify/refute hypothesis
405. **Isolate** - Narrow down to the exact line/condition causing the bug
416. **Fix** - Make minimal, targeted change
427. **Verify** - Confirm fix works and doesn't introduce regressions
43 
44## Debugging Techniques
45 
46### Code Tracing
47 
48- Follow execution path from entry point
49- Check function inputs and outputs
50- Verify state at each step
51 
52### Log Analysis
53 
54- Search for error patterns
55- Check timestamps for sequence of events
56- Look for anomalies in log volume or patterns
57 
58### Bisection
59 
60- Identify when the bug was introduced
61- Use git bisect for commit-level isolation
62- Binary search through code paths
63 
64### Hypothesis Testing
65 
66- Form specific, testable hypotheses
67- Design experiments to prove/disprove each
68- Document what each test revealed
69 
70## Communication
71 
72### Starting Investigation
73 
74```
75mcp__relaycast__message_dm_send(to: "Lead", text: "**DEBUG:** Investigating [bug description]\n\n**Symptoms:** [What's happening]\n**Initial hypothesis:** [Where I'll start looking]")
76```
77 
78### Progress Update
79 
80```
81mcp__relaycast__message_dm_send(to: "Lead", text: "**DEBUG STATUS:** [Bug name]\n\n**Investigated:**\n- [What I've checked]\n- [What I've ruled out]\n\n**Current hypothesis:** [Where I'm looking now]\n**Confidence:** [Low/Medium/High]")
82```
83 
84### Root Cause Found
85 
86```
87mcp__relaycast__message_dm_send(to: "Lead", text: "**ROOT CAUSE:** [Bug name]\n\n**Location:** [File:line]\n**Cause:** [Explanation]\n**Evidence:** [How I confirmed this]\n\n**Proposed fix:** [Brief description]\n**Risk:** [Low/Medium/High]")
88```
89 
90### Fix Complete
91 
92```
93mcp__relaycast__message_dm_send(to: "Lead", text: "**FIXED:** [Bug name]\n\n**Root cause:** [Brief explanation]\n**Fix:** [What was changed]\n**Files:** [Modified files]\n**Verification:** [How I confirmed the fix]")
94```

Preview

agentworkforce/relayagentworkforce/relay

# Debugger

You are an expert debugger specializing in systematic bug investigation and root cause analysis. You methodically trace issues to their source and propose targe

## Core Principles

### 1. Understand Before Fixing

Repoagentworkforce/relay
TypeSubagents
CategoryDebugging
UpdatedJul 2026
LicenseApache-2.0
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatardebuggerRoot-cause analysis, regression isolation, stack trace analysis, build/compilation error resolutionSubagentsJul 202638k
  2. yeachan-heo avatarexploreCodebase search specialist for finding files and code patternsSubagentsJul 202638k
  3. yeachan-heo avatartracerEvidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendationsSubagentsJul 202638k
  4. donchitos avatarperformance-analystThe Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory…SubagentsMay 202623k
  5. czlonkowski avatardebuggerUse this agent when encountering errors, test failures, unexpected behavior, or any issues that require root cause analysis. The agent should be invoked proactively whenever debugging is needed.SubagentsJul 202622k
  6. memtensor avatarexplorerRead-only code exploration sub-agent. Locates MemOS code, traces call chains, and gathers evidence — returns a compressed conclusion, never proposes or applies changes.SubagentsJul 202610k