# Dashboard

> Use only when user explicitly asks to "open dashboard", "show dashboard", "launch dashboard", or "learning UI". Opens a local web interface for viewing and editing learning plans, quiz progress, and spaced repetition data. Use when this capability is needed.

- Skill: `tomevault-io/dashboard` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/dashboard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/dashboard/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/dashboard

---


# Dashboard — Learning Data Web UI

**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:
- Viewing all topics, plans, and progress
- Editing module order and resources
- Viewing and overriding spaced repetition schedules
- Calendar view of upcoming reviews
- Resetting progress or deleting topics
- Launching quiz/learn sessions in Claude Code

---
> Source: [kirilxd/claude-tutor](https://github.com/kirilxd/claude-tutor) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-24 -->

