Skip to main content

Adding skills

From inside a project directory, run reseed add for an interactive selector, or specify skills by name:
reseed add                               # interactive selection
reseed add skill-a skill-b               # add by name
reseed add my-pack skill-a               # mix packs and skills
reseed add --all                         # add everything in your library
The interactive selector shows both packs and individual skills. This copies skills into .agents/skills/ where your AI agent can find them.

Custom skills directory

By default, reseed installs skills to .agents/skills/. If your agent reads from a different directory, use the --dir flag:
reseed --dir .claude/skills add skill-name
This flag works with all project commands (add, sync).

Committing to git

After adding skills, commit the .agents/skills/ directory to git. Your teammates get the skills automatically. Any compatible agent reads them directly.