← All plugins
error-debugging
v1.2.1Error analysis, trace debugging, and multi-agent problem diagnosis
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/error-debugging/ inside the repository.
Layout
plugins/error-debugging/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/error-debugging/.codex-plugin/plugin.json
{
"name": "error-debugging",
"version": "1.2.1",
"description": "Error analysis, trace debugging, and multi-agent problem diagnosis",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Error Debugging",
"shortDescription": "Error analysis, trace debugging, and multi-agent problem diagnosis",
"category": "Coding"
}
}plugins/error-debugging/.claude-plugin/plugin.json
{
"name": "error-debugging",
"version": "1.2.1",
"description": "Error analysis, trace debugging, and multi-agent problem diagnosis",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}