voice-agent-prompt

Installation
SKILL.md

Create and optimize system prompts for LiveKit voice agents with multilingual support.

When to Use

  • Creating new agent personas or use cases
  • Optimizing conversation flow
  • Adding new languages
  • Tuning agent behavior for specific scenarios

Project Context

Before starting, locate the voice agent files in the current project:

find . -name "voice_agent.py" -o -name "prompts.py" -o -name "agent.py" | head -10
grep -rn "AgentSession\|VoicePipelineAgent\|LiveKit" --include="*.py" | head -10

Typical Agent Architecture

Installs
16
GitHub Stars
6
First Seen
Mar 2, 2026
voice-agent-prompt — ahmedhamadto/software-forge