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

> Show skills installed in the current project

```bash theme={null}
reseed status
```

Displays the skills currently installed in the project's skills directory.

## Example output

```
  code-review
  frontend-design
  python-typing
```

## Global flags

* `--dir` Override the skills directory (default `.agents/skills/`)

```bash theme={null}
reseed --dir .claude/skills status
```
