error-handling

Installation
SKILL.md

Error Handling

Quick Start

When handling errors:

  1. Never expose technical details to users
  2. Log errors server-side with context
  3. Provide user-friendly error messages
  4. Use appropriate HTTP status codes
  5. Implement error recovery when possible

Common Patterns

API Error Handling

import { NextRequest, NextResponse } from 'next/server';
Related skills

More from santiagoxor/pintureria-digital

Installs
17
First Seen
Feb 28, 2026