Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

EducationIntermediate1,09794AI 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}.md with 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

  1. "Quiz me" → the skill reads the dashboard, targets unmeasured (⬜) areas, and runs a 4-question diagnostic.
  2. "Drill my weakest topic" → it pulls unresolved 🔴 concepts and rephrases them in new contexts instead of repeating questions.
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/bevibing/tutor-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r tutor-skills/skills/tutor ~/.claude/skills/tutor
  5. Confirm ~/.claude/skills/tutor/references/quiz-rules.md came along — the question-writing rules depend on it.
  6. Create a StudyVault/ folder in your project with one subfolder per topic and your markdown notes inside.
  7. Restart Claude Code, open that project, and type "quiz me" or "/tutor" to start a session.