Files
gh-hermeticormus-alqvimia-c…/.claude-plugin/plugin.json
2025-11-29 18:34:11 +08:00

18 lines
437 B
JSON

{
"name": "error-debugging",
"description": "Error analysis, trace debugging, and multi-agent problem diagnosis",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/debugger.md",
"./agents/error-detective.md"
],
"commands": [
"./commands/error-analysis.md",
"./commands/error-trace.md",
"./commands/multi-agent-review.md"
]
}