idempotency

Community

Prevent duplicate operations, ensure reliability.

Authordadbodgeoff
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents duplicate processing of API requests, ensuring that operations with side effects are executed exactly once, even in the face of network issues or client retries.

Core Features & Use Cases

  • Idempotent API Operations: Safely handle retries without duplicate side effects.
  • Use Cases: Essential for payment processing, order creation, and any API that must not be executed twice. It ensures that repeated identical requests yield the same outcome as a single execution.

Quick Start

Implement the idempotency middleware in your Express.js application to protect your API endpoints.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: idempotency
Download link: https://github.com/dadbodgeoff/drift/archive/main.zip#idempotency

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.