·error-recoverer
</>

error-recoverer

adaptationio/skrillz

Intelligent error detection and recovery for autonomous coding. Use when handling errors, implementing retry logic, recovering from failures, or managing exception handling.

6Installs·0Trend·@adaptationio

Installation

$npx skills add https://github.com/adaptationio/skrillz --skill error-recoverer

SKILL.md

Detects, classifies, and recovers from errors during autonomous coding sessions.

| Transient | Network timeout, rate limit | Retry with backoff | | Resource | File not found, permission denied | Fix path/permissions | | Syntax | Parse error, invalid JSON | Fix syntax errors | | Logic | Test failure, assertion error | Debug and fix code | | Environment | Missing dependency, version mismatch | Install/update deps |

| Unrecoverable | Disk full, OOM | Escalate immediately |

Intelligent error detection and recovery for autonomous coding. Use when handling errors, implementing retry logic, recovering from failures, or managing exception handling. Source: adaptationio/skrillz.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/adaptationio/skrillz --skill error-recoverer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is error-recoverer?

Intelligent error detection and recovery for autonomous coding. Use when handling errors, implementing retry logic, recovering from failures, or managing exception handling. Source: adaptationio/skrillz.

How do I install error-recoverer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adaptationio/skrillz --skill error-recoverer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/adaptationio/skrillz