handling-api-errors
jeremylongshore/claude-code-plugins-plus-skills
A comprehensive guide for implementing standardized, robust error handling in modern APIs. It utilizes RFC 7807 Problem Details, centralized middleware, and typed error classes to convert diverse failure types (validation, auth, database, upstream service) into consistent, machine-readable responses with correct HTTP status codes. Essential for building production-grade, resilient backends.