plugins marketplace
← All plugins

incident-response

v1.3.2

Production incident management, triage workflows, and automated incident resolution

CodexClaude Code3 skills

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/incident-response/ inside the repository.

Layout

plugins/incident-response/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/incident-runbook-templates/SKILL.md
├── skills/on-call-handoff-patterns/SKILL.md
└── skills/postmortem-writing/SKILL.md

Skills3

incident-runbook-templatesskills/incident-runbook-templates/SKILL.md

Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use this skill when building a service outage runbook for a payment processing system; creating database incident procedures covering connection pool exhaustion, replication lag, and disk space alerts; onboarding new on-call engineers who need step-by-step recovery guides written for a 3 AM brain; or standardizing escalation matrices across multiple engineering teams.

on-call-handoff-patternsskills/on-call-handoff-patterns/SKILL.md

Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use this skill when transitioning on-call responsibilities between engineers and ensuring the incoming responder has full situational awareness, when writing a shift summary that captures active incidents, ongoing investigations, and recent changes, when handing off mid-incident so a fresh engineer can take over the incident commander role without losing context, when onboarding a new engineer to the on-call rotation for the first time, or when auditing and improving the quality of existing handoff processes across teams.

postmortem-writingskills/postmortem-writing/SKILL.md

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

Manifests2

plugins/incident-response/.codex-plugin/plugin.json
{
  "name": "incident-response",
  "version": "1.3.2",
  "description": "Production incident management, triage workflows, and automated incident resolution",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Incident Response",
    "shortDescription": "Production incident management, triage workflows, and automated incident resolution",
    "category": "Coding"
  }
}
plugins/incident-response/.claude-plugin/plugin.json
{
  "name": "incident-response",
  "version": "1.3.2",
  "description": "Production incident management, triage workflows, and automated incident resolution",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}