Rb Auto Toggle banner
kylesnowschwartz kylesnowschwartz

Rb Auto Toggle

Development community

Description

--- description: Toggle stop_mode between batch and autonomous for this session allowed-tools: Bash(jq:*), Bash(cat:*), Read disable-model-invocation: true --- # Toggle Stop Mode Toggle `stop_mode` in `.ralph-ban/config.json` between `batch` and `autonomous`. ## Current state - Config file: `.ralph-ban/config.json` - Env override: `RALPH_BAN_STOP_MODE` = `!`echo "${RALPH_BAN_STOP_MODE:-<unset>}"`` ## Instructions 1. Read the current `stop_mode` from `.ralph-ban/config.json` using `jq -r '.

Installation

Installs to ~/.claude/skills/kylesnowschwartz-ralph-ban-rb-auto-toggle/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kylesnowschwartz-ralph-ban-rb-auto-toggle && curl -fsSL https://raw.githubusercontent.com/kylesnowschwartz/ralph-ban/HEAD/commands/rb-auto-toggle.md -o ~/.claude/skills/kylesnowschwartz-ralph-ban-rb-auto-toggle/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository