26 lines
395 B
Markdown
26 lines
395 B
Markdown
---
|
|
description: Brief description of what this command does
|
|
allowed-tools:
|
|
- Bash(npm:*)
|
|
- Bash(git:*)
|
|
- Read
|
|
- Write
|
|
args:
|
|
- name: arg-name
|
|
description: What this argument does
|
|
---
|
|
|
|
Brief instruction on what to accomplish.
|
|
|
|
**Steps:**
|
|
|
|
1. Step 1: [action]
|
|
2. Step 2: [action using $1 for first argument]
|
|
3. Step 3: [verification]
|
|
|
|
**Example usage:**
|
|
|
|
```
|
|
/command-name value
|
|
```
|