idempotency

Installation
SKILL.md

Idempotency

Overview

Critical operations must be safe to retry. Use idempotency keys.

Networks fail. Clients retry. Users double-click. Without idempotency, retries cause duplicate charges, orders, or data corruption.

When to Use

  • Payment processing endpoints
  • Order creation
  • Any operation that shouldn't happen twice
  • Asked to "trust the frontend" to prevent duplicates

The Iron Rule

Installs
28
GitHub Stars
11
First Seen
Jan 22, 2026
idempotency — yanko-belov/code-craft