retry-utils
Installation
SKILL.md
Retry Utils Skill
Execute commands with intelligent retry logic including exponential backoff, jitter, and configurable retry conditions.
When to Use
✅ USE this skill when:
- "Retry this command until it succeeds"
- "Run with exponential backoff"
- "Keep trying until timeout"
- "Retry only on specific errors"
- "Run with retry and backoff"
When NOT to Use
❌ DON'T use this skill when: