Agent Skill
2/7/2026

azure-ai-voicelive

Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-time bidirectional audio communication with Azure AI, including voice assistants, voice-enabled chatbots, real-time speech-to-speech translation, voice-driven avatars, or any WebSocket-based audio streaming with AI models. Supports Server VAD (Voice Activity Detection), turn-based conversation, function calling, MCP tools, avatar integration, and transcription.

H
hainamchung
23GitHub Stars
1Views
npx skills add hainamchung/agent-assistant

SKILL.md

Nameazure-ai-voicelive
DescriptionBuild real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-time bidirectional audio communication with Azure AI, including voice assistants, voice-enabled chatbots, real-time speech-to-speech translation, voice-driven avatars, or any WebSocket-based audio streaming with AI models. Supports Server VAD (Voice Activity Detection), turn-based conversation, function calling, MCP tools, avatar integration, and transcription.
<div align="center"> <img src="https://agent-assistant-ten.vercel.app/assets/logo.svg" alt="Agent Assistant Logo" width="100" />

Agent Assistant

One AI. A Full Engineering Team. Ship in Hours.

Turn your Claude Code, Cursor, GitHub Copilot, Antigravity, Codex, Kiro, or Qwen into 21 specialist agents โ€” backend engineer, frontend engineer, QA, security auditor, database architect, and 16 more โ€” that work together through structured workflows with parallel execution, adversarial review, and automatic skill injection.

85% fewer tokens. 70% fewer bugs. Features shipped in hours, not days.

npm License: MIT PRs Welcome Stars npm Downloads

<!-- ๐Ÿ“น DEMO GIF โ€” Coming soon! Record a 30-45 second terminal demo showing: 1. $ /wiki:team document my-codebase 2. Show 7 phases executing 3. Reveal 30+ generated wiki pages 4. Query: /wiki query "How does auth work?" Expected impact: +35% star conversion lift See: reports/github-growth-strategy/visual-asset-specs.md -->
npm i -g @namch/agent-assistant && agent-assistant install --all

Works with Claude Code ยท Cursor ยท GitHub Copilot ยท Codex ยท Antigravity ยท Kiro ยท Qwen

</div>

See It in Action

Before Agent Assistant: You prompt your AI โ†’ it writes code โ†’ it misses edge cases โ†’ you fix bugs โ†’ you write docs yourself โ†’ you run tests manually โ†’ 3 days pass.

After Agent Assistant: You type /cook:hard "add Stripe billing with usage-based pricing" โ†’ a tech lead plans, a backend engineer implements, a reviewer audits, and a tester validates โ†’ in 90 minutes, every file is written, tested, and documented.


The Numbers That Actually Matter

MetricWithout Agent AssistantWith Agent AssistantImprovement
Time to ship a feature3 days4 hours70% faster
Bug rate per feature~12 issues~3 issues75% fewer bugs
AI token consumptionFull project in contextBounded, targeted calls85% fewer tokens
Documentation coverageNone (or stale)Auto-generated, always current100% maintained

The Killer Feature: Run /wiki on Any Codebase

One command. Wake up to a complete, cross-linked, searchable knowledge base.

/wiki:team document my-codebase
# โ†’ 7-phase adversarial review begins
# โ†’ 30+ wiki pages generated: entities, concepts, decisions, runbooks
# โ†’ Auto-generated knowledge graph: 42 nodes, ~175 cross-links
# โ†’ Query with: /wiki query "How does auth work?"

The wiki isn't just documentation. Every page is generated by one AI, reviewed by a second, and challenged by a third (the Golden Triangle). Run it on your project right now:

/wiki:fast                    # Bootstrap โ€” 5 essential pages in 3 min
/wiki:hard "full codebase"    # Comprehensive โ€” 25 pages with review
/wiki:team "mission-critical"  # Adversarial โ€” 30+ pages, 7 phases
  • 9 page types: Summaries, Entities, Concepts, Decisions, Chronicles, Runbooks, Comparisons, Syntheses, Postmortems
  • Always current: Re-run compile after any refactor โ€” the wiki regenerates from live code
  • Query instead of search: Ask natural language questions, get answers with verified source citations

Every Command is a Team

You typeWhat happens
/cook:fast "add dark mode"2 agents sprint a small feature
/cook:hard "implement OAuth 2.0"5-8 agents with full quality gates
/cook:team "mission-critical feature"10+ agents with Golden Triangle
/fix "payment fails on Safari"Debugger traces โ†’ engineer patches โ†’ reviewer validates
/test:hard "user registration flow"QA engineer writes integration + unit tests
/review "audit the auth module"Security engineer + code reviewer audit
/docs:coreGenerates technical docs from your codebase
/plan "build notification system"Planner + architect produce a full RFC
/deploy:productionDevOps engineer handles build, deploy, rollback

Each command has 3 quality tiers:

VariantWhen to useAgents deployed
:fastSimple, low-risk2-3 agents
:hardComplex, production code5-8 agents + quality gates
:teamMission-critical, full scrutiny10+ agents + Golden Triangle

The Golden Triangle โ€” Adversarial Quality

For :team workflows, every output passes through three agents who debate, not just approve:

graph TB
    TL["๐Ÿ‘‘ Tech Lead<br/>Plans ยท Decomposes ยท Arbitrates"]
    EX["๐Ÿ” Executor<br/>Writes ยท Builds ยท Defends"]
    RV["๐Ÿ›ก๏ธ Reviewer<br/>Challenges ยท Validates ยท Blocks"]

    TL -->|"decomposes"| EX
    TL -->|"decomposes"| RV
    EX -->|"proposes"| RV
    RV -->|"challenges"| EX
    EX -->|"defends or revises"| RV
    TL -->|"arbitrates disputes"| RV
    RV -->|"approved"| TL
    TL -->|"consensus reached"| DONE["โœ… Ship"]

    style TL fill:#7c3aed,color:#fff
    style EX fill:#059669,color:#fff
    style RV fill:#ea580c,color:#fff

No agent can slide a bad decision through. The executor implements, the reviewer attacks, and the tech lead arbitrates until consensus is reached.


How We Compare

FeatureAgent AssistantCursor ComposerCopilot AgentsClaude Code
Agents21 specialist1 unified1 unifiedCLI only
Adversarial Reviewโœ… Golden TriangleโŒโŒโŒ
Auto Wikiโœ… /wiki commandโŒโŒโŒ
Skill Matrix78 skillsBuilt-inBuilt-inBuilt-in
Multi-Tool Support7 toolsCursor onlyVS Code onlyClaude only
CLI-Firstโœ…โŒโŒโœ…
Variants (fast/hard/team)โœ…โŒโŒโŒ
Knowledge Graphโœ… Auto-generatedโŒโŒโŒ
Matrix Skillsโœ… Community extensibilityโŒโŒโŒ

Agent Assistant enhances your existing AI coding tool โ€” it doesn't replace it.


21 Specialist Agents

DomainAgentsWhat they own
Implementationbackend-engineer, frontend-engineer, mobile-engineer, game-engineerAll production code
Architecturetech-lead, database-architectSystem design, schema, trade-offs
Qualitytester, reviewer, debugger, security-engineerAll quality gates
Planningplanner, brainstormer, business-analystStrategy, estimation, requirements
Supportdesigner, devops-engineer, docs-manager, performance-engineer, researcher, scouter, project-manager, reporterEverything else

Matrix Skill Discovery โ€” 78+ Skills

Agents don't ship with hardcoded skills. They declare a profile, and the Matrix auto-injects the right skills at runtime:

# Agent declares:
profile: "backend:execution"

# Matrix resolves โ†’ 20+ skills auto-injected:
# FastAPI, Prisma, Postgres, Redis, Docker, Kubernetes,
# JWT, OAuth2, rate limiting, error handling, testing...

78+ skills across 19 domains. A skill added to the Matrix is instantly available to every relevant agent. No manual config.


Quick Start

1. Install (2 minutes)

# Install the package
npm install -g @namch/agent-assistant@latest

# Set up for your AI tool
agent-assistant install cursor        # or claude, copilot, antigravity, codex, kiro, qwen
agent-assistant install --all        # install for every tool you use

2. Try the wiki on this codebase (recommended first step)

/wiki:fast                    # Bootstrap โ€” 5 essential pages in 3 min
/wiki:hard "full codebase"    # Comprehensive โ€” 25 pages with review
/wiki:team "mission-critical"  # Adversarial โ€” 30+ pages, 7 phases

3. Build anything

/cook:fast "add dark mode toggle"
/cook:hard "implement Stripe billing"
/fix "checkout button broken on mobile"
/test:hard "payment flow"
/review "API authentication layer"

Project Structure

agent-assistant/
โ”œโ”€โ”€ agents/          # 21 specialist agents (markdown definitions)
โ”œโ”€โ”€ commands/        # 50+ workflow commands (fast/hard/team variants)
โ”œโ”€โ”€ rules/           # 8 orchestration rules (CORE, PHASES, AGENTS, TEAMS...)
โ”œโ”€โ”€ matrix-skills/   # 19 domain skill registries
โ”œโ”€โ”€ skills/         # 78+ domain skills
โ”œโ”€โ”€ wiki/           # Built-in wiki documentation (try /wiki:team here!)
โ””โ”€โ”€ cli/             # Installer (installs into ~/.cursor/, ~/.claude/, etc.)

Supported Tools

ToolStatusInstall Path
CursorFull support~/.cursor/
Claude CodeFull support~/.claude/
GitHub CopilotFull support~/.copilot/
Antigravity/GeminiFull support~/.antigravity/ + ~/.gemini/
CodexFull support~/.codex/
KiroFull support~/.kiro/
QwenFull support~/.qwen/

Contributing

We're building the multi-agent orchestration standard. Here's how you can contribute:

What to contributeHow to startTime needed
Add a Matrix SkillDrop a skill file into skills/<domain>/ โ€” see skills/README.md for the template~10 min
Create a new AgentDefine an agent in agents/ with a profile and responsibilities~20 min
Add a Command variantExtend an existing command with a new :variant~30 min
Improve documentationEvery wiki page and README section is fair game~5 min

See CONTRIBUTING.md for the full guide.


Roadmap

  • v2.0 โ€” Web dashboard for wiki visualization and team monitoring
  • v2.1 โ€” VS Code extension โ€” full IDE integration, not just CLI
  • v2.2 โ€” Agent marketplace โ€” publish and install community agents
  • v2.3 โ€” Real-time collaboration mode โ€” multiple agents on the same PR
  • v2.4 โ€” GitHub App โ€” auto-comment PR reviews and wiki generation on repo events

Want to influence the roadmap? Open an issue, start a discussion, or submit a PR.


Support

If this helps you ship faster, consider buying me a coffee!

<a href="https://buymeacoffee.com/hainamchuns" target="_blank"> <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60" width="217"> </a> <br/> <img src="https://agent-assistant-ten.vercel.app/assets/buymeacoffee-qr.png" alt="Buy Me A Coffee QR Code" width="150" /> <br/> <img src="https://agent-assistant-ten.vercel.app/assets/IMG_20260126_202557.png" alt="QR Code" width="150" />

License

MIT โ€” NamCH โ€” Issues โ€” Discussions


<div align="center">

Agent Assistant โ€” One AI. A whole team. Zero compromise on quality.

</div>
Skills Info
Original Name:azure-ai-voiceliveAuthor:hainamchung