Documentation Index
Fetch the complete documentation index at: https://reseed.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Examples
tree/main/ and blob/main/ prefixes are stripped automatically.
Flags
| Flag | Short | Description |
|---|---|---|
--pack | -p | Create a pack with all installed skills |
Creating a pack on install
When installing multiple skills from a directory, use--pack to bundle them into a named pack:
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 aSKILL.md file. Skills are flattened into your library’s skills/ directory regardless of their depth in the original repo.