explain-code
Explain Code
Explain the user-scoped code as a short, scannable post. Prefer plain-English prose and small code sketches over exhaustive walkthroughs.
Defaults
- Match the user's scope exactly.
- Use this structure:
#title,📋 TLDR, then one or more##sections. - Each
##section covers one idea and includes at least one fenced code block. - Keep prose simple and snippets small.
- Simplify code when useful, but stay faithful to behavior.
- Do not invent intent that the code or prompt does not support.
Format
# Title
One plain-English line naming the topic.
More from sidkh/skills
docs-quiz
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.
5dark-pattern-audit
Manual-only dark pattern audit for codebases and product copy. Use only when explicitly invoked as $dark-pattern-audit to inspect an entire repository, or user-selected paths, for evidence of deceptive design 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.
3