idempotency-retry-design
CommunityPrevent duplicates with bounded retry contracts
Software Engineering#webhooks#idempotency#retries#dead-letter queue#bounded retry policy#async consumers#timeout reconciliation
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 requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.