MITupdated 16d ago
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.
What can you do with Iris Off?
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
- Run the toggle script:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/iris-toggle.sh" false - 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.
Install
Add Iris Off to your client. Pick the one you use.
npx skills add gsaranti/pantheonInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add gsaranti/pantheonAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/gsaranti/pantheon
cp -r plugins/iris/.claude-code/skills/iris-off ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
39 / 100
Incomplete