with one click
explain
Explain how code works in plain language
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Explain how code works in plain language
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Create a well-formatted git commit with staged changes
Create PlantUML diagrams and add them to documentation
Docker commands for containers, images, and compose
GitHub CLI commands for PRs, issues, repos, and workflows
Git commands, workflows, and troubleshooting
Go toolchain commands - build, test, modules, and more
| name | explain |
| description | Explain how code works in plain language |
| argument-hint | [file:line or function name] |
| allowed-tools | Read, Glob, Grep |
Explain the code at $ARGUMENTS in clear, accessible language.
Start with the big picture
Break down the logic
Highlight key concepts
Call out gotchas
## Overview
[1-2 sentence summary]
## How It Works
[Step-by-step explanation]
## Key Details
- [Important point 1]
- [Important point 2]
## Related Code
- [References to related files/functions if relevant]
Adjust depth based on code complexity. Simple utilities need brief explanations; complex algorithms need more detail.