← ClaudeAtlas

interactive-learninglisted

Create interactive HTML learning tools — flashcard decks, visual theory explainers, and concept pages — for studying. Use this skill whenever the user wants to learn, review, or practice a topic interactively, wants flashcards, a visual summary, a quiz, or says things like "erkläre mir X interaktiv", "mach mir Lernkarten zu X", "ich will X üben", "help me study X", "make a study page for X", or "build me a flashcard deck on X". Covers all subjects including mathematics, statistics, programming, general education (BM/Schule), and quantitative finance/trading. Always prefer this skill over plain text explanations when the user wants to actively learn or review something, not just read about it.
DjordjeMojsilovic/Djordjes-Claude-Setup · ★ 4 · AI & Automation · score 67
Install: claude install-skill DjordjeMojsilovic/Djordjes-Claude-Setup
# Interactive Learning Skill Turn any topic into a polished, self-contained HTML learning tool. No frameworks, no dependencies beyond CDN libraries when needed. ## Standard page structure (always follow this order) Every learning tool MUST have this structure — theory first, interactive second: 1. **Theory Section** (top) — visual explainer with diagrams, annotations, SVG graphics, step-by-step breakdowns 2. **Flashcard / Practice Section** (bottom) — interactive drill after the theory is understood Never skip the theory section, even if the user only asks for flashcards. The theory anchors the cards. ### When to adjust format | User intent | Adjustment | |---|---| | "Erkläre mir X" | Expand theory heavily, flashcards optional | | "Lernkarten zu X" | Standard theory + full flashcard deck | | "Ich will X üben" | Light theory recap + interactive exercises with input fields | ## Design principles Read `/mnt/skills/public/frontend-design/SKILL.md` for aesthetic guidance. Key points for learning tools specifically: - **Dark theme preferred** — easier on eyes during long study sessions - **One topic per screen** — don't overwhelm; use cards, tabs, or steps to chunk information - **Immediate feedback** — reveal answers, highlight correct/wrong, show worked solutions inline - **Progress indicators** — card X of Y, completion %, streak counters motivate - **Mobile-friendly** — learners study on phones; use `max-width: 700px`, large tap targets - **Keyboard shortcuts** — spac