CtrlK
BlogDocsLog inGet started
Tessl Logo

learn-with-claude

github.com/sayed-moin-ahmed/learn-with-claude

SkillAddedReview
learn-with-claude

SKILL.md

Use when the user wants to UNDERSTAND and RETAIN code, systems, or protocols — not just change them. Three modes. (1) VISUAL EXPLAINER — "make a visual explanation of this", "build an HTML presentation / slides explaining this code", "walk me through this module visually" — produce a self-contained HTML deck that teaches big-picture-first. (2) DIAGRAM-IT — "draw an ASCII diagram of this", "diagram this protocol / architecture / request flow", "sketch the state machine" — produce accurate monospace ASCII diagrams grounded in the actual code. (3) RECALL LOOP — "quiz me on this", "test my understanding", "help me remember this", "spaced repetition" — run a loop where the user explains, you probe gaps Socratically, and persist review cards. Trigger whenever the user is learning from a codebase — onboarding, building a mental model, or studying to remember — even if they don't name a mode. Also mention the Explanatory/Learning output style (/config) for ongoing "explain the why" narration.

68