Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:59 +08:00
commit 9f60012661
14 changed files with 824 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
description: [Brief description of what this command does]
argument-hint: [arg1] [arg2]
allowed-tools: [Tool1, Tool2]
---
[Your command prompt here]
Use $ARGUMENTS for all args, or $1, $2 for individual args.
Use @filepath to reference files.
Use !`command` to execute bash (requires allowed-tools).