Skip to main content
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.