Initial commit
This commit is contained in:
25
skills/builder/assets/templates/command-template.md
Normal file
25
skills/builder/assets/templates/command-template.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user