idempotency-patterns
Installation
SKILL.md
Idempotency Patterns (2026)
Patterns for ensuring operations can be safely retried without unintended side effects.
Overview
- Building payment or financial APIs
- Implementing webhook handlers
- Processing messages from queues
- Creating mutation endpoints (POST, PUT, DELETE)
- Building distributed systems with at-least-once delivery