Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Schedule persistent background workers via CronCreate
.claude/skills/ruvnet-cron-schedule/SKILL.md| 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.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 16,001 | 13,143 | -18% | 1 | 1 | 0% | 1,392 | 1,211 | -13% | 0 | 0 | — |
case-02 | fail→fail | 12,789 | 7,272 | -43% | 1 | 1 | 0% | 2,240 | 796 | -64% | 0 | 0 | — |
case-03 | fail→fail | 11,835 | 7,593 | -36% | 1 | 1 | 0% | 2,302 | 648 | -72% | 0 | 0 | — |
case-04 | fail→pass | 9,268 | 3,280 | -65% | 1 | 1 | 0% | 1,769 | 669 | -62% | 0 | 0 | — |
case-05 | fail→pass | 8,019 | 2,451 | -69% | 1 | 1 | 0% | 1,577 | 714 | -55% | 0 | 0 | — |
case-06 | fail→pass | 2,361 | 2,144 | -9% | 1 | 1 | 0% | 422 | 608 | +44% | 0 | 0 | — |
case-07 | fail→pass | 11,343 | 1,984 | -83% | 1 | 1 | 0% | 1,951 | 647 | -67% | 0 | 0 | — |
case-08 | fail→pass | 12,894 | 2,709 | -79% | 1 | 1 | 0% | 2,153 | 697 | -68% | 0 | 0 | — |
case-09 | pass→pass | 8,616 | 2,181 | -75% | 1 | 1 | 0% | 1,564 | 620 | -60% | 0 | 0 | — |
case-10 | fail→pass | 5,383 | 3,122 | -42% | 1 | 1 | 0% | 951 | 815 | -14% | 0 | 0 | — |
case-11 | pass→pass | 7,796 | 4,857 | -38% | 1 | 1 | 0% | 1,670 | 1,311 | -21% | 0 | 0 | — |
case-12 | pass→pass | 7,095 | 4,807 | -32% | 1 | 1 | 0% | 1,362 | 1,129 | -17% | 0 | 0 | — |
case-13 | pass→pass | 11,006 | 2,694 | -76% | 1 | 1 | 0% | 1,897 | 546 | -71% | 0 | 0 | — |
case-14 | fail→pass | 10,585 | 1,767 | -83% | 1 | 1 | 0% | 2,172 | 567 | -74% | 0 | 0 | — |
case-15 | fail→pass | 9,610 | 3,129 | -67% | 1 | 1 | 0% | 1,900 | 866 | -54% | 0 | 0 | — |
case-16 | fail→pass | 9,446 | 1,270 | -87% | 1 | 1 | 0% | 1,633 | 437 | -73% | 0 | 0 | — |
case-17 | pass→pass | 2,918 | 1,842 | -37% | 1 | 1 | 0% | 481 | 547 | +14% | 0 | 0 | — |
case-18 | fail→pass | 9,175 | 1,508 | -84% | 1 | 1 | 0% | 1,461 | 437 | -70% | 0 | 0 | — |
case-19 | fail→pass | 20,813 | 1,014 | -95% | 1 | 1 | 0% | 3,752 | 371 | -90% | 0 | 0 | — |
case-20 | fail→pass | 8,068 | 1,748 | -78% | 1 | 1 | 0% | 1,394 | 507 | -64% | 0 | 0 | — |
case-21 | fail→pass | 2,721 | 2,079 | -24% | 1 | 1 | 0% | 456 | 401 | -12% | 0 | 0 | — |
case-22 | fail→pass | 10,129 | 1,541 | -85% | 1 | 1 | 0% | 1,682 | 473 | -72% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +64 percentage points is the difference between those two pass rates over the 21 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.