What problem does it solve? Technical explanations often become shallow one-liners or dense textbook recitals that leave users without a real mental model. This Skill turns any "how does X work" question into a layered, first-principles explanation that builds genuine understanding rather than memorization. ## Core Features & Use Cases - First-Principles Explanations: Starts from the lowest level the user is solid on, then builds complexity progressively while always addressing the why behind each claim. - Misconception Handling: Proactively names common confusions, explores edge cases, and uses analogies with explicit breakdown points plus concrete worked examples. - Interactive HTML Explainers: For substantial topics, ships a self-contained, dependency-free HTML artifact with manipulable sliders, toggles, and step-through diagrams. - Use Case: A user asks "how does HTTPS work?" Instead of listing TLS handshake steps, the Skill explains why wire encryption is needed, what each handshake move solves, and delivers an interactive explainer the user can explore in a browser. ## Quick Start Ask the AI to explain how a technical concept works from first principles, such as "walk me through how quicksort achieves O(n log n)".