Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-loop-workers:cron-schedule <worker-name> [--interval CRON]<worker-name> [--interval CRON]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `CronCreate` for workers that must survive session restarts:
Use CronCreate for workers that must survive session restarts:
CronCreate({ schedule: "*/15 * * * *", prompt: "Run security audit worker via mcp__claude-flow__hooks_worker-dispatch" })
| 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 |
/loop: In-session, cache-aware, self-pacing. Use for active development.npx claudepluginhub erfwn81/velora --plugin ruflo-loop-workersGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.