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

install-rules

This Claude Code command deploys Governor's compact-mode rule files into a project directory, configuring response behavior for specified AI agents including Codex, Gemini, Cursor, Windsurf, or Cline. Use it when you need to establish consistent, professional output formatting rules across multiple agent tools without installing telemetry or external hooks.

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.