idempotent-by-default

SKILLFlujo de trabajocomunidad
v0.0.0tedgoldsteinMITActualizado hace 1 mFuente →

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 →
1Clientes
1Formatos
hace 1 mÚltima actualización
Skill
Autortedgoldstein
Versión0.0.0
LicenciaMIT
CategoríaFlujo de trabajo
Formatosskill.md
PromptNo publicado
Compatibilidad
Claude✓ Compatible
Cursor
Copilot
ChatGPT
Gemini
Acerca de

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.

Palabras clave
skillclaude