repeat

Installation
SKILL.md

/repeat - Autonomous Recurring Execution

$ARGUMENTS

Argument Parsing

Parse the user input into three components:

  1. Interval — duration between iterations (default: 10m)
    • Accepts: 1m, 5m, 10m, 30m, 1h
    • Minimum: 1m (enforced, reject anything lower)
  2. Command or prompt — the slash command or freeform prompt to execute each iteration
  3. Flags:
    • --iterations N — maximum number of iterations (default: 5)
Installs
7
GitHub Stars
175
First Seen
May 16, 2026
repeat — softspark/ai-toolkit