Skip to main content
Downloads skills from GitHub repositories and adds them to your library.

Examples

You can paste paths directly from GitHub URLs. The tree/main/ and blob/main/ prefixes are stripped automatically.

Flags

Creating a pack on install

When installing multiple skills from a directory, use --pack to bundle them into a named pack:
This installs all skills under src/skills/ and groups them into a pack directory called frontend in your library.

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.