error-handling
Installation
SKILL.md
Node.js Error Handling Skill
Master error handling patterns for building resilient Node.js applications that fail gracefully and provide meaningful feedback.
Quick Start
Error handling in 4 layers:
- Custom Error Classes - Typed, informative errors
- Try/Catch Patterns - Sync and async handling
- Express Middleware - Centralized API errors
- Process Handlers - Uncaught exceptions