Tutor (Concept-Tracking Quiz Coach)
A quiz tutor that reads your Obsidian StudyVault notes, asks four hint-free multiple-choice questions, and logs per-concept accuracy and error notes automatically.
EducationIntermediate★ 1,097⑂ 94AI score 8/10Last updated: Feb 28, 2026
What it does
- Locates a
StudyVault/folder in your project, lists the study areas, and creates a compact dashboard if none exists. - Starts every session by asking what you want: diagnostic assessment, drilling weak areas, a specific section, or hard-mode review.
- Builds exactly four four-option questions from your own notes, with zero hints in labels or descriptions and randomized answer positions.
- After grading, updates
concepts/{area}.mdwith attempts, correct counts, status (🔴/🟢) and "what you confused" error notes, then recalculates dashboard proficiency badges (🟥🟨🟩🟦⬜) and stats. - Detects your language and writes both questions and files in it.
Who it's for
- Obsidian note-takers who want an objective read on what they actually understand.
- Exam or certification learners who need weak-area tracking and spaced re-testing.
- Anyone who prefers metacognitive study — finding blind spots — over passive summaries.
Example uses
- "Quiz me" → the skill reads the dashboard, targets unmeasured (⬜) areas, and runs a 4-question diagnostic.
- "Drill my weakest topic" → it pulls unresolved 🔴 concepts and rephrases them in new contexts instead of repeating questions.
- "Show my progress" → a compact view of per-area accuracy, weakest/strongest areas, and unresolved concept counts.
· · · 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/bevibing/tutor-skills/HEAD/skills/tutor/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 skills/tutor folder from the GitHub repo bevibing/tutor-skills into my ~/.claude/skills/tutor/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/bevibing/tutor-skills.git && mkdir -p ~/.claude/skills && cp -r tutor-skills/skills/tutor ~/.claude/skills/tutor⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/bevibing/tutor-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r tutor-skills/skills/tutor ~/.claude/skills/tutor - Confirm
~/.claude/skills/tutor/references/quiz-rules.mdcame along — the question-writing rules depend on it. - Create a
StudyVault/folder in your project with one subfolder per topic and your markdown notes inside. - Restart Claude Code, open that project, and type "quiz me" or "/tutor" to start a session.
View source on GitHub ↗License: MIT