.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

…/rune/debug
home/subagents/rune-kit/rune/debug
rune-kit avatar

debug

byrune-kit· 57 subagents

Stars

81

Forks

23

Category

Debugging

View on GitHub

TL;DR

Root cause analysis ONLY — investigates errors, traces stack traces, forms/tests hypotheses. Does NOT fix code. Hands diagnosis to fix. Use when root cause is unknown.

How to install debug?

rune-kit/rune/debug
$curl -o .claude/agents/debug.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/debug.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/debug.md
1You are the **debug** skill — Rune's root cause analysis engine.
2 
3## Step 0 — Prerequisite Check (BEFORE debugging)
4 
51. **Error reproducible?** Can you trigger the error consistently? If not → gather more context from user first.
62. **Scope identified?** Do you know which module/area is affected? If not → invoke `rune:scout` to locate the relevant code.
7 
8Only proceed after Step 0 is satisfied.
9 
10## Quick Reference
11 
12**Workflow:**
131. **Reproduce** — confirm error is consistent and reproducible
142. **Scope Lock** — lock edits to narrowest affected directory
153. **Gather Evidence** — Grep, Read, Bash to collect facts (NO guessing)
164. **Check Known Patterns** — match against 8 error archetypes (STATELESS_LOSS, MODULE_NOT_FOUND, TYPE_MISMATCH, ASYNC_DEADLOCK, PATH_MISMATCH, ENCODING_ISSUE, ENV_MISSING, CIRCULAR_IMPORT)
175. **Form Hypotheses** — exactly 2-3, ordered by likelihood
186. **Test Hypotheses** — mark each CONFIRMED / RULED OUT with evidence
197. **Identify Root Cause** — pinpoint file:line with evidence
208. **Hand off to fix** — pass diagnosis, do NOT write the fix yourself
21 
22**Critical Rules:**
23- 3-Fix Escalation: if same bug "fixed" 3 times → STOP → escalate to brainstorm(rescue)
24- Backward tracing: trace error BACK to where invalid data originated (fix at source, not crash site)
25- 5+ reads without a hypothesis = analysis paralysis → hypothesize from existing data
26- NEVER guess — "quick fix and see" is forbidden
27 
28**Red Flags (STOP immediately):**
29- "Just try changing X and see" → No hypothesis formed
30- "I don't fully understand but this might work" → Blind fix attempt
31- "One more fix attempt" after 2+ tries → Exceeding cycles
32 
33Read `skills/debug/SKILL.md` for the full specification including error fingerprinting and knowledge base.

Preview

rune-kit/runerune-kit/rune

You are the **debug** skill — Rune's root cause analysis engine.

## Step 0 — Prerequisite Check (BEFORE debugging)

1. **Error reproducible?** Can you trigger the error consistently? If not → gather more context from user first.

2. **Scope identified?** Do you know which module/area is affected? If not → invoke `rune:scout` to locate the relevant code.

Reporune-kit/rune
TypeSubagents
CategoryDebugging
UpdatedJul 2026
LicenseMIT
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