with one click
explain-code
Explain code as a scannable blog post
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 code as a scannable blog post
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
Run a short active-recall dialogue that helps the user understand their current unstaged code changes. Use when the user wants to understand, review, quiz themselves on, or explain a local diff before accepting, committing, merging, or shipping it.
Run an interactive documentation-based quiz for a user-selected technology and topic area. Use when the user wants to practice a framework, library, API, language feature, or other technical docs by choosing between two short code snippets that test mental-model comprehension.
Audit codebases and product copy for deceptive dark patterns that are inferable from local source code and text. Produce a structured narrative report with confidence, source locations, concise reasoning, and the official pattern link for each detected pattern.
| name | explain-code |
| description | Explain code as a scannable blog post |
| disable-model-invocation | true |
Explain the user-scoped code as a short, scannable post. Prefer plain-English prose and small code sketches over exhaustive walkthroughs.
# title, 📋 TLDR, then one or more ## sections.## section covers one idea and includes at least one fenced code block.# TitleOne plain-English line naming the topic.
📋 TLDRWrite 2-3 short sentences that give the gist to someone who did not write the code.
Optional: include one small mermaid block only when the main story is easier to grasp as flow or handoff.
After the 📋 TLDR, add a horizontal rule: ---.
## SectionsFor each section:
## title with at least one emoji.Stop the section after the code block.
Separate body sections with a horizontal rule: ---.
..., // ..., placeholders, or simplified identifiers when that makes the idea easier to see.## sections.