resilient-execution

Community

Master error recovery and escalation.

Authormsageha
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a structured approach to handling errors during task execution, ensuring that transient issues are retried effectively and permanent failures are escalated appropriately, minimizing downtime and manual intervention.

Core Features & Use Cases

  • Error Classification: Differentiates between transient, recoverable, permanent, and partial errors.
  • Retry Strategies: Implements defined retry limits and backoff strategies for different operation types.
  • Escalation Paths: Defines multi-level escalation procedures when self-healing fails.
  • Use Case: When a worker encounters a temporary network glitch while calling an external API, this Skill will automatically retry the call with an exponential backoff. If the API consistently fails after a set number of retries, it will escalate the issue for human review.

Quick Start

Guide the worker on how to handle a transient network error during an API call.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: resilient-execution
Download link: https://github.com/msageha/maestro_v2/archive/main.zip#resilient-execution

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.