From b00t
Access the b00t maintenance loop to check daemon status, view cake token balance, confirm exercise reminders, and inspect the research queue. The vote token system feeds a probabilistic cake lottery resolved at pre-commit review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/b00t:b00t-maintenanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The b00t maintenance daemon runs a 15-minute OODA cycle:
The b00t maintenance daemon runs a 15-minute OODA cycle:
<|👍🏻|> confirmationresearch-soul tasks and dispatches sm0l agentsStart the daemon: just maintenance-start
Status check: b00t-cli maintenance status
Votes are embedded inline in agent output or commit messages:
| Token | Meaning | Effect |
|---|---|---|
<|👍🏻|> | Thumbs up — reminder confirmed / task useful | +1 lottery ticket |
<|👎🏻|> | Skip — snooze or mark not useful | no ticket |
Votes are harvested by the daemon on each OODA cycle. Multiple votes in a session accumulate.
The cake lottery is probabilistic, resolved at pre-commit review:
<|👍🏻|> vote earns one lottery tickettime_accuracy × useful_work_score (both 0.0–1.0)time_accuracy: how closely exercise was confirmed within the reminder windowuseful_work_score: agent self-assessment of output quality for the sessionb00t-cli cake ticket resolve runs at pre-commit hookb00t cake balance # show current token balance for default operator
b00t cake balance operator # show named operator balance
b00t cake history # last 10 cake events
b00t cake history --limit=N
b00t cake search <query> # search cake event log by keyword
Daemon not running:
just maintenance-start
# or
b00t-cli maintenance start --detach
Zellij not detected — daemon emits reminders via Zellij pane; if Zellij is absent,
reminders fall back to desktop notification (notify-send) or stderr. No votes are lost.
Vote not registered — confirm the token format is exact: <|👍🏻|> (no spaces inside pipes).
Run b00t-cli maintenance status to inspect the pending vote queue.
just research-soul — trigger one research task immediatelymcp__b00t-mcp__b00t_agent_vote_submit — MCP tool to submit votes programmaticallymcp__b00t-mcp__b00t_maintenance_status — MCP tool for daemon status JSONnpx claudepluginhub elasticdotventures/_b00t_ --plugin skill-document-understandingRuns Claude Code campaigns autonomously 24/7 by chaining sessions. Use for overnight or unattended operation with budget limits.
Scans your Claude setup (CLAUDE.md, SOUL.md, MCPs, plugins) and guides improvements with setup, review, or status modes. Use for personal AI system health.
Shows a workflow dashboard with current state, recent activity, and suggested next actions. Aggregates state from AgentOps CLI tools (ao, bd) and git.