PavelGuzenfeld

Say — Development skill for Claude Code

Development community

Read the previous answer aloud through Kokoro — a spoken rendering, not a transcript.

How to install Say

Installs to ~/.claude/skills/pavelguzenfeld-agent-sdlc-say/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pavelguzenfeld-agent-sdlc-say && curl -fsSL https://raw.githubusercontent.com/PavelGuzenfeld/agent-sdlc/HEAD/commands/say.md -o ~/.claude/skills/pavelguzenfeld-agent-sdlc-say/SKILL.md

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

What Say does


description: Read the previous answer aloud through Kokoro — a spoken rendering, not a transcript.

Say

Speak your immediately preceding response aloud.

Instructions

Run `sh ~/.claude/bin/say-trigger.sh ` and reply with one short line and nothing else — never a summary of what was spoken. The command returns immediately; narration and playback happen outside this conversation. If it fails, that one line is the error.

The rendering itself is generated out o

Alternatives in Development

  • Speech — Generate spoken audio from text using OpenAI's API with built-in voices 14.6k ★
  • Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
  • Adb Scheme — Open Android scheme links via adb 206 ★

Full documentation available on GitHub

View Source Repository