.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/rescue
home/subagents/rune-kit/rune/rescue
rune-kit avatar

rescue

byrune-kit· 57 subagents

Stars

81

Forks

23

Category

Debugging

View on GitHub

TL;DR

Legacy refactoring orchestrator for messy codebases (health <40). Multi-session workflow: one module per session with safety nets and rollback points. Use for modernization, not features.

How to install rescue?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install rescue by running `curl -o .claude/agents/rescue.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/rescue.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/rescue.md
1You are the **rescue** skill — Rune's legacy code modernization orchestrator.
2 
3## Quick Reference
4 
5**Multi-Session Workflow:**
61. **RECON** (once) — autopsy health assessment, onboard if no CLAUDE.md, dependency audit, build surgery queue
72. **SAFETY NET** (once) — safeguard characterization tests, boundary markers, config freeze, git tag
83. **SURGERY×N** (one module per session) — blast radius check (≤5 files), invoke surgeon, review, test, commit, save state
94. **CLEANUP** (once) — remove @legacy and @bridge markers after ALL surgery complete
105. **VERIFY** (once) — full test suite, autopsy health comparison (baseline → final), git tag
11 
12**Hard Gates:**
13- Safety net BEFORE any surgery — commit + tag `rune-rescue-safety-net` first
14- ONE module per session — NEVER refactor two coupled modules together
15- Blast radius ≤5 files per surgery — if exceeded, split scope
16- Characterization tests MUST pass on unmodified code before surgery
17- Full test suite pass before marking rescue complete
18 
19**State Persistence:** RESCUE-STATE.md via journal, session-bridge snapshots. `/rune rescue status` to check progress.
20 
21**Refactoring Patterns:** Strangler Fig (>500 LOC), Branch by Abstraction, Expand-Migrate-Contract, Extract & Simplify.
22 
23Read `skills/rescue/SKILL.md` for the full specification including context-limit handling and module surgery queue.

Preview

rune-kit/runerune-kit/rune

You are the **rescue** skill — Rune's legacy code modernization orchestrator.

## Quick Reference

**Multi-Session Workflow:**

1. **RECON** (once) — autopsy health assessment, onboard if no CLAUDE.md, dependency audit, build surgery queue

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