update-dashboard

Refresh Dashboard.md with watcher status, action queues, and recent activity.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Ameen-Alam/Personal-AI-Employee-system-Hackathon --skill update-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-dashboard
Source: https://github.com/Ameen-Alam/Personal-AI-Employee-system-Hackathon/tree/main/.claude/skills/update-dashboard
Command: npx skills add https://github.com/Ameen-Alam/Personal-AI-Employee-system-Hackathon --skill update-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the refresh of the AI Employee Dashboard by pulling current watcher status, pending actions, and recent activity to keep the dashboard accurate and actionable.

Core Features & Use Cases

  • Automatic System Status Refresh: Update watcher status and last check time in the dashboard.
  • Action Queue Aggregation: Read Needs_Action, Plans, and Done to present pending, active, and completed work.
  • On-Demand Quick Overview: Generate a fresh snapshot of metrics for leadership reviews or standups.

Quick Start

Use the update-dashboard skill to refresh the Dashboard.md with the latest system status and activity.

Frequently Asked Questions about update-dashboard

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

FAQPage Schema
How do I automatically refresh a dashboard from action queues?

To automatically refresh a dashboard from action queues, you aggregate watcher status, pending actions, and recent activity from Needs_Action, Plans, and Done folders into Dashboard.md. This provides an up-to-date overview with actionable metrics for quick decision making.

What is action queue aggregation for status monitoring?

Action queue aggregation for status monitoring is the process of reading Needs_Action, Plans, and Done files to compile pending, active, and completed work. It generates a fresh snapshot of metrics for leadership reviews or standups.

How do I update watcher status and last check time in a markdown dashboard?

You update watcher status and last check time in a markdown dashboard by using Glob and standard shell tools to read Dashboard.md and action files, then safely writing the aggregated current status back into the dashboard file.

Do I need any external dependencies to aggregate data into Dashboard.md?

No external dependencies are required to aggregate data into Dashboard.md. The skill satisfies read and write requirements by using Glob and standard shell tools to read action files and safely write updates to the dashboard.

Can I generate a quick overview of pending and completed actions for a standup?

Yes, you can generate a quick overview of pending and completed actions for a standup. The skill reads Needs_Action, Plans, and Done queues to present an on-demand snapshot of current system status and actionable metrics.