Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:48 +08:00
commit c8b2901108
25 changed files with 5579 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
---
description: Brief, third-person description of what this command does
argument-hint: [arg1] [arg2]
---
# Command Name
[Detailed instructions for Claude on how to execute this command]
## Context
[When and why to use this command]
## Instructions
1. [Step 1: What to do first]
2. [Step 2: Next action]
3. [Step 3: Final step]
## Arguments
- `$ARGUMENTS` or `$1`, `$2`, etc.: [Explain what each argument means]
## Example Usage
**Command**: `/namespace:command-name arg1 arg2`
**Expected behavior**: [Describe what should happen]
## Notes
[Any additional context, warnings, or tips]