← All plugins
error-diagnostics
v1.2.1Error tracing, root cause analysis, and smart debugging for production systems
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-diagnostics/ inside the repository.
Layout
plugins/error-diagnostics/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/error-diagnostics/.codex-plugin/plugin.json
{
"name": "error-diagnostics",
"version": "1.2.1",
"description": "Error tracing, root cause analysis, and smart debugging for production systems",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Error Diagnostics",
"shortDescription": "Error tracing, root cause analysis, and smart debugging for production systems",
"category": "Coding"
}
}plugins/error-diagnostics/.claude-plugin/plugin.json
{
"name": "error-diagnostics",
"version": "1.2.1",
"description": "Error tracing, root cause analysis, and smart debugging for production systems",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}