VO

voice-agents

Architects voice AI agents focusing on latency, turn-taking, and speech processing.

Install

mkdir -p .claude/skills/voice-agents && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/775" && unzip -o skill.zip -d .claude/skills/voice-agents && rm skill.zip

Installs to .claude/skills/voice-agents

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Voice agents represent the frontier of AI interaction - humans speaking naturally with AI systems. The challenge isn't just speech recognition and synthesis, it's achieving natural conversation flow with sub-800ms latency while handling interruptions, background noise, and emotional nuance. This skill covers two architectures: speech-to-speech (OpenAI Realtime API, lowest latency, most natural) and pipeline (STT→LLM→TTS, more control, easier to debug). Key insight: latency is the constraint. Hu
499 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Implement speech-to-speech architectures for low latency
  • Design pipeline architectures for STT, LLM, and TTS integration
  • Configure voice activity detection for turn-taking
  • Implement barge-in detection for natural interruptions
  • Optimize latency budgets for conversational AI

How it works

The skill focuses on managing the physics of latency by choosing between speech-to-speech models for natural flow or pipeline architectures for control. It provides patterns for voice activity detection and barge-in handling to ensure conversational responsiveness.

Inputs & outputs

You give it
Audio stream or text prompt
You get back
Optimized voice agent configuration or latency report

When to use voice-agents

  • Design low-latency voice systems
  • Optimize STT/TTS pipelines
  • Implement barge-in detection

About this skill

Voice Agents

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. Mos

Capabilities

  • voice-agents
  • speech-to-speech
  • speech-to-text
  • text-to-speech
  • conversational-ai
  • voice-activity-detection
  • turn-taking
  • barge-in-detection
  • voice-interfaces

Patterns

Speech-to-Speech Architecture

Direct audio-to-audio processing for lowest latency

Pipeline Architecture

Separate STT → LLM → TTS for maximum control

Voice Activity Detection Pattern

Detect when user starts/stops speaking

Anti-Patterns

❌ Ignoring Latency Budget

❌ Silence-Only Turn Detection

❌ Long Responses

⚠️ Sharp Edges

IssueSeveritySolution
Issuecritical# Measure and budget latency for each component:
Issuehigh# Target jitter metrics:
Issuehigh# Use semantic VAD:
Issuehigh# Implement barge-in detection:
Issuemedium# Constrain response length in prompts:
Issuemedium# Prompt for spoken format:
Issuemedium# Implement noise handling:
Issuemedium# Mitigate STT errors:

Related Skills

Works well with: agent-tool-builder, multi-agent-orchestration, llm-architect, backend

When not to use it

  • Non-voice based AI interaction tasks
  • Applications where latency is not a primary constraint

Prerequisites

Voice AI architecture planLatency measurement tools

Limitations

  • Requires strict adherence to latency budgets
  • Speech-to-speech models offer less control than pipeline architectures

How it compares

This approach prioritizes sub-800ms latency and emotional nuance over generic chatbot implementations, treating conversation flow as a technical constraint.

Compared to similar skills

voice-agents side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
voice-agents (this skill)86moNo flagsIntermediate
langchain-architecture82moReviewIntermediate
ai-agents-architect56moNo flagsAdvanced
llm-app-patterns36moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

Search skills

Search the agent skills registry