error-recovery

Installation
SKILL.md

Error Recovery

When things break, guide people forward instead of leaving them stranded.

How to use

  • /error-recovery Apply error recovery constraints to this conversation.

Constraints

Error Message Structure

  • What happened (in plain language, not error codes)
  • Why it might have happened (if knowable)
  • What the user can do about it (specific action)
  • NEVER show raw error codes, stack traces, or technical jargon to end users
  • MUST log the technical details for debugging separately

Recovery Patterns

  • Auto-retry for transient failures (network timeout, rate limit) with backoff
Related skills

More from dragoon0x/product-skills

Installs
1
First Seen
Mar 18, 2026