Update Dashboard Skill

Update a Markdown dashboard with workflow counts and processing rates.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/m-ahmad-official/hackathon-0-personal-ai-employee --skill update-dashboard-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Update Dashboard Skill
Source: https://github.com/m-ahmad-official/hackathon-0-personal-ai-employee/tree/main/AI_Employee_Vault/.claude/skills/update_dashboard
Command: npx skills add https://github.com/m-ahmad-official/hackathon-0-personal-ai-employee --skill update-dashboard-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of updating a central dashboard, providing a real-time overview of the AI's operational status and key metrics.

Core Features & Use Cases

  • Automated Status Updates: Consolidates information from various system components into a single, readable dashboard.
  • Metric Tracking: Displays counts of items in different workflow stages (pending, processing, done, approval).
  • Use Case: After completing a batch of tasks, the AI automatically runs this skill to update Dashboard.md, ensuring stakeholders have the latest information on progress and system health.

Quick Start

Run the update_dashboard skill to refresh the main dashboard with current statistics.

Frequently Asked Questions about Update Dashboard Skill

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

FAQPage Schema
How do I automate status dashboard updates for my AI workflow?

You can automate status dashboard updates by running a skill that aggregates counts from workflow directories like Needs_Action, Plans, Done, and Pending_Approval, then writes them to a Markdown dashboard file.

What metrics should a system monitoring dashboard track for AI operations?

A system monitoring dashboard for AI operations should track item counts across workflow stages, processing rates, and the last updated timestamp to maintain visibility into performance and system health.

How do I generate automated reporting from workflow directories?

To generate automated reporting from workflow directories, you run a process that consolidates file counts from stages like Pending_Approval and Done, calculates processing rates, and logs the results into a central Markdown file.

Can I use a Markdown dashboard for real-time monitoring without external dependencies?

Yes, you can use a Markdown dashboard for real-time monitoring without external dependencies. The skill updates a Markdown file directly by reading workflow directories and calculating current system statistics.

When should I refresh my AI status dashboard?

You should refresh your AI status dashboard after completing a batch of tasks. This ensures the dashboard displays the latest progress counts, processing rates, and system health metrics to stakeholders.