global-error-handling
Implement robust error handling with user-friendly messages, specific exception types, centralized error boundaries, and graceful degradation strategies. Use this skill when implementing error handling logic in any part of the application. When writing try-catch blocks, error boundaries, or exception handlers. When validating input and failing fast with clear error messages. When handling API errors, network failures, or external service timeouts. When implementing retry strategies with exponential backoff. When ensuring resources are properly cleaned up in finally blocks. When displaying error messages to users without exposing technical details. This skill applies to all error handling across frontend and backend code.
$ Instalar
git clone https://github.com/coreyja/coreyja.com /tmp/coreyja.com && cp -r /tmp/coreyja.com/.claude/skills/global-error-handling ~/.claude/skills/coreyja-com// tip: Run this command in your terminal to install the skill
Repository
