From d9e1817bb2fb34d4ea717a44cdfdf6d89f7d2420 Mon Sep 17 00:00:00 2001 From: "lk-skill-sync[bot]" Date: Wed, 25 Feb 2026 16:44:25 +0000 Subject: [PATCH] chore: sync livekit-agents skill from livekit/agent-skills (d86b6458a8f8) --- .agents/skills/livekit-agents/SKILL.md | 12 ++---------- .claude/skills/livekit-agents/SKILL.md | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/.agents/skills/livekit-agents/SKILL.md b/.agents/skills/livekit-agents/SKILL.md index f11f9fd..8ca2778 100644 --- a/.agents/skills/livekit-agents/SKILL.md +++ b/.agents/skills/livekit-agents/SKILL.md @@ -4,7 +4,7 @@ description: 'Build voice AI agents with LiveKit Cloud and the Agents SDK. Use w license: MIT metadata: author: livekit - version: "0.3.0" + version: "0.3.1" --- # LiveKit Agents Development for LiveKit Cloud @@ -176,14 +176,6 @@ When building or modifying a LiveKit agent: 3. **Test the core behavior** the user requested 4. **Run the tests** to verify they pass -A minimal test file structure: -``` -project/ -├── agent.py (or src/agent.py) -└── tests/ - └── test_agent.py -``` - ### Test-Driven Development Process When modifying agent behavior—instructions, tool descriptions, workflows—begin by writing tests for the desired behavior: @@ -290,4 +282,4 @@ Building effective voice agents with LiveKit Cloud requires: 5. **Test behavior** before and after changes—never ship without tests 6. **Keep context minimal**—only include what's needed for the current phase -These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP. \ No newline at end of file +These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP. diff --git a/.claude/skills/livekit-agents/SKILL.md b/.claude/skills/livekit-agents/SKILL.md index f11f9fd..8ca2778 100644 --- a/.claude/skills/livekit-agents/SKILL.md +++ b/.claude/skills/livekit-agents/SKILL.md @@ -4,7 +4,7 @@ description: 'Build voice AI agents with LiveKit Cloud and the Agents SDK. Use w license: MIT metadata: author: livekit - version: "0.3.0" + version: "0.3.1" --- # LiveKit Agents Development for LiveKit Cloud @@ -176,14 +176,6 @@ When building or modifying a LiveKit agent: 3. **Test the core behavior** the user requested 4. **Run the tests** to verify they pass -A minimal test file structure: -``` -project/ -├── agent.py (or src/agent.py) -└── tests/ - └── test_agent.py -``` - ### Test-Driven Development Process When modifying agent behavior—instructions, tool descriptions, workflows—begin by writing tests for the desired behavior: @@ -290,4 +282,4 @@ Building effective voice agents with LiveKit Cloud requires: 5. **Test behavior** before and after changes—never ship without tests 6. **Keep context minimal**—only include what's needed for the current phase -These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP. \ No newline at end of file +These principles remain valid regardless of SDK version or API changes. For all implementation specifics, consult the LiveKit documentation via MCP.