home/categories/architecture-patterns/torbenmerrald-stablemanager-claude-skills-global-error-handling-skill-md
architecture-patternsdevelopment

global-error-handling

Implement robust error handling strategies with user-friendly messages and graceful failure patterns. Use this skill when catching and handling exceptions or errors in any code. Use this skill when validating input and checking preconditions early in functions. Use this skill when displaying error messages to users. Use this skill when implementing centralized error handling in API layers or controllers. Use this skill when using specific exception types rather than generic errors. Use this skill when implementing retry logic for transient failures. Use this skill when ensuring proper resource cleanup in error scenarios. Use this skill when designing systems to degrade gracefully when non-critical services fail.

TorbenMerrald
maintainer
TorbenMerrald
更新于 1/9/2026
星标
1
分支
0
quick start

Installation and usage

Implement robust error handling strategies with user-friendly messages and graceful failure patterns. Use this skill when catching and handling exceptions or errors in any code. Use this skill when validating input and checking preconditions early in functions. Use this skill when displaying error messages to users. Use this skill when implementing centralized error handling in API layers or controllers. Use this skill when using specific exception types rather than generic errors. Use this skill when implementing retry logic for transient failures. Use this skill when ensuring proper resource cleanup in error scenarios. Use this skill when designing systems to degrade gracefully when non-critical services fail.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use global-error-handling