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

# masterskills agents

> Supported agents, detection status, and where their skills live.

```bash theme={"dark"}
masterskills agents          # detected agents on this machine
masterskills agents --all    # the full supported registry, 70+ agents
```

Shows each agent's detection status, resolved skills directory, and the MasterSkills-managed skills linked into it. How detection works — including the universal `~/.agents/skills` family and environment overrides — is covered in [Supported agents](/guides/supported-agents).

## Options

| Option   | Effect                                                                     |
| -------- | -------------------------------------------------------------------------- |
| `--all`  | Include agents not detected on this machine                                |
| `--json` | Machine-readable output: `id`, `displayName`, detection state, `skillsDir` |

The `id` values are what [`masterskills link --agents`](/cli/link) and the `MASTERSKILLS_AGENTS` / `MASTERSKILLS_AGENT_DIR_<ID>` environment variables refer to.
