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

Instructions

Step 1: Identify the Method to Add Retry

Installs
1
First Seen
May 1, 2026
add-retry from smithery.ai