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 config <key> [value]
Get or set global configuration values stored at ~/.config/reseed.

Available keys

KeyDescriptionDefault
dirSkills directory in projects.agents/skills

Examples

reseed config dir                  # show current value
reseed config dir .claude/skills   # set default skills directory
The --dir flag on any command overrides the configured default for that invocation.