How it works
- You create a library - a directory where all your skills live
- You write your own skills or install open source ones from GitHub
- You add skills from your library into each project
- When upstream skills change, you fetch the latest and sync projects
Key ideas
- Skills are copies, not symlinks. Skills live in each project so every teammate has access.
- Your library is yours. It can be a git repo, a Dropbox folder, or just a directory on your machine.
- Not every project needs every skill. You pick what to install per project.
- Open source skills stay in sync. Run
reseed fetchto pull the latest versions from GitHub.