概要
The Error Handling skill equips Claude with specialized knowledge for designing intentional error management strategies across the full stack. It covers the creation of custom error hierarchies, implementation of type-safe Result patterns to avoid unexpected throws, and the setup of React Error Boundaries for UI resilience. Additionally, it provides guidance on backend API response standardization, advanced recovery patterns like exponential backoff and circuit breakers, and professional error tracking integration with tools like Sentry to ensure applications are both stable and easy to maintain.