retry-strategy

Community

Build resilient applications with robust retry patterns.

AuthorCleanExpo
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps prevent application failures by implementing sophisticated retry and resilience patterns, ensuring services remain available even when dependencies experience transient issues.

Core Features & Use Cases

  • Exponential Backoff with Jitter: Automatically retries failed operations with increasing delays and random variations to avoid overwhelming services.
  • Circuit Breaker: Prevents cascading failures by temporarily stopping requests to a failing service.
  • Agent Self-Correction: Enables AI agents to learn from failures and adjust their approach on subsequent attempts.
  • Use Case: When your application calls an external API that is experiencing temporary network issues, this Skill will automatically retry the call with increasing delays, eventually succeeding once the API is back online, without manual intervention.

Quick Start

Use the retry-strategy skill to wrap an httpx call to an external API with exponential backoff and jitter.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 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: retry-strategy
Download link: https://github.com/CleanExpo/DR-NRPG/archive/main.zip#retry-strategy

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 223,000+ vetted skills library on demand.