skill ✓ Verified
Error Handling
Handle errors deliberately — recover vs propagate vs fail-fast, actionable messages, and never swallow exceptions. Use when adding try/catch or reviewing failure paths.
npx @aiskillet/cli add error-handling --target claude-code
Install once: npm i -g @aiskillet/cli — then it works in whatever tool you use.
The same skill, compiled to each target's native format.
- Author
- @aiskillet
- Source
- aiskillet/cookbook/tree/main/skills/error-handling
- Targets
- claude-code
- License
- MIT
- Tags
- coding, reliability, quality