Skip to main content

Adding skills

From inside a project directory, run reseed for an interactive TUI browser, or specify skills by name:
The interactive TUI shows tabs for skills and packs. Use arrow keys to navigate, space/enter to toggle, and tab to switch between skills and packs. This copies skills into .agents/skills/ where your AI agent can find them.

Removing skills

Remove skills you no longer need from a project:

Checking installed skills

See what’s currently installed in a project:

Custom skills directory

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

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.