← All plugins
api-error-handler
v1.24.0Implement standardized error handling with proper HTTP status codes
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-error-handler/ inside the repository.
Layout
plugins/api-development/api-error-handler/
├── .claude-plugin/plugin.json└── skills/handling-api-errors/SKILL.md
Skills1
handling-api-errorsskills/handling-api-errors/SKILL.md
Implement standardized error handling with proper HTTP status codes and error responses. Use when implementing standardized error handling. Trigger with phrases like "add error handling", "standardize errors", or "implement error responses".
Manifests1
plugins/api-development/api-error-handler/.claude-plugin/plugin.json
{
"name": "api-error-handler",
"version": "1.24.0",
"description": "Implement standardized error handling with proper HTTP status codes",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"error-handling",
"api",
"http-status",
"exceptions"
]
}