Error handling patterns and strategies. Use when implementing or reviewing error handling.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill error --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Error?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-error)More formats (shields.io, HTML) on the badges page.
---
name: error
description: Error handling patterns and strategies. Use when implementing or reviewing error handling.
---
## error
Handle errors gracefully.
### Patterns
- Fail fast: detect early
- Return vs throw: expected vs unexpected
- Custom error classes with codes
- Graceful degradation
- Retry with backoff
- Circuit breaker
### HTTP errors
- 400 Bad Request
- 401 Unauthorized
- 403 Forbidden
- 404 Not Found
- 500 Internal Server Error
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!