From roundtable02-tutor-skills-1
Interactive quiz tutor for Obsidian StudyVault that diagnoses knowledge gaps, drills weak areas, and tracks concept-level progress through adaptive quizzes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/roundtable02-tutor-skills-1:tutorThe summary Claude sees in its skill listing — used to decide when to auto-load this 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.
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.
StudyVault/
├── *dashboard* ← Compact overview: proficiency table + stats
└── concepts/
├── {area-name}.md ← Per-area concept tracking (attempts, status, error notes)
└── ...
Detect user's language from their message → {LANG}. All output and file content in {LANG}.
**/StudyVault/ in project**/StudyVault/*dashboard* to find dashboardIf no StudyVault exists, inform user and stop.
MANDATORY: Use AskUserQuestion to let the user choose what to do. Analyze the dashboard to build context-aware options, then present them.
Read the dashboard proficiency table and build options based on current state:
Present these as an AskUserQuestion with header "Session" and concise descriptions showing which areas each option targets. The user MUST select before proceeding.
concepts/{area}.md to find 🔴 unresolved concepts — rephrase these in new contexts (don't repeat the same question)references/quiz-rules.mdCRITICAL: Read references/quiz-rules.md before crafting ANY question. Zero hints allowed.
Use AskUserQuestion:
concepts/{area}.md)For each question answered:
### 오답 메모 (or localized equivalent)Table format:
| Concept | Attempts | Correct | Last Tested | Status |
|---------|----------|---------|-------------|--------|
| concept name | 2 | 1 | 2026-02-24 | 🔴 |
Error notes format (only for wrong answers):
### Error Notes
**concept name**
- Confusion: what the user mixed up
- Key point: the correct understanding
Dashboard stays compact — no session logs, no per-question details.
Create when no dashboard exists. Filename localized to {LANG}. Example in English:
# Learning Dashboard
> Concept-based metacognition tracking. See linked files for details.
---
## Proficiency by Area
| Area | Correct | Wrong | Rate | Level | Details |
|------|---------|-------|------|-------|---------|
(one row per section, last column = [[concepts/{area}]] link)
| **Total** | **0** | **0** | **-** | ⬜ Unmeasured | |
> 🟥 Weak (0-39%) · 🟨 Fair (40-69%) · 🟩 Good (70-89%) · 🟦 Mastered (90-100%) · ⬜ Unmeasured
---
## Stats
- **Total Questions**: 0
- **Cumulative Rate**: -
- **Unresolved Concepts**: 0
- **Resolved Concepts**: 0
- **Weakest Area**: -
- **Strongest Area**: -
Create per area when first question is asked. Example:
# {Area Name} — Concept Tracker
| Concept | Attempts | Correct | Last Tested | Status |
|---------|----------|---------|-------------|--------|
### Error Notes
(added as concepts are missed)
references/quiz-rules.md before creating questionsScans a codebase for architectural friction, presents candidates as a visual HTML report with before/after diagrams, and guides you through deepening refactors.
npx claudepluginhub bevibing/tutor-skills