How to install cron-schedule
npx skills add https://github.com/ruvnet/ruflo --skill cron-scheduleClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from ruvnet/ruflo.
name: cron-schedule description: Schedule persistent background workers via CronCreate argument-hint: "<worker-name> [--interval CRON]" allowed-tools: CronCreate CronList CronDelete mcp__claude-flow__hooks_worker-dispatch
Use CronCreate for workers that must survive session restarts:
CronCreate({ schedule: "*/15 * * * *", prompt: "Run security audit worker via mcp__claude-flow__hooks_worker-dispatch" })
Recommended Schedules
| Worker | Cron | Description |
|---|---|---|
| audit | */15 * * * * | Security scanning |
| optimize | */30 * * * * | Performance optimization |
| consolidate | 0 * * * * | Memory consolidation |
| map | */30 * * * * | Codebase mapping |
| testgaps | */15 * * * * | Test coverage analysis |
| document | 0 */2 * * * | API documentation |
When to Use Cron vs Loop
/loop: In-session, cache-aware, self-pacing. Use for active development.- CronCreate: Persistent, survives restarts. Use for CI/monitoring.
Related skills
More from ruvnet/ruflo and the wider catalog.
DE

deep-research
ruvnet/ruflo
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
656 installs
EM

embeddings
ruvnet/ruflo
>
904 installsAudited
FL

flow-nexus-neural
ruvnet/ruflo
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus
863 installs
FL

flow-nexus-platform
ruvnet/ruflo
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
858 installs
FL

flow-nexus-swarm
ruvnet/ruflo
Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform
867 installs
GI

github-automation
ruvnet/ruflo
>
893 installs