Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user