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 skills
From inside a project directory, runreseed for an interactive TUI browser, or specify skills by name:
.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:
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.