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.
Backend · Global library
Make mutation endpoints safely retryable with idempotency keys and conflict-aware persistence patterns.
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
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show idempotency-guardianUse
orchestrator-mcp skills export idempotency-guardian --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/idempotency-guardian ./your-agent-skills/idempotency-guardian
# or open skills/idempotency-guardian/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Create unified API entry points with routing, transformation, rate limiting, and security
Replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly.