| name | description |
|---|---|
loop |
Documents /loop-style recurring reminders and Claude Code's built-in scheduler. In Cursor: /loop [interval] <message> adds a crontab entry (macOS + Linux); one-shot uses background sleep + notify. List/cancel via crontab. In Claude Code: use built-in /loop. Use when the user asks for /loop, scheduled reminders, or recurring prompts. |
When the user asks for a recurring reminder in Cursor (e.g. /loop 5m remind me to stand up or loop every 1m remind me to stand up), do not ask them to use Claude Code. Implement it with crontab so reminders persist across sessions and work on macOS and Linux.