Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:35 +08:00
commit 6aae23c1d2
19 changed files with 4572 additions and 0 deletions

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