概要
The Error Recovery skill provides a structured framework for managing failures in complex multi-agent workflows within Claude Code. By implementing a four-tier cascading recovery system—ranging from transient error retries with exponential backoff to semantic fallbacks, agent substitution, and structured human escalation—it ensures that automated tasks are resilient to network issues, model hallucinations, and context window limitations. This skill is essential for developers building robust AI-driven automation where reliability and graceful degradation are critical for maintaining continuous development cycles.