Skip to content

SlashCommand

Defined in: src/commands.ts:13

An installed slash command surfaced in the New Task “Commands” tab and the inline / autocomplete. A skill (.claude/skills/<name>/SKILL.md), a command file (.claude/commands/<name>.md), an installed plugin command/skill, or a built-in — invokable from the prompt as /<name>.

optional argumentHint?: string

Defined in: src/commands.ts:18

Front-matter argument-hint (e.g. ""), shown dimmed after the name.


description: string

Defined in: src/commands.ts:15


name: string

Defined in: src/commands.ts:14


scope: SlashCommandScope

Defined in: src/commands.ts:16