Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:23 +08:00
commit eb42d25f7b
51 changed files with 9966 additions and 0 deletions

22
commands/st.md Normal file
View File

@@ -0,0 +1,22 @@
---
description: "[Express] Skill test - alias for /skill-test"
allowed-tools: Read, Glob, Grep
---
# Express Skill Test (/st)
Quick alias for skill testing. Uses the same functionality as `/skill-test`.
## Usage
- `/st` - Test skill detection for current context
- `/st <skill-name>` - Test specific skill
- `/st <file-path>` - Test which skills match file
$ARGUMENTS
Test workflow:
1. Analyze input/context
2. Run skill detection logic
3. Show matched skills and confidence scores
4. Display generated prompts (dry run)
5. Validate SKILL.md syntax if testing specific skill