agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Comprehensive incident response framework from detection through resolution and post-incident review. Battle-tested SRE/DevOps practices: severity classification, timeline reconstruction, structured post-incident analysis. Use when declaring an incident, coordinating multi-team
$ npx -y skills add alirezarezvani/claude-skills --skill incident-commander --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/incident-commanderContext preview
The summary Claude sees to decide when to auto-load this skill.
Comprehensive incident response framework from detection through resolution and post-incident review. Battle-tested SRE/DevOps practices: severity classification, timeline reconstruction, structured post-incident analysis. Use when declaring an incident, coordinating multi-team
name: "incident-commander" description: "Comprehensive incident response framework from detection through resolution and post-incident review. Battle-tested SRE/DevOps practices: severity classification, timeline reconstruction, structured post-incident analysis. Use when declaring an incident, coordinating multi-team response during an outage, leading a post-mortem, or setting up on-call practices for a new service."
**Category:** Engineering Team **Tier:** POWERFUL **Author:** Claude Skills Team **Version:** 1.0.0 **Last Updated:** February 2026
Incident response framework for **availability/reliability incidents** (outages, degradations, failed deploys): severity classification, timeline reconstruction, and post-incident review.
**This is NOT security incident triage.** For security events (ransomware, intrusion, data exfiltration, IOC analysis, NIST SP 800-61 forensics), route to `incident-response`. Both skills use SEV1-SEV4 labels; this one scores operational impact (users, revenue, SLA), while `incident-response` classifies attack types and forensic handling.
1. **Incident Classifier** (`incident_classifier.py`)
2. **Timeline Reconstructor** (`timeline_reconstructor.py`)
3. **PIR Generator** (`pir_generator.py`)
**Definition:** Complete service failure affecting all users or critical business functions
**Characteristics:**
**Response Requirements:**
**Communication Frequency:** Every 15 minutes until resolution
**Definition:** Significant degradation affecting subset of users or non-critical functions
**Characteristics:**
**Response Requirements:**
**Communication Frequency:** Every 30 minutes during active response
**Definition:** Limited impact with workarounds available
**Characteristics:**
**Response Requirements:**
**Communication Frequency:** At key milestones only
**Definition:** Minimal impact, cosmetic issues, or planned maintenance
**Characteristics:**
**Response Requirements:**
**Communication Frequency:** Standard development cycle updates
1. **Command and Control**
2. **Communication Hub**
3. **Process Management**
4. **Post-Incident Leadership**
**Emergency Decisions (SEV1/2):**
**Resource Allocation:**
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…