Skip to content

Backend · Global library

Idempotency Guardian

Make mutation endpoints safely retryable with idempotency keys and conflict-aware persistence patterns.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Idempotency Guardian when you need to make mutation endpoints safely retryable with idempotency keys and conflict-aware persistence patterns, especially when the work is driven by idempotency and safe retries.

Trigger signals

idempotencysafe retriesmutation api

Validation hooks

verify_idempotency_guarantees

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show idempotency-guardian

Use

orchestrator-mcp skills export idempotency-guardian --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/idempotency-guardian ./your-agent-skills/idempotency-guardian
# or open skills/idempotency-guardian/SKILL.md in a markdown-first client

File patterns

**/api/****/payments/****/*.ts

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.