653 B
653 B
description, allowed-tools
| description | allowed-tools |
|---|---|
| [Express] Explain code - alias for /explain-code | 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:
- Purpose and functionality
- How it works (step by step)
- Key algorithms or patterns used
- Dependencies and side effects
- Usage examples
Adjust explanation depth based on code complexity.