/brain-stats
Show claudectl brain learning metrics — accuracy, correction rate, and effectiveness
$ npx -y skills add mercurialsolo/claudectl --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/brain-stats
Context preview
What this command does when you run it.
Show claudectl brain learning metrics — accuracy, correction rate, and effectiveness
Command definition
brain-stats.mdname: brain-stats description: Show claudectl brain learning metrics — accuracy, correction rate, and effectiveness args: "[metric]"
Show how well the claudectl brain is learning the user's preferences. The optional argument selects a specific metric view.
Available metrics (pass as argument, or show all if omitted):
- `learning-curve` — is the correction rate declining over time? (= brain is learning)
- `accuracy` — per-tool, per-risk, per-project accuracy breakdown
- `baseline` — brain vs. dumb static rules classifier comparison
- `false-approve` — safety metric: how often does brain approve risky actions that get rejected?
Run the appropriate command:
- All metrics: run `claudectl --brain-stats learning-curve` then `claudectl --brain-stats accuracy`
- Specific metric: run `claudectl --brain-stats {{metric}}`
Present the results highlighting:
- Whether the brain is improving over time
- Which tools the brain handles well vs. poorly
- Any safety concerns (high false-approve rates)
Orchestrate a swarm of Claude Code agents with a local brain that learns from you.
Other commands on claudectl.
- /auto-insights
Show or configure auto-generated insights from the claudectl brain — friction patterns, suggested rules, and workflow improvements
Open command - /brain
Toggle the claudectl brain gate on/off/auto for this session
Open command - /inbox
Drain pending agent-bus messages addressed to this session's role
Open command - /role
Set this Claude session's agent-bus role so other sessions can address it (e.g. /role frontend, /role backend, /role tester)
Open command - /sessions
Show status of all active Claude Code sessions (cost, health, context usage)
Open command - /spend
Show Claude Code spend summary — total cost, per-session breakdown, and burn rate
Open command

