error-handling

Installation
SKILL.md

Error Handling

Handle errors gracefully and consistently across your application.

When to Use This Skill

  • API error responses
  • Database errors
  • External service failures
  • Validation errors
  • Authentication/authorization errors

Error Response Format

{
  "error": {
    "code": "RESOURCE_NOT_FOUND",
    "message": "User not found",
Related skills
Installs
27
GitHub Stars
780
First Seen
Jan 25, 2026