12 lines
306 B
Markdown
12 lines
306 B
Markdown
---
|
|
description: [Brief description of what this command does]
|
|
argument-hint: [arg1] [arg2]
|
|
allowed-tools: [Tool1, Tool2]
|
|
---
|
|
|
|
[Your command prompt here]
|
|
|
|
Use $ARGUMENTS for all args, or $1, $2 for individual args.
|
|
Use @filepath to reference files.
|
|
Use !`command` to execute bash (requires allowed-tools).
|