Skip to main content
ClaudeWave
Slash Command96 repo starsupdated 5d ago

status

Show Claude Code Governor usage dashboard and waste heat map.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/status.md -o ~/.claude/commands/status.md
Then start a new Claude Code session; the slash command loads automatically.

status.md

# Governor Status

Run:

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/governor.py" status
```

Report 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.