What problem does it solve?
Passive re-reading and one-off explanations fade quickly from memory. This Skill turns Claude into an adaptive tutor that makes you actively retrieve knowledge, schedules reviews with a spaced-repetition algorithm, and persists your progress across sessions in ~/.drill-me/.
Core Features & Use Cases
- Retrieval-first tutoring: One question per message, ask-before-tell, hint ladders on misses, and a difficulty servo targeting roughly 85% success.
- Spaced repetition with FSRS-style math: Each concept card tracks stability, difficulty, and review history; due dates are computed exactly and stored in per-topic ledger files.
- Flexible sources: Teach from general knowledge, a codebase (anchored to real files and lines), a document, or a URL.
- Use Case: Say "drill me on Rust lifetimes" — the tutor calibrates your level, proposes a syllabus, quizzes you with free recall and confidence ratings, and schedules your next review session automatically.
Quick Start
Ask Claude to drill you on a topic, for example: drill me on this repo's authentication flow.