Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Check token budget and run-log spend before and after a loop run. Enforces early exit when over budget or when there is no actionable work.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -51% | 0% |
Run at the start and end of every loop iteration.
loop-budget.md for daily caps and kill-switch flags.loop-run-log.md (last 24h).tokens_estimate for the active pattern today.STATE.md, yield to the budget-negotiator skill (if installed). Otherwise, if spend ≥ 100% or loop-pause-all is set → exit immediately with a one-line note in STATE.md.Append one JSON object to loop-run-log.md:
json{ "run_id": "<ISO8601>", "pattern": "<pattern-id>", "duration_s": <number>, "items_found": <number>, "actions_taken": <number>, "escalations": <number>, "tokens_estimate": <number>, "outcome": "no-op | report-only | fix-proposed | escalated" }
max sub-agent spawns/run from loop-budget.md.loop-budget.md under Alerts This Period.Other measured skills in the registry, with their headline benchmark lift.