概要
Global Error Handling provides specialized guidance for creating resilient applications by implementing comprehensive error management patterns across the entire software stack. It enables the creation of secure, user-facing error messages that hide technical implementation details while providing clear feedback to the end user. The skill focuses on critical reliability patterns like exponential backoff for retries, proper resource cleanup to prevent memory leaks, and failing fast with specific exception types. Whether you are integrating third-party APIs, managing database connections, or handling sensitive file operations, this skill ensures that failures are handled gracefully at the appropriate architectural boundaries.