Acerca de
The Error Handling Patterns skill equips Claude with specialized knowledge for designing and implementing high-reliability software systems. It covers essential strategies ranging from language-specific exception hierarchies in Python and Go to functional error handling using Result and Option types in Rust and TypeScript. Beyond basic syntax, the skill provides architectural blueprints for advanced resiliency patterns like Circuit Breakers, Exponential Backoff, and Error Aggregation, ensuring applications can gracefully handle failures and provide clear diagnostic information for developers.