Skip to main content
ClaudeWave
Slash Command127 estrellas del repoactualizado 1mo ago

status

The `/status` command displays a monitoring dashboard for Claude Code Governor, showing metrics like blocked tokens, prompt suggestions, tool failures, and waste sources from a running session. Use this to track resource optimization performance and identify the largest consumption bottlenecks when the Governor plugin has been actively monitoring a Claude Code session.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/status.md -o ~/.claude/commands/status.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.