dashboard

dashboard is a skill for Claude Code from kirilxd/claude-tutor. It costs 46 tokens per session (208 once invoked), scanned A, original, MIT.

A local web page for viewing and editing learning plans, quiz results, and spaced-repetition schedules. Spaced repetition is a study method that schedules reviews over time to help you remember information.

In plain words
What is it for?
Viewing topics and plans, changing module order or resources, checking review dates, resetting progress, deleting topics, and starting learning or quiz sessions.
Why use it?
It gives you a visual way to inspect and manage learning data instead of working with files or command-line output. It also shows upcoming reviews and topic progress in one place.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; names the AskUserQuestion tool; mentions Claude Code.

Part of the claude-tutor plugin — 5 skills, 5 commands shipped together

Good fit Viewing topics and plans, changing module order or resources, checking review dates, resetting progress, deleting topics, and starting learning or quiz sessions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kirilxd/claude-tutor/dashboard
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kirilxd/claude-tutor --skill dashboard
Clone the repo
git clone --depth 1 https://github.com/kirilxd/claude-tutor

Made for: Claude Code.

Or install claude-tutor, the plugin that ships this one along with the rest of its 5 skills, 5 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dashboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirilxd/claude-tutor/dashboard.svg)](https://agentmods.dev/skills/kirilxd/claude-tutor/dashboard)
Your own site
<a href="https://agentmods.dev/skills/kirilxd/claude-tutor/dashboard"><img src="https://agentmods.dev/badge/skills/kirilxd/claude-tutor/dashboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 208 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00208
Opus 5 $0.00023 $0.00104
Sonnet 5 $0.00009 $0.00042
Haiku 4.5 $0.00005 $0.00021

Measured 8d ago against content hash 46bb0d2b9c95, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dashboard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (server/api.js, server/index.js, server/public/app.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/dashboard/SKILL.md · 21 lines

What it actually says

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
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 21 lines · 46 tokens per session scan A 46bb0d2b9c95

Subscribe to this mod's changes

dashboard is a skill published in the GitHub repository kirilxd/claude-tutor (123 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 208 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

tutor

Use when the user wants to learn, study, or understand a topic — triggered by requests to teach, tutor, explain concepts, quiz, drill, or build understanding of any subject.

JEFF7712/claude-tutor · 39 tokens

reading-metaskill

A reading and learning guide based on building a regular reading habit, choosing books, and understanding difficult subjects through original works and explanation.

kangarooking/cangjie-skill · 139 tokens

textbook-distillation

Turn a textbook or long-form source into a self-paced learning track: chapter map, lesson plan, then self-contained HTML lecture notes (styled as the human specifies) with worked examples, exercises, and checkpoint questions. Read this for "lecture notes" / "study notes" / "course" / "syllabus" requests from a…

Lingtai-AI/lingtai · 116 tokens

learning-and-development

Builds capability — skills gaps, career frameworks, training that transfers to the job, and internal mobility. Use this to design a career ladder, close a capability gap, decide whether to build or hire a skill, structure onboarding into a role, or work out why training keeps failing to change anything.

cbrock84/headcount · 64 tokens

learning-notes-automation

A workflow for turning videos, podcasts, and articles into structured learning notes. It extracts key ideas and creates flashcards that can be imported into Anki, a spaced-repetition study app.

chubbyguan/chubbyskills · 58 tokens

antivibe

Code learning and audit framework. Analyze any codebase — new, legacy, or AI-generated — and produce educational explanations or architectural audits. Use when the user wants to understand WHAT and WHY behind any code, not just accept it.

mohi-devhub/antivibe · 50 tokens