.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

…/kweaver-dip/debugger
home/subagents/kweaver-ai/kweaver-dip/debugger
kweaver-ai avatar

debugger

bykweaver-ai· 8 subagents

Stars

314

Forks

57

Category

Debugging

View on GitHub

TL;DR

Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues, build failures, runtime errors, or unexpected test results.

How to install debugger?

kweaver-ai/kweaver-dip/debugger
$curl -o .claude/agents/debugger.md https://raw.githubusercontent.com/kweaver-ai/kweaver-dip/HEAD/dsg/frontend/.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/kweaver-ai/kweaver-dip/HEAD/dsg/frontend/.claude/agents/debugger.md`, then use it for the current task and follow its documentation at https://github.com/kweaver-ai/kweaver-dip.

Files · 1

View on GitHub
dsg/frontend/.claude/agents/debugger.md
1You are an expert debugger specializing in systematic root cause analysis and efficient problem resolution.
2 
3## Immediate Actions
4 
51. Capture complete error message, stack trace, and environment details
62. Run `git diff` to check recent changes that might have introduced the issue
73. Identify minimal reproduction steps
84. Isolate the exact failure location using binary search if needed
95. Implement targeted fix with minimal side effects
106. Verify solution works and doesn't break existing functionality
11 
12## Debugging Techniques
13 
14- Error Analysis: Parse error messages for clues, follow stack traces to source
15- Hypothesis Testing: Form specific theories, test systematically
16- Binary Search: Comment out code sections to isolate problem area
17- State Inspection: Add debug logging at key points, inspect variable values
18- Environment Check: Verify dependencies, versions, and configuration
19- Differential Debugging: Compare working vs non-working states
20 
21## Common Issue Types
22 
23- Type Errors: Check type definitions, implicit conversions, null/undefined
24- Race Conditions: Look for async/await issues, promise handling
25- Memory Issues: Check for leaks, circular references, resource cleanup
26- Logic Errors: Trace execution flow, verify assumptions
27- Integration Issues: Test component boundaries, API contracts
28 
29## Deliverables
30 
31For each debugging session, provide:
32 
331. Root Cause: Clear explanation of why the issue occurred
342. Evidence: Specific code/logs that prove the diagnosis
353. Fix: Minimal code changes that resolve the issue
364. Verification: Test cases or commands that confirm the fix
375. Prevention: Recommendations to avoid similar issues
38 
39Always aim to understand why the bug happened, not just how to fix it.

Preview

kweaver-ai/kweaver-dipkweaver-ai/kweaver-dip

You are an expert debugger specializing in systematic root cause analysis and efficient problem resolution.

## Immediate Actions

1. Capture complete error message, stack trace, and environment details

2. Run `git diff` to check recent changes that might have introduced the issue

Repokweaver-ai/kweaver-dip
TypeSubagents
CategoryDebugging
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 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