Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build a lightweight proactive mode with scheduled checks, sleep intervals, concise user briefs, and expiry safeguards so an agent can work in the background without becoming an uncontrolled daemon.
.claude/skills/kentunderage549-kairos-lite/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-19 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -60% | 0% |
Use this skill when you want proactive behavior, but not a full always-on autonomous platform.
Create a portable proactive job spec:
bashpython3 {baseDir}/scripts/job_spec.py \ --name "daily-repo-check" \ --prompt "Summarize risky changes in the repo" \ --schedule "0 9 * * 1-5"
Then use the prompt in references/prompt-template.md.
python3 {baseDir}/scripts/job_spec.py ...| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-19 | fail→pass | 10,420 | 3,548 | -66% | 1 | 1 | 0% | 1,712 | 844 | -51% | 0 | 0 | — |
case-20 | pass→pass | 11,301 | 7,953 | -30% | 1 | 1 | 0% | 2,200 | 1,712 | -22% | 0 | 0 | — |
case-01 | fail→pass | 19,188 | 8,217 | -57% | 1 | 1 | 0% | 3,246 | 1,634 | -50% | 0 | 0 | — |
case-02 | fail→fail | 14,582 | 6,576 | -55% | 1 | 1 | 0% | 2,815 | 1,413 | -50% | 0 | 0 | — |
case-03 | fail→pass | 30,248 | 4,909 | -84% | 1 | 1 | 0% | 2,973 | 1,248 | -58% | 0 | 0 | — |
case-08 | fail→pass | 6,254 | 2,231 | -64% | 1 | 1 | 0% | 1,146 | 705 | -38% | 0 | 0 | — |
case-04 | fail→pass | 9,818 | 4,874 | -50% | 1 | 1 | 0% | 2,067 | 823 | -60% | 0 | 0 | — |
case-05 | fail→pass | 10,300 | 2,138 | -79% | 1 | 1 | 0% | 1,733 | 616 | -64% | 0 | 0 | — |
case-06 | fail→pass | 36,621 | 1,426 | -96% | 1 | 1 | 0% | 3,221 | 494 | -85% | 0 | 0 | — |
case-07 | fail→pass | 10,071 | 2,083 | -79% | 1 | 1 | 0% | 1,604 | 638 | -60% | 0 | 0 | — |
case-09 | fail→pass | 9,125 | 2,219 | -76% | 1 | 1 | 0% | 1,416 | 558 | -61% | 0 | 0 | — |
case-10 | fail→pass | 14,325 | 1,729 | -88% | 1 | 1 | 0% | 2,315 | 533 | -77% | 0 | 0 | — |
case-11 | fail→pass | 3,983 | 2,549 | -36% | 1 | 1 | 0% | 714 | 673 | -6% | 0 | 0 | — |
case-12 | pass→pass | 13,025 | 5,204 | -60% | 1 | 1 | 0% | 2,074 | 1,047 | -50% | 0 | 0 | — |
case-13 | pass→pass | 14,921 | 10,800 | -28% | 1 | 1 | 0% | 2,505 | 1,856 | -26% | 0 | 0 | — |
case-14 | fail→pass | 4,550 | 3,340 | -27% | 1 | 1 | 0% | 687 | 702 | +2% | 0 | 0 | — |
case-15 | pass→pass | 10,906 | 1,981 | -82% | 1 | 1 | 0% | 1,720 | 533 | -69% | 0 | 0 | — |
case-16 | pass→pass | 15,129 | 2,147 | -86% | 1 | 1 | 0% | 2,380 | 590 | -75% | 0 | 0 | — |
case-17 | fail→pass | 3,812 | 2,330 | -39% | 1 | 1 | 0% | 635 | 718 | +13% | 0 | 0 | — |
case-18 | fail→pass | 14,904 | 2,038 | -86% | 1 | 1 | 0% | 938 | 660 | -30% | 0 | 0 | — |
case-21 | fail→fail | 8,091 | 11,034 | +36% | 1 | 1 | 0% | 1,481 | 2,268 | +53% | 0 | 0 | — |
case-22 | pass→pass | 15,833 | 11,557 | -27% | 1 | 1 | 0% | 3,328 | 2,800 | -16% | 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.