Skip to main content
ClaudeWave
Slash Command127 repo starsupdated 1mo ago

on

This slash command activates Governor's compact professional mode, which enforces dense, streamlined output formatting across all subsequent prompts in the Claude Code session. Use it when working on projects requiring consistently polished, business-oriented responses without verbose explanations or casual language.

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

on.md

# Governor On

Run:

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

Then confirm briefly: Governor compact mode is on. It will reinforce dense
professional output on every prompt while hooks are active.