create-retry-pattern

Installation
SKILL.md

Retry Pattern Generator

Creates Retry pattern infrastructure for handling transient failures.

When to Use

Scenario Example
Transient failures Network timeouts, temporary unavailability
External API calls HTTP requests to third-party services
Database operations Deadlock recovery, connection issues
Message processing Queue message handling with retries

Component Characteristics

RetryPolicy

  • Configures retry behavior
  • Maximum attempts
  • Delay strategy (fixed, exponential, linear)
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026