repeat
Installation
SKILL.md
/repeat - Autonomous Recurring Execution
$ARGUMENTS
Argument Parsing
Parse the user input into three components:
- Interval — duration between iterations (default:
10m)- Accepts:
1m,5m,10m,30m,1h - Minimum:
1m(enforced, reject anything lower)
- Accepts:
- Command or prompt — the slash command or freeform prompt to execute each iteration
- Flags:
--iterations N— maximum number of iterations (default:5)