add-retry
Installation
SKILL.md
Add Retry with Exponential Backoff
This skill adds automatic retry logic with exponential backoff to a Cubit method.
What This Skill Does
Adds the retry parameter to a mix() call so that failed methods automatically retry with configurable:
- Number of retry attempts
- Initial delay before first retry
- Delay multiplier (exponential backoff)
- Maximum delay cap