idempotency-retry-design

Community

Prevent duplicates with bounded retry contracts

Authormachenjie
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents duplicate side effects caused by retries, timeouts, and at-least-once delivery by designing a strict idempotency and bounded retry contract.

Core Features & Use Cases

  • Idempotency key design for write boundaries: Specify a key that combines operation identity and a payload hash, and define how to reject payload mismatches.
  • Bounded retry policies: Enforce max attempts, total deadline, exponential backoff with full jitter, and a precise terminal state for permanent failures.
  • Timeout and unknown-outcome recovery: Define reconciliation steps before retrying when the caller cannot distinguish “no response” from “no commit”.

Quick Start

Use the idempotency-retry-design skill to define how your payment capture, order creation, webhook delivery, and async consumers store idempotency keys, retry safely, and route failures to a dead-letter queue.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: idempotency-retry-design
Download link: https://github.com/machenjie/rd-skills/archive/main.zip#idempotency-retry-design

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.