Agent skill · Testing & QA

tutor

Interactive quiz tutor for Obsidian StudyVault learning. Use when the user wants to: (1) Take a diagnostic assessment of their knowledge, (2) Study or review specific sections/topics, (3) Drill weak areas identified in previous sessions, (4) Check their learning progress or dashboard, or says things like "quiz me", "test me", "let's study", "/tutor", "학습", "퀴즈", "평가".

bevibinggithub.com/bevibingGitHub ↗
claude-codeMIT
Install
npx skills add bevibing/tutor-skills --skill tutor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/tutor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,073
Language: Shell

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Tutor Skill Quiz-based tutor that tracks what the user knows and doesn't know at the **concept level**. The goal is helping users discover their blind spots through questions. ## File Structure ``` StudyVault/ ├── *dashboard* ← Compact overview: proficiency table + stats └── concepts/ ├── {area-name}.md ← Per-area concept tracking (attempts, status, error notes) └── ... ``` - **Dashboard**: Only aggregated numbers. Links to concept files. Stays small forever. - **Concept files**: One per area. Tracks each concept with attempts, correct count, date, status, and error notes. Grows proportionally to unique concepts tested (bounded). ## Workflow ### Phase 0: Detect Language Detect user's language from their message → `{LANG}`. All output and file content in `{LANG}`. ### Phase 1: Discover Vault 1. Glob `**/StudyVault/` in project 2. List section directories 3. Glob `**/StudyVault/*dashboard*` to find dashboard 4. If found, read it. Preserve existing file path regardless of language. 5. If not found, create from template (see Dashboard Template below) If no StudyVault exists, inform user and stop. ### Phase 2: Ask Session Type **MANDATORY**: Use AskUserQuestion to let the user choose

What's inside
Steps it walks through
  1. File Structure
  2. Workflow
  3. Phase 0: Detect Language
  4. Phase 1: Discover Vault
  5. Phase 2: Ask Session Type
  6. Phase 3: Build Questions
  7. Phase 4: Present Quiz
  8. Phase 5: Grade & Explain
  9. Phase 6: Update Files
  10. Dashboard Template
  11. Concept File Template
  12. Important Reminders
Ships with 1 file
  • references/quiz-rules.md
More from tutor-skills
All skills →
About this skill
What does the tutor skill do?

Interactive quiz tutor for Obsidian StudyVault learning. Use when the user wants to: (1) Take a diagnostic assessment of their knowledge, (2) Study or review specific sections/topics, (3) Drill weak areas identified in previous sessions, (4) Check their learning progress or dashboard, or says things like "quiz me", "test me", "let's study", "/tutor", "학습", "퀴즈", "평가".

How do I install it?

Run `npx skills add bevibing/tutor-skills --skill tutor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From bevibing/tutor-skills, a repository with 1,073 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going