> ## 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 init

> Initialize a skill library

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

```bash theme={null}
reseed init ~/my-skills
reseed init                   # uses current directory
```
