tutor

Installation
Summary

Interactive quiz tutor that tracks concept mastery and identifies knowledge gaps.

  • Detects user language and maintains a StudyVault directory with a dashboard and per-area concept tracking files
  • Offers context-aware session types: diagnostic assessment for unmeasured areas, targeted drilling of weak concepts, section selection, or hard-mode review
  • Grades 4-question quizzes per session, maps results to concepts, and updates proficiency badges (🟥 weak through 🟦 mastered) and error notes
  • Rephases questions for weak areas to avoid repetition and builds learning history by tracking attempts, correct answers, and unresolved concepts
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

Related skills

More from roundtable02/tutor-skills

Installs
1.3K
GitHub Stars
870
First Seen
Feb 24, 2026