Reusable AI coding agent skills for building voice AI with LiveKit
npx skills add https://github.com/livekit/agent-skills --skill livekit-agentsInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
Reusable skills for AI coding agents building with LiveKit. These skills provide procedural knowledge that helps agents build voice AI applications more effectively.
| Skill | Description |
|---|---|
| livekit-agents | Architectural guidance for building low-latency voice AI agents with LiveKit Agents SDK. Covers workflow design, handoffs, tasks, and mandatory testing practices. |
npx skills add livekit/agent-skills
Skills activate automatically when agents detect relevant tasks (e.g., "build a voice agent", "create a LiveKit agent").
Each skill contains:
SKILL.md — Agent instructions with behavioral guidancereferences/ — Supporting documentationThese skills are designed to work alongside the LiveKit Docs MCP server. The skills provide behavioral guidance (how to think about building voice agents) while MCP provides factual information (current API signatures, configuration options).
Install the MCP server for best results. Installation instructions for all supported coding agents are available at:
https://docs.livekit.io/intro/mcp-server/
These skills follow the "freeze forever" principle—they encode behavioral guidance that remains valid regardless of API changes:
Contributions welcome! When adding or modifying skills:
MIT