소개
The Handling Errors skill equips Claude with a standardized framework for managing exceptions and failures, moving beyond simple try-catch blocks to implement professional error propagation strategies. It enforces 'Iron Laws' such as avoiding silent failures and preserving error context, ensuring that developers receive actionable logs while users see helpful, non-technical messages. By applying these patterns, the skill helps create more resilient applications that are easier to debug and maintain, whether you are working in TypeScript, Python, or Go.