Slash Command96 estrellas del repoactualizado 5d ago
status
Show Claude Code Governor usage dashboard and waste heat map.
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/status.md -o ~/.claude/commands/status.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
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.Del mismo repositorio
auditSlash Command
Audit recurring context files and suggest usage-limit optimizations.
benchmarkSlash Command
Explain or summarize Governor vs Caveman performance benchmark results.
compressSlash Command
Automatically compress CLAUDE.md or other memory files with protected-span safety. One-command token savings.
fullSlash Command
Temporarily ask Governor to avoid compacting tool output for the next diagnostic step.
guardSlash Command
Check current changes against the latest approved implementation contract.
install-rulesSlash Command
Install Governor compact-mode rule files into a project for Codex, Gemini, Cursor, Windsurf, or Cline.
offSlash Command
Disable Governor compact response mode while keeping telemetry/tool hooks available.
onSlash Command
Enable Governor compact professional mode for all prompts in this Claude Code session.