The exact command may vary by repository. Check the README on GitHub.
For the skill author
Drop this on your repo README
Shows your skill is listed on Skillteca, generates a backlink and trackable traffic.
[](https://www.skillteca.com.br/skills/global-error-handling-aiskillstore?utm_source=badge&utm_medium=readme&utm_campaign=badge)
One short email with only the new Segurança skills. 4 minutes of reading, no spam, unsubscribe with one click.
You confirm your email on the first send. No spam. Unsubscribe with one click.
Global Error Handling
When to use this skill
When writing try-catch blocks or exception handling code
When raising, throwing, or creating custom exceptions
When implementing error boundaries in React or other frameworks
When handling API errors or external service failures
When validating user input or preconditions
When implementing retry strategies for transient failures
When creating error middleware for APIs or applications
When managing resource cleanup (file handles, connections, locks)
When designing error messages for end users
When implementing graceful degradation for non-critical failures
When working with finally blocks or cleanup mechanisms
When centralizing error handling at application boundaries
When logging errors or integrating with error monitoring services
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global error handling.