From claude-soma
Routes voice-transcribed user intents to the appropriate skill, team, or tool call. Always echoes the transcript for error catching. Prefers acting over asking when intent is clear.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-soma:voice-actionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user spoke a request. The transcript is already in your context.
The user spoke a request. The transcript is already in your context.
This is a HARD GATE. Skipping it is a hard error. Before routing or
answering, your reply MUST begin with the Heard: echo line on its own
line:
Heard: "<the transcript>"
<your reply>
Rules:
Heard: line stands alone as the reply text alongside whatever
tool calls you trigger).voice-stt output as-is. Do not
paraphrase, normalize, or "clean up" — the whole point is so the user
sees what the base.en model heard.Heard: line is the FIRST content in your reply. Anything else
goes after a blank line.Why: STT (base.en) mishears at a non-trivial rate, especially names,
numbers, and code identifiers. The echo is how the user catches mishearings
in real time. Silently acting on a misheard transcript wastes a turn AND
hides the failure mode — both bad.
Then route or answer per below.
"Build / make / set up / create me X" → invoke spawn-project with
inferred type (web-scraper / llm-app / server-app / agentic-coding).
"What's the status of / how's / what's running" → invoke list-projects
or project-status as appropriate.
"Tell to / ask about" → invoke
message-project with the named target.
"Draw / render / generate an image of" → invoke codex-image-gen.
"Schedule / every , do" → invoke schedule-routine.
"What are you working on / what am I working on" → invoke
portfolio-status.
"How much quota / credit have I used" → invoke usage-report.
Open-ended question or chat → answer directly; default to voice reply
via respond-with-voice if the answer is short.
Voice in → voice out, UNLESS the reply would be poorly suited to audio (code, tables, copy-paste-needed URLs). In those cases, send TEXT and mention "I'll send this as text since it has code/links."
npx claudepluginhub techfreakworm/claude-somaCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.