auto-insights
Show or configure auto-generated insights from the claudectl brain — friction patterns, suggested rules, and workflow improvements
Drain pending agent-bus messages addressed to this session's role
$ npx -y skills add mercurialsolo/claudectl --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/inboxContext preview
What this command does when you run it.
Drain pending agent-bus messages addressed to this session's role
name: inbox description: Drain pending agent-bus messages addressed to this session's role
You have a mailbox on the claudectl agent bus. This command drains it.
1. Call the `claudectl-bus__read_inbox` MCP tool with no arguments. The bus resolves your role from the session's working directory (or from `CLAUDECTL_BUS_ROLE` if set). 2. If the result's `role` is `null`, you have no role bound for this cwd. Tell the user how to bind one: `claudectl bus role bind <name> <cwd>`. Then stop. 3. Otherwise, for each entry in `messages`:
4. Summarize counts at the end: `N high · M normal · K low` so the user can see workload at a glance.
If the tool returns an empty `messages` array, just say "inbox empty" and stop.
Swarm orchestration for claude code agents with a local brain that steers based on your preferences
Show or configure auto-generated insights from the claudectl brain — friction patterns, suggested rules, and workflow improvements
Show claudectl brain learning metrics — accuracy, correction rate, and effectiveness
Set this Claude session's agent-bus role so other sessions can address it (e.g. /role frontend, /role backend, /role tester)
Show status of all active Claude Code sessions (cost, health, context usage)
Show Claude Code spend summary — total cost, per-session breakdown, and burn rate