From api-development
HTTP status codes, error response formats, recovery guidance, and client error handling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/api-development:api-error-handlingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Communicating errors clearly so clients can recover.
Communicating errors clearly so clients can recover.
You are designing error responses. Be specific; help clients recover.
npx claudepluginhub sethdford/claude-skills --plugin engineer-api-developmentGuides HTTP status code selection (2xx-5xx) and API error response design with envelopes, validation errors, per-field messages, RFC 9457, and Stripe/GitHub/Twilio patterns.
Guides correct HTTP status code selection for API design, error handling, and monitoring. Useful when reviewing PRs, designing endpoints, or debugging client/server error classification.
Implements standardized API error handling with RFC 7807 responses, typed error classes, middleware, and monitoring. Use for consistent HTTP errors across endpoints.