> ## Documentation Index
> Fetch the complete documentation index at: https://reseed.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# reseed config

> Get or set configuration

```bash theme={null}
reseed config <key> [value]
```

Get or set global configuration values stored at `~/.config/reseed`.

## Available keys

| Key   | Description                  | Default          |
| ----- | ---------------------------- | ---------------- |
| `dir` | Skills directory in projects | `.agents/skills` |

## Examples

```bash theme={null}
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.
