Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Schedule persistent background workers via CronCreate
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 44% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -67% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -68% | 0% |
Use CronCreate for workers that must survive session restarts:
CronCreate({ schedule: "*/15 * * * *", prompt: "Run security audit worker via mcp__plugin_ruflo-core_ruflo__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.Other measured skills in the registry, with their headline benchmark lift.