Preset banner
justbuild-it justbuild-it

Preset

Development community

Description

--- description: Set the iriscale voice preset: basic, standard, verbose, or off argument-hint: basic | standard | verbose | off disable-model-invocation: true allowed-tools: Bash(sh *) --- Run: `sh "${CLAUDE_PLUGIN_ROOT}/bin/iriscale-voice" config set preset $ARGUMENTS` Show the command's output verbatim. If it printed usage or an error, show that and stop — do not guess at settings. Never edit config files by hand; the CLI owns them.

Installation

Installs to ~/.claude/skills/justbuild-it-iriscale_voice-preset/SKILL.md

Terminal
mkdir -p ~/.claude/skills/justbuild-it-iriscale_voice-preset && curl -fsSL https://raw.githubusercontent.com/justbuild-it/iriscale_voice/HEAD/commands/preset.md -o ~/.claude/skills/justbuild-it-iriscale_voice-preset/SKILL.md

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

Full documentation available on GitHub

View Source Repository