Skip to main content
ClaudeWave
Slash Command127 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/install-rules.md -o ~/.claude/commands/install-rules.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.