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.
Adding local skills
Create a directory inside your library’sskills/ folder with a SKILL.md file:
SKILL.md with whatever instructions you want your AI agent to follow. The skill is immediately available to add to any project.
Installing skills from GitHub
Reseed can fetch skills from any public GitHub repository. It walks the repo’s directory tree and finds every folder containing aSKILL.md.
Browsing your library
Runreseed with no subcommand to open an interactive TUI browser with tabs for skills and packs:
reseed list for a non-interactive listing:
Organizing with packs
Packs are directories in your library that group related skills together. Create one by organizing skills into a subdirectory, or use the--pack flag when installing from GitHub. See Packs for details.