mirror of
https://github.com/cloudflare/skills.git
synced 2026-04-25 06:35:50 +03:00
[GH-ISSUE #5] [FEAT] Putting all skills in /skills/ for seamless intergration with npx add-skill #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/skills#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mynameistito on GitHub (Jan 17, 2026).
Original GitHub issue: https://github.com/cloudflare/skills/issues/5
It would be great if we could get all skills added to the
/skills/folder for easy install implementation withnpx add-skillfrom vercel-labs.I assume that's how it is implemented (didn't too deep into it).
Results would be: being able to utilise
npx add-skill cloudflare/skills -g -a opencodefor example to install skills to my global opencode route.add-skill repo URL: https://github.com/vercel-labs/add-skill
@mynameistito commented on GitHub (Jan 17, 2026):
Disregard.