概要
This skill equips Claude with advanced patterns for managing application failures, ranging from language-specific implementations in Python, TypeScript, Rust, and Go to universal architectural patterns like Circuit Breakers. It helps developers move beyond basic try-catch blocks by introducing Result types, custom exception hierarchies, and exponential backoff strategies, ensuring applications degrade gracefully and provide meaningful debugging information during production incidents. By applying these patterns, you can build systems that are significantly more reliable and easier to maintain.