Skip to main content

Adding local skills

Create a directory inside your library’s skills/ folder with a SKILL.md file:
Then write your 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 a SKILL.md.

Browsing your library

Run reseed with no subcommand to open an interactive TUI browser with tabs for skills and packs:
Or use 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.