Rust Idempotent Workflows
Use when designing, implementing, testing, or debugging Rust service workflows that must be safe under retries, duplicate requests, crashes, concurrent submissions, background workers, queues, email/payment/notification side effects, idempotency keys, transaction isolation, or save-and-replay API behavior.
Rustv0.1.0MITrustidempotencyretriesbackground-jobsconcurrency
Install
npx skills add LVTD-LLC/skills --skill rust-idempotent-workflowsFrom `SKILL.md`
Use this skill to make Rust workflows reliable when clients retry, workers crash, requests race, and external side effects cannot be rolled back.