Skip to main content

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.

reseed init [path]
Creates a skill library at the given path, or the current directory if no path is provided. If the directory already contains skills, they are recognized automatically. This command:
  • Creates a skills/ subdirectory (or recognizes an existing one)
  • Registers the library path globally at ~/.config/reseed

Examples

reseed init ~/my-skills
reseed init                   # uses current directory