·implement-retry-logic
</>

implement-retry-logic

Implements retry logic with exponential backoff and jitter for async operations. Use when implementing external service calls, database operations, network requests, or any operation that may fail transiently. Follows project patterns for ServiceResult wrapping, configuration injection, and resilience patterns. Triggers on "add retry logic for X", "implement exponential backoff", "make Z resilient", or "handle transient errors".

4Installs·0Trend·@dawiddutoit

Installation

$npx skills add https://github.com/dawiddutoit/custom-claude --skill implement-retry-logic

How to Install implement-retry-logic

Quickly install implement-retry-logic AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/dawiddutoit/custom-claude --skill implement-retry-logic
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: dawiddutoit/custom-claude.

SKILL.md

View raw

Add retry logic with exponential backoff and jitter to async operations, following project patterns for resilience, configuration injection, and ServiceResult wrapping.

Pattern Detection: Look for external API calls, database operations, or network requests without retry logic.

Basic Implementation: Add retry loop with exponential backoff + jitter:

Implements retry logic with exponential backoff and jitter for async operations. Use when implementing external service calls, database operations, network requests, or any operation that may fail transiently. Follows project patterns for ServiceResult wrapping, configuration injection, and resilience patterns. Triggers on "add retry logic for X", "implement exponential backoff", "make Z resilient", or "handle transient errors". Source: dawiddutoit/custom-claude.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dawiddutoit/custom-claude --skill implement-retry-logic
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from dawiddutoit/custom-claude

Quick answers

What is implement-retry-logic?

Implements retry logic with exponential backoff and jitter for async operations. Use when implementing external service calls, database operations, network requests, or any operation that may fail transiently. Follows project patterns for ServiceResult wrapping, configuration injection, and resilience patterns. Triggers on "add retry logic for X", "implement exponential backoff", "make Z resilient", or "handle transient errors". Source: dawiddutoit/custom-claude.

How do I install implement-retry-logic?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dawiddutoit/custom-claude --skill implement-retry-logic Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/dawiddutoit/custom-claude