idempotent-by-default

SKILLFlusso di lavorocommunity
v0.0.0tedgoldsteinMITAggiornato 1 mesi faFonte →

Design operations so that retrying them is safe. A POST that creates a duplicate on retry is a bug. Networks fail, queues redeliver, jobs restart, users double-click. The way to survive is to make every operation either truly read-only or carry an idempotency key that the receiver dedupes against.

Community-submitted skill. Not yet reviewed by the Forge team. Full prompt content may not be available.Request review →
1Client
1Formati
1 mesi faUltimo aggiornamento
Skill
Autoretedgoldstein
Versione0.0.0
LicenzaMIT
CategoriaFlusso di lavoro
Formatiskill.md
PromptNon pubblicato
Compatibilità
Claude✓ Supportato
Cursor
Copilot
ChatGPT
Gemini
Descrizione

Design operations so that retrying them is safe. A POST that creates a duplicate on retry is a bug. Networks fail, queues redeliver, jobs restart, users double-click. The way to survive is to make every operation either truly read-only or carry an idempotency key that the receiver dedupes against.

Parole chiave
skillclaude