Stoptext banner
njerschow njerschow

Stoptext

Development community

Description

# /stoptext - Disable Text Mode Disable "text me" mode and return to terminal-only interaction. ## Usage ``` /stoptext ``` ## Instructions When the user runs `/stoptext`: 1. Remove the state file at `~/.config/claude-imessage/textme-enabled` if it exists 2. Confirm in terminal: "Text mode disabled. Back to terminal-only interaction." 3. Optionally send final iMessage via `notify_user`: "Text mode off. Back to terminal!" ## Notes - This is equivalent to `/textme off` - After running this,

Installation

Installs to ~/.claude/skills/njerschow-textme-stoptext/SKILL.md

Terminal
mkdir -p ~/.claude/skills/njerschow-textme-stoptext && curl -fsSL https://raw.githubusercontent.com/njerschow/textme/HEAD/commands/stoptext.md -o ~/.claude/skills/njerschow-textme-stoptext/SKILL.md

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

Full documentation available on GitHub

View Source Repository