Initial commit
This commit is contained in:
25
commands/e.md
Normal file
25
commands/e.md
Normal 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.
|
||||
Reference in New Issue
Block a user