Structure
Creating a library
reseed.yaml config file with commented-out examples. It also registers the library globally so reseed knows where to find it.
You only need one library. All your skills (local and external) live here.
The library as a git repo
Your library can itself be a git repo. This is useful if you want to version your skills or share your collection across machines. Reseed doesn’t require this, but it works naturally since the library is just a directory of files.Local vs external skills
- Local skills are ones you create by adding a folder with a
SKILL.mdtoskills/. Reseed doesn’t track these inreseed.yaml. - External skills are fetched from GitHub via
reseed install. They’re tracked inreseed.yamlso reseed knows where they came from and can update them.