claude-tutor
Personalized learning plans, adaptive quizzes, and spaced repetition
All Skills in This Repository (5)
Pure Emerald Level Indicatorslearn
Generate a module-by-module learning plan with progress tracking.
resources
Curate learning resources by topic with free or paid labeling.
quiz
Generate adaptive mixed-format quizzes targeting weak concepts from progress files.
dashboard
Open a local web dashboard to manage learning plans, quiz progress, and review schedules.
review
Read learning index and progress files to compute SM-2 review schedules.
Frequently Asked Questions
FAQPage SchemaHow to install claude-tutor?▼
Run `npx skills add kirilxd/claude-tutor --all -g -y` in your terminal to install all learning skills globally.
How does claude-tutor help me learn a new topic?▼
Just say something like "teach me about Kubernetes" and it researches the topic, builds a structured plan with curated resources, and teaches each module interactively.
What is spaced repetition in claude-tutor?▼
It uses the SM-2 algorithm to schedule concept reviews right before you forget them, and reminds you of overdue reviews every time you start a session.
Do the quizzes adapt to my level?▼
Yes. Questions get harder as your scores improve, easier when you struggle, and they specifically target concepts you have gotten wrong before.
Where is my learning data stored?▼
Everything stays local on your machine in ~/.claude/learning/ as plain JSON files, and nothing is sent to external services.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides