Claude Skills for Studying: Turn Claude Into a Tutor, Not an Answer Machine
The default way students use Claude is the least useful one: paste the question, read the answer, feel like you learned something, discover in the exam that you did not. Recognition is not recall. A study skill fixes this by encoding a learning method — one that makes Claude test you rather than tell you — and loading it automatically every time you sit down to study.
Why the default is a trap
Reading a fluent explanation produces a strong feeling of understanding and almost no durable memory. Cognitive scientists call it the fluency illusion, and a very articulate AI is the best fluency-illusion generator ever built. Everything in it feels obvious as you read it, which is precisely the sensation that convinces you to stop studying.
What actually builds knowledge is uncomfortable: retrieving information from memory without looking, explaining it in your own words, and getting things wrong early enough to fix them. A skill is how you force that, because it runs even on the night when you would much rather just be given the answer.
1. The Socratic tutor skill
The single highest-value study skill, and almost the simplest. The body says: never give the answer directly. Respond with a question that moves the student one step closer. Ask them to explain their reasoning. If they are wrong, ask a question that exposes the contradiction rather than announcing the correction. Confirm only once they have arrived themselves.
You will hate it for about ten minutes and then it will be the only mode you want. The description should trigger on studying, homework help, and "explain this concept" — the exact moments the shortcut is most tempting.
2. Active recall and quizzing
Given a chapter, a lecture transcript, or a set of notes, generate questions rather than a summary — and crucially, do not show the answers up front. Ask one question at a time, wait for the attempt, mark it, and explain what was missed. The skill should mix question types: recall, application, and "why is the obvious answer wrong here".
The instruction that makes this work is the one forbidding an answer key alongside the questions. Given both, you will read both, and you will learn nothing.
3. The Feynman technique skill
You explain the concept out loud, in plain language, as if to a twelve-year-old. Claude identifies exactly where the explanation went vague, where jargon papered over a gap, and where an analogy broke. Then you try again. This is the fastest known way to find the parts of a topic you only think you understand, and it is one short skill.
4. Spaced repetition scheduling
A skill that turns material into a review schedule and, more usefully, generates flashcards that are actually good: one fact per card, questions that force retrieval rather than recognition, no cards that can be answered by pattern-matching the shape of the question. Most people's self-made flashcards fail on exactly these points.
5. Worked-example practice
For quantitative subjects. The skill generates a problem, waits, then critiques your method rather than just checking your final number — because in maths, physics, and statistics the number is rarely where the learning is. When you are stuck, it gives the next step only, never the full solution.
6. Exam-mode simulation
Past-paper style questions under time pressure, marked against a real rubric, with feedback naming which specific misunderstanding produced each error. Grading is where this earns its keep: "you lost marks because you described the mechanism instead of evaluating it" is worth more than a score.
Getting your material in
Study material arrives as lecture slides, scanned handouts, and textbook PDFs. A document skill handles extraction — including OCR when the handout is a photocopy of a photocopy — so your actual course content becomes the source rather than the model's general knowledge of the subject. See Claude skills for PDF for how that works. When studying turns into a literature review or an essay with citations, the research skills are the next step.
Writing your own in five minutes
Make a folder at ~/.claude/skills/tutor/SKILL.md. Frontmatter: a name, and a description saying when to use it — "Use when the user is studying, revising, working through homework, or asking to be quizzed." Body: your rules. Never give the answer first. Ask before telling. One question at a time. Make the student explain their reasoning. Point out errors without correcting them outright.
That is a complete, working skill. Then improve it the way everything else improves: every time it lets you take a shortcut you should not have taken, add a line forbidding that shortcut. Our skills examples guide shows the format in full, and the free SKILL.md validator checks the file loads correctly.
Skills are not just for students: the same mechanism that turns Claude into a tutor turns it into a reviewer, an editor, or a researcher. ClaudeThings ships 103 production skills with 89 agents and 181 commands. See the kits →