What problem does it solve? Building real-time voice AI agents involves fast-changing SDKs, latency constraints, and workflow complexity that generic coding knowledge handles poorly. This Skill provides opinionated architectural guidance for LiveKit Cloud development and enforces verification against live documentation instead of stale model memory. ## Core Features & Use Cases - Opinionated Architecture Guidance: Covers latency optimization, context minimization, and voice-specific design principles for real-time conversations. - Workflow Structuring: Guides the use of agent handoffs and scoped tasks to avoid monolithic agents with bloated context and tool lists. - Mandatory Testing Workflow: Requires writing behavior tests for every agent implementation using LiveKit's testing framework. - Documentation Verification: Enforces use of the LiveKit MCP server or web search to verify all API signatures before writing code. - Use Case: A developer asks to build a customer support voice agent with a greeting phase, intake phase, and billing specialist handoff; the Skill guides the multi-agent structure, credential setup, and test coverage. ## Quick Start Ask the assistant to build a LiveKit voice agent on LiveKit Cloud and it will set up credentials, structure the workflow, and write tests.