error-handling
Installation
SKILL.md
Error Handling - Exception & Logging Patterns
Production patterns for error handling, boundaries, structured logging, and recovery
When to Use This Skill
Use this skill when:
- Implementing try-catch error handling
- Building React error boundaries
- Setting up structured logging
- Designing API error responses
- Handling async/Promise errors
- Creating custom error classes
- Implementing graceful degradation