Conversation
Topherhindman
approved these changes
Sep 23, 2026
This was referenced Sep 24, 2026
bcherry
force-pushed
the
bcherry/remove-synced-skills
branch
from
September 25, 2026 02:54
30b9730 to
c13f1e4
Compare
Skill installation is moving into the LiveKit CLI, so the starter no longer needs its own copy. Until that ships, install them with `npx skills add livekit/agent-skills`. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U7yszNU7t5aCHJsKLmU4hv
bcherry
force-pushed
the
bcherry/remove-synced-skills
branch
from
September 25, 2026 16:11
c13f1e4 to
c7f6547
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Deletes the seven skills that #108 installed from
.agents/skills/and.claude/skills/, along withskills-lock.json.Why
These are a copy of
livekit/agent-skills, and the sync that used to keep them current is being removed (livekit/internal-actions#16). Skill installation is moving into the LiveKit CLI, so once that ships the starter no longer needs its own copy, which would otherwise go stale again.Nothing else in this repo references the skills (the
livekit-agentsmentions in.github/and the Dockerfile are the package, not the skill).Until the CLI install path lands, the current skills can be installed with:
🤖 Generated with Claude Code
https://claude.ai/code/session_01U7yszNU7t5aCHJsKLmU4hv