Move specialized skills to skill-data/ for single-skill discovery#1227
Merged
Move specialized skills to skill-data/ for single-skill discovery#1227
Conversation
The skills CLI metadata.internal flag was never implemented (PRs #587 and #652 were both closed). All 6 skills were showing in the installer. Move the 5 specialized skills (dogfood, electron, slack, vercel-sandbox, agentcore) from skills/ to skill-data/, which the skills CLI does not search. The bootstrap skill stays in skills/ for discovery. The Rust CLI searches both directories so agent-browser skills list/get still serves all 6.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Merged
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.
Summary
skills/toskill-data/sonpx skills add vercel-labs/agent-browseronly discovers the bootstrap skill.metadata.internal: trueapproach from the previous PR did not work because the feature was never merged into the skills CLI (vercel-labs/skills PRs [Feature] Support Element Screenshot #587 and Fix Chrome extensions not loading by forcing headed mode when extensions present #652 were both closed).skills/andskill-data/, soagent-browser skills liststill serves all 6 skills.skill-datatopackage.jsonfilesso it ships with npm.