/prompt

Manage custom prompts.

Sub-command Usage Description
ls /prompt ls List all available prompts
info /prompt info <PROMPTNAME> Provide detailed information about the specified prompt
use /prompt use <PROMPTNAME> [NAME=VALUE ...] Use (invoke) a prompt by name

ls

Usage: /prompt ls

List all available custom prompts registered in the system.

info

Usage: /prompt info <PROMPTNAME>

Provide detailed information about the specific prompt identified by <PROMPTNAME>.

use

Usage: /prompt use <PROMPTNAME> [NAME=VALUE ...]

Invoke a prompt by its name.

  • If the prompt requires arguments, you will be prompted for input for each argument.
  • If you provide values for any arguments by name (e.g., name=value), those values will be used without further prompting.