Backend Idempotency

Use this skill when the user says 'idempotency', 'idempotent', 'idempotency key', 'exactly-once', 'retry safety', 'deduplication', 'duplicate detection', 'idempotent endpoint', 'safe retry'. This skill implements idempotency keys and exactly-once semantics so retries never result in duplicate side effects. Applies to any backend stack. Do NOT use for: read-only endpoints (they are naturally idempotent), optimistic concurrency, or database-level unique constraints alone.

j4flmao Updated

File contents

j4flmao/agent-skills/tree/main/skills/backend/universal/idempotency commit 7bcb32b5df

Frequently asked questions

npx skillmds@latest add j4flmao/backend-idempotency