dashboard

Generate an HTML dashboard from .claude/DASHBOARD.md and open it in the browser.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alexaundre/mycc --skill dashboard-alexaundre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard
Source: https://github.com/alexaundre/mycc/tree/main/.claude/skills/dashboard
Command: npx skills add https://github.com/alexaundre/mycc --skill dashboard-alexaundre

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a fast, visual way to inspect the current status of Claude Code skills, development items, and planned work without manually reading and scanning markdown tables. It removes the friction of interpreting raw DASHBOARD.md content by converting it into an easy-to-read browser view.

Core Features & Use Cases

  • HTML Visualization: Parses the project's .claude/DASHBOARD.md and generates a styled HTML page showing installed skills, items in development, and planned work.
  • Quick Local Preview: Writes the dashboard to a temporary HTML file and opens it in the default browser for immediate review.
  • Use Case: Ideal for developers or product owners who want a quick snapshot of implemented capabilities and roadmap items during local development or demos.

Quick Start

Run the dashboard skill by invoking the dashboard trigger to generate and open the HTML dashboard in your browser.

Frequently Asked Questions about dashboard

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

FAQPage Schema
How do I convert a DASHBOARD.md file to an HTML dashboard in my browser?

To convert DASHBOARD.md to an HTML dashboard, use a Python parsing script that reads the file, generates a styled temporary HTML file, and opens it directly in your default system browser for visual inspection.

What is the best way to visualize Claude Code skills and project status locally?

The best way to visualize Claude Code skills locally is generating an HTML dashboard from the DASHBOARD.md file, which parses implemented skills, development items, and planned work into an easy-to-read browser view.

Do I need external network access to generate an HTML dashboard from markdown?

You do not need external network access to generate the HTML dashboard. The Python script parses the local DASHBOARD.md file and writes a temporary HTML file that opens offline in the system browser.

Can I use Python to parse markdown tables and preview development progress in a browser?

Python can parse markdown tables from DASHBOARD.md to extract development progress and planned items, then generate a styled HTML file that provides a quick local preview in your default browser.

Why does my markdown dashboard not showing installed skills when opened in the browser?

If the HTML dashboard is not showing installed skills, verify the .claude/DASHBOARD.md file exists and contains properly formatted markdown tables for the Python parser to extract and visualize the project status.

Does the dashboard visualization tool work without external dependencies?

The dashboard visualization tool works without external dependencies, using only Python to parse the local DASHBOARD.md file and the system browser to render the generated HTML output.