My Error Recovery

**ALWAYS use when:** a tool fails, a command errors, a request times out, a file read returns nothing unexpected, or something goes wrong during execution. Use when the user says "it failed", "error", "something went wrong", "that didn't work", or when any tool call returns an error, stderr, or non-zero exit code. Also use when a skill produces unexpected output, a provider is unavailable, or the agent needs to pivot strategy after a failure. **DO NOT use for:** code review of error-prone code — use @skills/my-code-review. Preventing errors through planning — use @skills/my-project-lifecycle.

alexleekt Updated

File contents

alexleekt/agents/tree/main/skills/my-error-recovery commit 1277245e18

Frequently asked questions

npx skillmds@latest add alexleekt/my-error-recovery