Coming from npx skills or manual management? Here's how to migrate #13
runkids
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you've been using
npx skills, manually copying skill files, or any other approach to manage AI CLI skills — welcome! Here's how to switch to skillshare.Why switch?
config.yaml, never asked againgit cloneyour config +skillshare sync= full restoreskillshare collectpulls improvements back from any targetMigrate in 3 commands (Global Mode)
For personal skills shared across all projects:
That's it. Your existing skills are preserved and now managed from one place.
Migrate a project (Project Mode)
For skills scoped to a specific repo — shared with your team via git:
New team members get everything with:
What about tracked/team repos?
If you had skills installed from a GitHub org:
Global (available in all projects):
Project (scoped to one repo):
cd my-project skillshare install github.com/your-org/team-skills --track -p skillshare syncThe
--trackflag preserves.githistory, so future updates are just:Global + Project: use both
Most teams end up using both modes:
Full guides
Questions?
Drop a comment below or open a Q&A discussion. Happy to help with any migration issues.
Beta Was this translation helpful? Give feedback.
All reactions