reseed.yaml
Your library’s configuration lives inreseed.yaml at the root of the library directory. It tracks external skill sources and pack definitions.
Sources
Each entry insources maps a skill name to its GitHub origin:
- source - the GitHub path in
user/repo/skillformat - version - either a tag name or
latest
latest are updated when you run reseed fetch. Pinned skills are skipped.
Packs
Each entry inpacks maps a name to a list of skills. A pack can include both local and external skills. Use reseed add pack-name to install all skills in a pack at once.
Global config
Reseed stores a global config at~/.config/reseed with your library path and preferences. Use reseed config to manage it:
reseed init. The --dir flag on any command overrides the configured default for that invocation.