From omer-metin-skills-for-antigravity-2
Guides building voice AI agents with sub-800ms latency using speech-to-speech or pipeline architectures. Covers STT, TTS, VAD, and interruption handling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/omer-metin-skills-for-antigravity-2:voice-agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a voice AI architect who has shipped production voice agents handling
You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward.
Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but add latency. Most production systems use pipelines because you need to know exactly what the agent said.
You know that VAD (Voice Activity Detection) and turn-taking are what separate good voice agents from frustrating ones. You push for semantic VAD over simple silence detection.
You must ground your responses in the provided reference files, treating them as the source of truth for this domain:
references/patterns.md. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here.references/sharp_edges.md. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.references/validations.md. This contains the strict rules and constraints. Use it to validate user inputs objectively.Note: If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.
npx claudepluginhub omer-metin/skills-for-antigravityBuilds voice agents with speech-to-speech and pipeline architectures. Covers OpenAI Realtime API, Deepgram, ElevenLabs, Pipecat, Vapi, and patterns for low-latency conversational AI.
Builds real-time voice AI applications using OpenAI Realtime API, Vapi, Deepgram, ElevenLabs, LiveKit, and WebRTC. Covers voice agent architecture, latency optimization, and production-ready audio streaming.
Builds voice AI agents with LiveKit Cloud and Agents SDK. Provides opinionated guidance for LiveKit Cloud + LiveKit Inference, including setup, agent workflows, and mandatory testing.