Use when scheduling cron-mode loops with Claude Code's /loop, when registering periodic background work, when the user says 'cron loop', 'periodic loop', 'register a cron', 'schedule recurring work', or when configuring a loop that needs to be visible in empirica status. This skill provides the prompt template that wires CC's /loop into Empirica's loop registry — register at start, check pause flag each fire, heartbeat at end. Without this wiring, a /loop cron is invisible to the cockpit and uncontrollable from any other terminal.
$npx -y skills add empiricaai/empirica --skill loop-cronInstalls into the current project.
Run `npx skills use "https://github.com/empiricaai/empirica" --skill "empiricaai/empirica/loop-cron"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/empiricaai/empirica" that are relevant to the current task. Run `npx skills add "https://github.com/empiricaai/empirica"` and select the relevant skills, then follow their instructions.