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

on

Enable Governor compact professional mode for all prompts in this Claude Code session.

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.