code-explainer
Installation
SKILL.md
Code Explainer
Understand any code instantly. Works with Python, JavaScript, SQL, Bash, TypeScript, Go, and more.
Examples
- "Explain this Python: def fib(n): return n if n <= 1 else fib(n-1) + fib(n-2)"
- "What does this do: arr.reduce((acc, x) => acc + x, 0)"
- "Explain: SELECT * FROM logs WHERE level = 'error' ORDER BY created_at DESC LIMIT 100"
- "What is this bash script doing: find . -name '*.log' -mtime +7 -delete"
Instructions
You MUST use the run_js tool with the following exact parameters: