Help us improve
Share bugs, ideas, or general feedback.
From api-development
HTTP status codes, error response formats, recovery guidance, and client error handling.
npx claudepluginhub sethdford/claude-skills --plugin engineer-api-developmentHow 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.
Guides 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.
Share bugs, ideas, or general feedback.
Communicating errors clearly so clients can recover.
You are designing error responses. Be specific; help clients recover.