/status
Show Claude Code Governor usage dashboard and waste heat map.
> /plugin marketplace add 0xhimanshu/governor > /plugin install governor@governor
How 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
/status
Context preview
What this command does when you run it.
Show Claude Code Governor usage dashboard and waste heat map.
Command definition
status.mddescription: Show Claude Code Governor usage dashboard and waste heat map. disable-model-invocation: false
Governor Status
Run:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/governor.py" statusReport the compact dashboard:
- tool-output tokens blocked
- soft prompt suggestions
- tool failures observed
- compactions observed
- biggest waste sources
- session and estimated lifetime totals
Keep the response short. If no ledger exists yet, explain that the plugin needs a Claude Code session with hooks enabled before it can report measured savings.
Claude Code usage governor: compact professional output, context slimming, tool-output filtering, telemetry, and drift guardrails.
Repo: 0xhimanshu/governor
Other commands on governor.
compress
Automatically compress CLAUDE.md or other memory files with protected-span safety. One-command token savings.
mode
Control Governor. Show or set mode (on/off), allow full output for the next diagnostic step, or apply strict governance to the current task.
plan
Create an implementation contract before broad work, or check current changes against the saved contract.

