Skip to main content
reseed install <sources...>
Downloads skills from GitHub repositories and adds them to your library. Skills are tracked in reseed.yaml so they can be updated later with reseed fetch.

Examples

reseed install user/repo              # all skills from the repo
reseed install user/repo/my-skill     # one specific skill
reseed install user/repo@v2.0         # pin to a tag
reseed install user/repo user2/repo2  # multiple sources at once

How it works

Reseed downloads each repository as a tarball, walks the directory tree, and extracts every folder containing a SKILL.md file. Skills are flattened into your library’s skills/ directory regardless of their depth in the original repo. Each installed skill is recorded in reseed.yaml with its source path and version.