关于
This skill equips Claude with comprehensive strategies for building resilient distributed systems where operations must be executed safely across unreliable networks. It covers the implementation of idempotency keys, request fingerprinting, and database-level deduplication, ensuring that retries don't lead to double charges, duplicate orders, or data corruption. Whether you are architecting payment gateways, message queues, or RESTful APIs, this skill provides the implementation patterns needed to achieve reliable at-most-once and exactly-once processing semantics.