> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rumik.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# coding-agent skill

> hand your AI coding agent everything it needs to integrate rumik TTS correctly.

the `rumik-tts` skill packs everything an AI coding agent needs to integrate rumik
TTS correctly through [pipecat](/pipecat) or [livekit](/livekit): which package and
class to use, how to configure muga and mulberry voices, the prompt rules each model
expects, and how to test the result.

<Card title="download the rumik-tts skill" icon="download" href="https://drive.google.com/uc?export=download&id=1Iypn4692ftM2BzaY_vIxcpg_d0mZ_pZf" horizontal>
  a drop-in skill for claude code, cursor, and other coding agents.
</Card>

## install it

unzip into your agent's skills directory to get a `rumik-tts/` folder with
`SKILL.md` and reference docs:

```bash theme={null}
unzip rumik-tts-skill.zip -d ~/.claude/skills/
```

## what's inside

| file                                | purpose                                                 |
| ----------------------------------- | ------------------------------------------------------- |
| `SKILL.md`                          | workflow, framework choice, settings, and prompt rules. |
| `references/pipecat-integration.md` | pipecat pipeline patterns and examples.                 |
| `references/livekit-integration.md` | the livekit `rumik_ai.TTS` plugin.                      |
| `references/rumik-api.md`           | payloads, audio format, and response behavior.          |
| `references/prompting.md`           | muga and mulberry prompt guidance.                      |

use it when asking an agent to add rumik TTS to a pipecat, livekit, or python
voice-agent project. it steers the agent toward the official packages instead of
hand-rolled HTTP/WebSocket clients.
