update-dashboard

Aggregates Inbox, Needs_Action, Done, and Logs metrics into Dashboard.md.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/misha-jatt/Personal-AI-Employee-Hackathon-0 --skill update-dashboard-misha-jatt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-dashboard
Source: https://github.com/misha-jatt/Personal-AI-Employee-Hackathon-0/tree/main/.agents/skills/update-dashboard
Command: npx skills add https://github.com/misha-jatt/Personal-AI-Employee-Hackathon-0 --skill update-dashboard-misha-jatt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps Dashboard.md up-to-date by recomputing folder metrics, system status, and audit-log activity from the vault.

Core Features & Use Cases

  • Read folder contents from /Inbox, /Needs_Action, and /Done, counting relevant Markdown files.
  • Read today's activity from /Logs to surface recent actions and status changes.
  • Write a single, up-to-date Dashboard.md reflecting queue health, system status, and recent events.

Quick Start

Run the update-dashboard skill to refresh Dashboard.md with the latest vault metrics.

Frequently Asked Questions about update-dashboard

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

FAQPage Schema
How do I automate refreshing a dashboard with live vault metrics?

Automating dashboard refresh is done by scanning Inbox, Needs_Action, and Done folders to count Markdown files and reading today's Logs JSON to compute queue health and oldest items. The skill writes these aggregated metrics to Dashboard.md in a single-writer-safe manner.

What is the best way to monitor vault folder aging and log activity?

Monitoring vault folder aging and log activity is best handled by deterministic read-only scanning of folder contents to compute counts and oldest items, paired with reading today's Logs JSON to surface recent actions and status changes directly into Dashboard.md.

Does dashboard automation work with Markdown files and JSON logs?

Yes, dashboard automation works with Markdown files and JSON logs by reading folder contents from Inbox, Needs_Action, and Done for relevant Markdown files, and reading today's activity from the Logs directory to surface recent actions and status changes.

How do I compute queue health and system status from filesystem watchers?

Computing queue health and system status from filesystem watchers involves scanning Inbox, Needs_Action, and Done folders to count Markdown files, calculating the oldest item, and reading today's Logs JSON to write an up-to-date Dashboard.md reflecting current vault state.

Why does my Dashboard.md not reflect recent log activity and folder counts?

Dashboard.md may not reflect recent log activity and folder counts if the automated refresh process has not been run, or if single-writer-safe mechanisms are preventing concurrent updates from aggregating metrics from Inbox, Needs_Action, Done, and Logs correctly.