incident-response

incident-response is a plugin for Claude Code from EngineerWithAI/engineerwith-agents. Its manifest loads nothing; the 3 skills it bundles cost 123 tokens per session together, scanned A, original, MIT.

A set of workflows for handling failures and service problems in production, where software is used by real users.

In plain words
What is it for?
Use it to triage production incidents, follow response runbooks, resolve problems, write postmortems, and prepare on-call handoffs.
Why use it?
It helps teams investigate incidents consistently, coordinate troubleshooting, and record what happened afterward.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add EngineerWithAI/engineerwith-agents
agentmods
npx agentmods add plugins/engineerwithai/engineerwith-agents/incident-response
Clone the repo
git clone --depth 1 https://github.com/EngineerWithAI/engineerwith-agents

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for incident-response

README.md
[![agentmods](https://agentmods.dev/badge/plugins/engineerwithai/engineerwith-agents/incident-response.svg)](https://agentmods.dev/plugins/engineerwithai/engineerwith-agents/incident-response)
Your own site
<a href="https://agentmods.dev/plugins/engineerwithai/engineerwith-agents/incident-response"><img src="https://agentmods.dev/badge/plugins/engineerwithai/engineerwith-agents/incident-response.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 3 skills cost 123 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

incident-response scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json#incident-response · 34 lines

What it actually says

{
  "name": "incident-response",
  "source": "./plugins/incident-response",
  "description": "Production incident management, triage workflows, and automated incident resolution",
  "version": "1.2.1",
  "author": {
    "name": "Mike Mayer",
    "url": "https://github.com/EngineerWithAI"
  },
  "homepage": "https://github.com/EngineerWithAI/engineerwith-agents",
  "repository": "https://github.com/EngineerWithAI/engineerwith-agents",
  "license": "MIT",
  "keywords": [
    "incident-response",
    "production",
    "sre",
    "troubleshooting"
  ],
  "category": "operations",
  "strict": false,
  "commands": [
    "./commands/incident-response.md",
    "./commands/smart-fix.md"
  ],
  "agents": [
    "./agents/incident-responder.md",
    "./agents/devops-troubleshooter.md"
  ],
  "skills": [
    "./skills/incident-runbook-templates",
    "./skills/postmortem-writing",
    "./skills/on-call-handoff-patterns"
  ]
}
Contents

What it installs

The manifest is a name and a version. 3 skills travel with it, and installing the plugin installs all of them — 123 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

1 file beside marketplace.json#incident-response in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 34 lines scan A 60cfaf9278f5

Subscribe to this mod's changes

incident-response is a plugin published in the GitHub repository EngineerWithAI/engineerwith-agents (4 stars, last pushed 7mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other plugins, from other repositories

systematic-debugging

Diagnose root causes with a four-phase debugging protocol. Use for ANY technical issue — test failures, production bugs, unexpected behavior, performance problems, build failures, or integration issues. ESPECIALLY when under time pressure, when "one quick fix" seems obvious, or when previous fix attempts have failed.…

magnus919/agent-skills · not measured

datadog

Access Datadog logs, metrics, monitors, dashboards, SLOs, events, traces, and incidents.

anthropics/claude-tag-plugins · not measured

agent-alchemy-dev-tools

Agent Alchemy Dev Tools — dev utilities, debugging, and workflow enhancements.

sequenzia/agent-alchemy · not measured

apple-craft

Apple 플랫폼 개발 스킬 모음 — 일반 구현/디버깅(apple-craft), 코드 리뷰(apple-review), 장기 대규모 구현 하네스(apple-harness, Designer 2-way split), App Store 배포 자동화(appstore-deploy), Xcode MCP 연동, xcodebuild+xcsift 빌드 폴백, Xcode 26 번들 문서 20개 + Swift 6.3 보강 + Concurrency Supplement(SE-0461/0466/0433, 차단형 동기화 정책) 내장, Pencil 디자인 통합.

oozoofrog/oozoofrog-plugins · not measured

debugging

Systematic debugging skills: root cause tracing, defense-in-depth validation, verification before completion.

GGPrompts/my-gg-plugins · not measured

nextjs

Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server.

vercel/next.js · not measured