
livekit/agent-skills
2 skills3.6k installs124 starsGitHub
Install
npx skills add https://github.com/livekit/agent-skillsSkills in this repo
1Livekit AgentsLiveKit Agents skill provides opinionated guidance for building voice AI agents on LiveKit Cloud using the Agents SDK and LiveKit Inference for consolidated model billing without separate provider API keys. Before any code, developers connect LIVEKIT_URL, LIVEKIT_API_KEY, and LIVEKIT_API_SECRET from cloud.livekit.io, verify all APIs against live documentation via livekit-docs MCP or web search, and plan mandatory tests in a tests directory. Architecture principles prioritize latency minimization, minimal tool and prompt context, concise spoken responses, and graceful interruption handling. Complex flows use handoffs for agent-to-agent phase transitions and tasks for scoped single-outcome operations instead of monolithic all-in-one agents. The skill forbids trusting model memory for SDK APIs, requires marking unverified code when MCP is unavailable, and mandates at least one test covering conversation flow, tool invocation, and error handling before delivery. Test-driven development writes behavior tests before prompt or workflow changes. Common mistakes include overloading initial agents, ignoring latency until production, copying examples without understanding, and skipping tests.3.4kinstalls2Livekit Simulationslivekit-simulations is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.248installs