AI AGENT ADDONS

Cron Schedule

ruvnet/ruflo
DevOps & CI/CD
799installs

Cron scheduling lets you run background workers on a regular basis. These workers keep working even after you restart your session. You can set them up for tasks like security scanning or performance checks.

Choose a cron expression to control how often a worker runs. For example, every 15 minutes or every hour. The system remembers your schedule and runs the worker automatically.

This is best for monitoring and CI tasks that need to run nonstop. For active development, use a loop instead. Cron workers are built for persistence.

Add Cron Schedule skill to your workflow

Global

mkdir -p ~/.claude/skills/cron-schedule

Project

mkdir -p .claude/skills/cron-schedule

Source Repository

Stars
61,877
Forks
7,232
Watchers
61,877
License
MIT
Last Push
23 days ago
Created
1 year ago