skill ✓ Verified
Retry & Backoff
Retry failures without making outages worse — exponential backoff, jitter, idempotency, and caps. Use when adding retries to network/DB/queue calls or debugging retry storms.
npx @aiskillet/cli add retry-backoff --target claude-code
Install once: npm i -g @aiskillet/cli — then it works in whatever tool you use.
The same skill, compiled to each target's native format.
- Author
- @aiskillet
- Source
- aiskillet/cookbook/tree/main/skills/retry-backoff
- Targets
- claude-code
- License
- MIT
- Tags
- integrations, resilience, reliability