How this skill is triggered — by the user, by Claude, or both
Slash command
/faos-dev:error-handling-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences.
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-devImplements error handling strategies including retry, circuit breaker, and async error patterns for resilient APIs and distributed systems.
Teaches error handling patterns across languages: exceptions, Result types, error propagation, and graceful degradation. Use when implementing error handling, designing APIs, or improving reliability.
Strategies for handling errors: exceptions, error types, recovery strategies, and error propagation.