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

25
commands/e.md Normal file
View File

@@ -0,0 +1,25 @@
---
description: "[Express] Explain code - alias for /explain-code"
allowed-tools: Read, Glob, Grep
---
# Express Explain (/e)
Quick alias for code explanation. Uses the same functionality as `/explain-code`.
## Usage
- `/e` - Explain current file/function
- `/e <file-path>` - Explain specific file
- `/e <function-name>` - Explain specific function
- `/e architecture` - Explain overall architecture
$ARGUMENTS
Provide clear explanation including:
1. Purpose and functionality
2. How it works (step by step)
3. Key algorithms or patterns used
4. Dependencies and side effects
5. Usage examples
Adjust explanation depth based on code complexity.