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:
Chris Tate
2026-04-12 13:13:04 -05:00
committed by GitHub
parent 71343069d2
commit 7c2ff0a2a6
11 changed files with 119 additions and 85 deletions
+1
View File
@@ -6,6 +6,7 @@
"files": [
"bin",
"scripts",
"skill-data",
"skills"
],
"bin": {