dashboard

Open a local web dashboard to manage learning plans, quiz progress, and review schedules.

109|15|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/kirilxd/claude-tutor --skill dashboard-kirilxd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard
Source: https://github.com/kirilxd/claude-tutor/tree/main/skills/dashboard
Command: npx skills add https://github.com/kirilxd/claude-tutor --skill dashboard-kirilxd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires express, and includes assets (resource) components.

What problem does it solve?

This Skill solves the problem of not having a clear, centralized view of your learning progress, quiz results, and spaced-repetition schedules.

Core Features & Use Cases

  • Local Learning Web UI: Opens a browser-based dashboard at a local address to view and edit learning data stored in your Claud​e workspace.
  • Spaced Repetition Control: Review calendar and the ability to override upcoming nextReview dates per concept.
  • Plan and Progress Management: View learning plans, reorder modules, inspect quiz history, and reset or delete topics.

Quick Start

Ask for the dashboard by saying: "open dashboard" in Claude Code.

Frequently Asked Questions about dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize my spaced repetition schedules and quiz progress locally?

You can visualize spaced repetition schedules and quiz progress by opening a local web dashboard at localhost:3847, which provides a browser-based UI to review learning data stored in your workspace.

Can I override the SM-2 scheduling next review dates for my learning topics?

Yes, the local web UI includes a spaced repetition review calendar that allows you to inspect and override upcoming nextReview dates per concept, alongside viewing your study analytics and module order.

How do I manage and reorder learning plan modules in a local web interface?

To manage learning plans and reorder modules, launch the dashboard in Claude Code to access API endpoints for topics, plans, and progress, where you can edit module order, inspect quiz history, and reset topics.

Does this learning dashboard require Express to run the local server?

Yes, the learning dashboard relies on Express as a dependency to provide the always-on local server UI and supporting API endpoints for stats, topics, plans, progress, and calendar at localhost:3847.

What is the best way to review due spaced repetition items from my workspace?

The best way to review due spaced repetition items is to open the local learning dashboard, which surfaces due items, study analytics, and a review calendar so you can update progress directly through the web interface.