dashboard

Generate a markdown progress dashboard from progress.json with learner statistics.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hackathon-red-dog-72/github-copilot-tutorials --skill dashboard-hackathon-red-dog-72
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dashboard
Source: https://github.com/hackathon-red-dog-72/github-copilot-tutorials/tree/main/.github/skills/dashboard
Command: npx skills add https://github.com/hackathon-red-dog-72/github-copilot-tutorials --skill dashboard-hackathon-red-dog-72

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, visual overview of your learning progress, including completed lessons, earned experience points, and unlocked achievements, making it easy to track your journey.

Core Features & Use Cases

  • Progress Visualization: Generates a markdown-based dashboard displaying lesson completion status, XP, and level.
  • Achievement Tracking: Shows earned and locked achievements with corresponding badges.
  • Use Case: After completing several lessons, you can ask Copilot to "show progress" to get an instant update on your standing and see what to tackle next.

Quick Start

Ask Copilot to show your progress dashboard.

Frequently Asked Questions about dashboard

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

FAQPage Schema
How do I visualize my learning progress in markdown?▼

Visualize learning progress by generating a markdown dashboard that reads `progress.json` to calculate and display lesson completion, XP progression, achievements, and overall educational stats.

Can I track lesson completion and XP progression without modifying my data files?▼

Track lesson completion and XP progression safely because the dashboard acts as a read-only reporting tool, calculating learner statistics from `progress.json` without modifying any files.

What's the best way to show earned achievements and locked badges after completing lessons?▼

Show earned and locked achievements by generating a visual progress dashboard that displays corresponding badges alongside your lesson completion status and current level.

How does the dashboard calculate my learning stats from progress tracking data?▼

Calculate learning stats by reading `progress.json` and computing learner statistics to produce a visual markdown report of lesson completion, XP progression, and achievements.

Does the progress dashboard require a specific file format to display educational tracking stats?▼

Displaying educational tracking stats requires a `progress.json` file, which the dashboard reads to calculate and visualize your learning journey, XP, and achievements.

Why is my progress dashboard not updating after I complete new lessons?▼

Progress dashboard updates depend on the contents of `progress.json`; ensure your learning data is correctly written to this file so the read-only reporting tool can calculate accurate stats.