Files
gh-kivilaid-plugin-marketpl…/.claude-plugin/plugin.json
2025-11-30 08:34:08 +08:00

17 lines
537 B
JSON

{
"name": "incident-response",
"description": "Production incident management, triage workflows, and automated incident resolution",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/incident-response/agents/incident-responder.md",
"./plugins/incident-response/agents/devops-troubleshooter.md"
],
"commands": [
"./plugins/incident-response/commands/incident-response.md",
"./plugins/incident-response/commands/smart-fix.md"
]
}