Skip to content

Move specialized skills to skill-data/ for single-skill discovery#1227

Merged
ctate merged 1 commit intomainfrom
ctate/skills-2
Apr 12, 2026
Merged

Move specialized skills to skill-data/ for single-skill discovery#1227
ctate merged 1 commit intomainfrom
ctate/skills-2

Conversation

@ctate
Copy link
Copy Markdown
Collaborator

@ctate ctate commented Apr 12, 2026

Summary

  • Moves the 5 specialized skills (dogfood, electron, slack, vercel-sandbox, agentcore) from skills/ to skill-data/ so npx skills add vercel-labs/agent-browser only discovers the bootstrap skill.
  • The metadata.internal: true approach 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).
  • The Rust CLI now searches both skills/ and skill-data/, so agent-browser skills list still serves all 6 skills.
  • Adds skill-data to package.json files so it ships with npm.

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.
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-browser Ready Ready Preview, Comment Apr 12, 2026 6:03pm
agent-browser-env-demo Ready Ready Preview, Comment Apr 12, 2026 6:03pm

@ctate ctate merged commit 7c2ff0a into main Apr 12, 2026
13 checks passed
@ctate ctate mentioned this pull request Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant