Switch language한국어
Back to the list

Claude Code /loop: Run Recurring Tasks on Autopilot

TL;DR AI

Key summary

1 min read
  1. Claude Code's /loop lets you schedule recurring prompts inside an active session without external cron jobs.

  2. You can place the interval before, after, or omit it; supported units are s, m, h, and d and the default is 10 minutes.

  3. Loops run with access to the session's codebase and tools and auto-expire after seven days for safety.

Read the original