Pause Iris conversation capture for this project. Sets is_on to false in .iris-config.yaml so the hooks no-op until you run /iris-on. Existing chat logs and last-response files are preserved; /iris-sync and /iris-relay still work for reading what's already on disk.
Install via CLI
openskills install gsaranti/pantheon---
name: iris-off
description: Pause Iris conversation capture for this project. Sets is_on to false in .iris-config.yaml so the hooks no-op until you run /iris-on. Existing chat logs and last-response files are preserved; /iris-sync and /iris-relay still work for reading what's already on disk.
disable-model-invocation: true
allowed-tools: Bash
---
# Iris Off
1. Run the toggle script:
```bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/iris-toggle.sh" false
```
2. Confirm to the user that Iris is now off. The hooks will no-op until they run `/iris-on`. Existing files on disk are untouched.
No comments yet. Be the first to comment!