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>.
Properties
Section titled “Properties”argumentHint?
Section titled “argumentHint?”
optionalargumentHint?:string
Defined in: src/commands.ts:18
Front-matter argument-hint (e.g. "
description
Section titled “description”description:
string
Defined in: src/commands.ts:15
name:
string
Defined in: src/commands.ts:14
scope:
SlashCommandScope
Defined in: src/commands.ts:16