From claude-tutor
Launches local web UI at http://localhost:3847 for viewing/editing learning plans, quiz progress, spaced repetition schedules, calendars, and resetting data in Claude Code. Use on explicit dashboard requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-tutor:dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**ALWAYS** use the `AskUserQuestion` tool when asking the user questions, in any context. If you have too many questions for the tool, split them up into multiple calls.
ALWAYS use the AskUserQuestion tool when asking the user questions, in any context. If you have too many questions for the tool, split them up into multiple calls.
The dashboard is a local web server that provides a visual interface for the learning data stored in ~/.claude/learning/.
To launch: run /dashboard or tell the user to run /dashboard.
The dashboard runs at http://localhost:3847 and supports:
npx claudepluginhub kirilxd/claude-tutor --plugin claude-tutorReviews learning progress across topics or specific ones, showing quiz scores, module completion, weak areas, trends, spaced repetition due items, and study recommendations.
Shows language learning progress, statistics, mastery levels, streak, and achievements. Useful when learners ask about their stats or dashboard.
Delivers personalized coding tutorials using your codebase examples, building on prior knowledge with spaced repetition quizzes and cloud-synced learner profiles.