tomevault-io

Incident Recovery — Data skill for Claude Code

Data community

When a long-running service freezes — pipeline, queue, worker, sync job — the recovery sequence is the same regardless of language or stack.

How to install Incident Recovery

Installs to ~/.claude/skills/tomevault-io-companyos-incident-recovery/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomevault-io-companyos-incident-recovery && curl -fsSL https://raw.githubusercontent.com/tomevault-io/companyos/HEAD/skills/incident-recovery.md -o ~/.claude/skills/tomevault-io-companyos-incident-recovery/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Incident Recovery does


name: incident-recovery description: When a long-running service freezes — pipeline, queue, worker, sync job — the recovery sequence is the same regardless of language or stack. Investigate before killing; verify the kill is data-safe; restart with a verification probe; capture the contention pattern as memory so the next instance is faster. The pattern beats writing a project-specific runbook for every service. tier: universal

Incident recovery

A service that has frozen — stopped ma

Alternatives in Data

  • Notion Sync — /notion-sync - Push Ranked Jobs and Applications to a Notion Database 36.6k ★
  • Archify — Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self 17.2k ★
  • A Stock Data — A股全栈数据工具包 · 十一层架构 · 54端点 · 19数据源 · 零鉴权 Full-stack China A-share data toolkit for AI agents — 11 layers, 54 end 9.4k ★

Full documentation available on GitHub

View Source Repository