Move specialized skills to skill-data/ so npx skills add only finds one (#1227)
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.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"files": [
|
||||
"bin",
|
||||
"scripts",
|
||||
"skill-data",
|
||||
"skills"
|
||||
],
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user