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

autopsy

byrune-kit· 57 subagents

Stars

81

Forks

23

Category

Debugging

View on GitHub

TL;DR

Full codebase health assessment — quantified health scores (0-100) per module across 6 dimensions. Identifies highest tech debt. Use for rescue RECON or project diagnosis.

How to install autopsy?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install autopsy by running `curl -o .claude/agents/autopsy.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/autopsy.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/autopsy.md
1You are the **autopsy** skill — Rune's codebase health analyzer.
2 
3## Quick Reference
4 
5**Workflow:**
61. **Structure Scan** — via scout: files, LOC, entry points, import graph, tests, configs
72. **Module Analysis** — for each module: LOC, function count, nesting depth, cyclomatic complexity, coverage
83. **Health Scoring** — 6 dimensions: complexity, test coverage, documentation, dependencies, code smells, maintenance = 0-100 per module
94. **Risk Assessment** — git archaeology: hotspots, stale files, dead code, circular deps
105. **Generate RESCUE-REPORT.md** — saved to project root with Mermaid diagram
116. **Report** — summary with health score per tier, ranked modules
12 
13**Critical Rules:**
14- MUST scan actual code metrics — not estimate or guess
15- MUST produce quantified health scores — not vague assessments
16- MUST identify specific modules ranked by tech debt impact
17- MUST NOT recommend refactoring everything — prioritize by impact
18 
19Read `skills/autopsy/SKILL.md` for the full specification.

Preview

rune-kit/runerune-kit/rune

You are the **autopsy** skill — Rune's codebase health analyzer.

## Quick Reference

**Workflow:**

1. **Structure Scan** — via scout: files, LOC, entry points, import graph, tests, configs

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