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

install-rules

Install Governor compact-mode rule files into a project for Codex, Gemini, Cursor, Windsurf, or Cline.

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

install-rules.md

# Governor Install Rules

Install always-on compact professional rule snippets into a project.

Usage examples:

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/install_rules.py" --project . --agents all
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/install_rules.py" --project . --agents codex,cursor
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/install_rules.py" --project . --agents all --force
```

Explain that these rule files provide compact response behavior for other
agents. They do not install Claude Code telemetry, hooks, statusline, or Bash
output filtering outside Claude Code.