explain-this
SolidExplain whatever the user is pointing at right now in plain language: a pending question, a piece of code, an error, a command output, or an artifact like a plan or findings report. Use when the user asks to "explain this", "what am I being asked", "what's happening right now", "help me understand this", "what does this mean", "what does this error mean", "what is this code doing", or "what do these options mean".
Install
Quality Score: 89/100
Skill Content
Details
- Author
- tobihagemann
- Repository
- tobihagemann/turbo
- Created
- 4 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
explain-simply
Explain any topic, decision, problem or piece of work to the user in plain language, pitched at a bright high-school student, using a fixed five-part structure (context, background, the issue, examples, recommendation). Use whenever the user says "explain this simply", "in simple terms", "spell it out", "I don't understand", "what do you mean by X", "walk me through this", "give me more detail", "I'm not sure what I'm looking at", or asks what something IS. Also use PROACTIVELY, without being asked, whenever presenting the user with a decision they have to make, surfacing an unfamiliar concept, or reporting a finding whose significance is not self-evident.
explain-like-im-10
Reshapes every explanation into plain language that assumes zero prior knowledge in the domain. Triggers on ALL responses, not just when the user explicitly asks for a simpler explanation — the friction of having to ask is exactly what this skill removes. Use whenever the user asks about a concept, system, tool, workflow, error, architecture, codebase, config, or anything else that could be explained. Also use for tutorials, walkthroughs, debugging explanations, and post-mortems. Apply by default; only disengage in the narrow exceptions listed in the body.
explain
Explain what a piece of code does — a specific file, class, or method in close detail, or a user-facing flow as a concise system overview. What it does and why, not whether it's good.