Hooked banner
arach arach

Hooked

Development community

Description

# /hooked - Voice & Until Loops for Claude Code ## Arguments: $ARGUMENTS ## Instructions Run this command and report the result: ```bash ~/.hooked/bin/hooked $ARGUMENTS ``` **Commands:** - `status` → Show speak + until state - `speak on|off` → Toggle voice announcements - `until "objective"` → Keep working toward objective - `until check "cmd"` → Keep working until command passes - `until off` → Clear all until loops - `until pause` → Stop after next cycle **Shortcuts:** - `off` → Same as

Installation

Installs to ~/.claude/commands/arach-hooked-hooked.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arach/hooked/HEAD/.claude/commands/hooked.md -o ~/.claude/commands/arach-hooked-hooked.md

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

Full documentation available on GitHub

View Source Repository