Loading skill
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.
| 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 ...Other measured skills in the registry, with their headline benchmark lift.