# CommandDefinition

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/plugins/plugin-types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/plugins/plugin-types.ts#L37)

A slash command contributed by a plugin.

Each `.md` file in a plugin's `commands/` directory produces one
CommandDefinition. The filename (without extension) becomes the command name.

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `description` | `string` |
| `instructions` | `string` |
| `allowedTools` | `string[]` |
| `model` | `string` |
| `argumentHint` | `string` |
