retry-fault-tolerance-design
CommunityBoost resilience with retries and circuit breaker
Authorjoyz0
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps systems recover from transient failures in external dependencies by adding structured retry logic, timeouts, and circuit breaker protections to avoid cascading failures and service degradation.
Core Features & Use Cases
- Exponential backoff with jitter to reduce collision and retry storms during high contention.
- Configurable timeouts and cancellation to bound resource usage for slow or stuck operations.
- Circuit breaker with state transitions to stop calling unhealthy downstream services and allow controlled recovery.
- Error classification and retry hooks to decide when retries are appropriate (HTTP 5xx, network errors, rate limits) versus permanent failures.
- Use case: resilient HTTP client calls to third-party APIs with automatic retries, jittered backoff, timeouts, and a circuit breaker to protect the system during outages.
Quick Start
Call the retry-fault-tolerance-design skill to wrap an external HTTP request with 5 attempts, exponential backoff (minDelayMs 100, maxDelayMs 5000), jitter 0.2, a 3s timeout, and a circuit breaker configured to open after 5 consecutive failures.
Dependency Matrix
Required Modules
None requiredComponents
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: retry-fault-tolerance-design Download link: https://github.com/joyz0/kitz-ai/archive/main.zip#retry-fault-tolerance-design Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.