idempotent-by-default

SKILLWorkflowcommunauté
v0.0.0tedgoldsteinMITMis à jour il y a 1 moisSource →

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 →
1Clients
1Formats
il y a 1 moisDernière mise à jour
Skill
Auteurtedgoldstein
Version0.0.0
LicenceMIT
CatégorieWorkflow
Formatsskill.md
PromptNon publié
Compatibilité
Claude✓ Pris en charge
Cursor
Copilot
ChatGPT
Gemini
À propos

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.

Mots-clés
skillclaude