The error-handling-patterns skill teaches developers how to implement robust error handling across multiple programming languages using techniques like exceptions, Result types, error propagation, and graceful degradation. It serves developers building resilient applications who need guidance on choosing appropriate error handling strategies, designing fault-tolerant systems, and improving debugging experiences. The skill solves the problem of inconsistent or inadequate error handling by providing language-specific patterns and clear guidance on when to use exceptions versus Result types, how to categorize errors as recoverable or unrecoverable, and how to implement advanced patterns like retry and circuit breaker mechanisms.
npx skills add https://github.com/wshobson/agents --skill error-handling-patterns