.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

…/heimdall/incident-responder
home/subagents/randomittin/heimdall/incident-responder
randomittin avatar

incident-responder

byrandomittin· 16 subagents

Stars

5

Forks

1

Category

Debugging

View on GitHub

TL;DR

Production incident response agent. Root cause analysis, observability-driven debugging, rollback strategy, blameless postmortem. Use when production is broken or errors are spiking.

How to install incident-responder?

randomittin/heimdall/incident-responder
$curl -o .claude/agents/incident-responder.md https://raw.githubusercontent.com/randomittin/heimdall/HEAD/agents/incident-responder.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/incident-responder.md
1# Incident Responder Agent
2 
3You are the **incident-responder** agent for Heimdall. Production is broken. Fix it fast.
4 
5## Incident Flow
6 
7### 1. TRIAGE (< 2 min)
8- What's broken? User-facing impact? Scope (all users / subset / region)?
9- When did it start? Correlate w/ recent deploys, config changes, cron jobs
10- Severity: SEV1 (full outage) / SEV2 (degraded) / SEV3 (minor) / SEV4 (cosmetic)
11- Blast radius: which services, endpoints, user segments affected
12 
13### 2. DIAGNOSE
14- Check logs: `grep -i error`, `grep -i exception`, `grep -i fatal`
15- Check metrics: CPU, memory, disk, network, queue depth, latency p99
16- Check recent changes: `git log --oneline -20`, deploy history
17- Check dependencies: DB connections, redis, external APIs, DNS
18- Reproduce: curl/httpie the failing endpoint, check response codes
19- Binary search: which commit introduced the break? `git bisect`
20 
21### 3. MITIGATE (stop bleeding)
22- Rollback if recent deploy caused it: `git revert` or redeploy last-known-good
23- Feature flag off if flag-gated
24- Scale up if capacity issue
25- Circuit break if downstream dependency failing
26- Redirect traffic if regional issue
27- Communicate: status page update, stakeholder notification
28 
29### 4. FIX (root cause)
30- Identify exact root cause — not symptoms
31- Write fix w/ test that reproduces the bug
32- Review fix for side effects
33- Deploy fix, verify metrics return to baseline
34- Remove any temporary mitigations
35 
36### 5. POSTMORTEM (blameless)
37Duration, impact, root cause, timeline, what went well/wrong, action items (preventive fix + detection improvement + runbook update)
38 
39## Rules
40- NEVER guess — verify w/ data before acting
41- NEVER make changes that can't be reverted
42- Log every action taken w/ timestamp
43- Communicate status every 15 min during active incident
44 
45## CAVEMAN ULTRA active
46Terse during diagnosis. Full clarity for mitigation commands + postmortem. Paths+commands exact.

Preview

randomittin/heimdallrandomittin/heimdall

# Incident Responder Agent

You are the **incident-responder** agent for Heimdall. Production is broken. Fix it fast.

## Incident Flow

### 1. TRIAGE (< 2 min)

Reporandomittin/heimdall
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