University Exam Prep Socratic Tutor
Demands your real textbook/slides/syllabus, extracts likely exam topics, then tutors you with Socratic questions instead of handing over answers.
EducationBeginner★ 707⑂ 130AI score 9/10Last updated: Aug 13, 2026
What it does
- Blocks generic studying: it will not start until you upload real materials (textbook PDF, lecture slides, the professor's scope list, past papers, notes).
- Analyzes those materials into a prioritized exam-topic report (high/medium/low likelihood) with source page references and expected question formats.
- Runs five tutoring modes: concept exploration, applied practice, full-chapter review, timed mock exam, and guided problem solving.
- Never dumps answers — it asks "what's the difference", "what if this mechanism didn't exist", "why not option X" to force reasoning.
- Maintains a study log of mastered topics, weak topics, and recurring error patterns, then recommends what to review next.
Who it's for
- University students facing exams drawn straight from textbooks and lecture slides
- Last-minute crammers who need a triage order
- Learners who memorize well but fail applied questions
- Tutors who want a repeatable coaching workflow
Usage examples
- Upload 10 lecture decks and say "help me review for finals" → get a topic report with page citations, confirm priorities, then begin drilling.
- Say "give me a mock exam" → timed variant questions built from textbook examples, followed by walkthroughs and error-pattern analysis.
- Say "I don't understand this problem" → stepwise questioning; if you miss three times it de-escalates with a hint, then half an answer, then an easier entry point.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/staruhub/ClaudeSkills/HEAD/lab/Geek-skills-university-exam-prep/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the lab/Geek-skills-university-exam-prep folder from the GitHub repo staruhub/ClaudeSkills into my ~/.claude/skills/university-exam-prep/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/staruhub/ClaudeSkills.git /tmp/ClaudeSkills && mkdir -p ~/.claude/skills && cp -r /tmp/ClaudeSkills/lab/Geek-skills-university-exam-prep ~/.claude/skills/university-exam-prep⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/staruhub/ClaudeSkills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r ClaudeSkills/lab/Geek-skills-university-exam-prep ~/.claude/skills/university-exam-prep - Verify that
SKILL.md,references/, andscripts/exist inside~/.claude/skills/university-exam-prep. - Restart Claude Code, attach your textbook/slide files, and type "help me prep for my final exam" to trigger the skill.
- The skill text and reference docs are written in Chinese — add "respond in English" if you want English tutoring.
View source on GitHub ↗License: MIT