create-idempotent-consumer

Installation
SKILL.md

Idempotent Consumer Generator

Creates Idempotent Consumer pattern infrastructure for exactly-once message processing guarantees.

When to Use

Scenario Example
Payment processing Prevent double charges on message replay
Inventory updates Avoid duplicate stock deductions
Event handlers Process domain events exactly once
Webhook processing Handle duplicate webhook deliveries
Message queue consumers Deduplicate redelivered messages

Component Characteristics

IdempotencyKey

  • Value object combining messageId + handlerName
  • Deterministic key generation
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026