reseed
Manage your agent skills across every project.
A CLI that maintains a central skill library and distributes skills wherever they're needed.
curl -fsSL https://raw.githubusercontent.com/nattergabriel/reseed/main/install.sh | sh
Windows: download from releases
How it works
01
Initialize your library
Create a central directory for all your skills. One-time setup, version it with git if you want.
$ reseed init ~/skills
02
Build your library
Create your own skills or install existing ones from GitHub.
$ reseed install acme/agent-toolkit
03
Use in any project
Pick skills from your library and drop them into whatever you're working on.
$ reseed add
04
Stay in sync
Re-copy library skills into projects whenever you update them.
$ reseed sync
terminal
