Files
gh-sjungling-claude-plugins…/skills/builder/assets/templates/command-template.md
2025-11-30 08:57:35 +08:00

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
```