Agent skill
update-dashboard
Update the vault Dashboard.md with current system status, recent activity, and statistics. Use when the dashboard needs refreshing after processing items or on a scheduled basis.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/update-dashboard
SKILL.md
Update Dashboard
Refresh the vault/Dashboard.md with current system state and statistics.
Workflow
-
Count items in each vault folder:
Count files in: vault/Inbox/, vault/Needs_Action/, vault/Done/ -
Read recent logs from vault/Logs/ (today's log file)
-
Read current Dashboard.md to preserve structure
-
Update Dashboard.md with:
Frontmatter
---
last_updated: <current ISO-8601 datetime>
auto_refresh: true
---
Content Structure
# AI Employee Dashboard
## Status
- **System Status**: Active
- **Watcher**: File System Watcher - Active
- **Last Check**: <timestamp>
## Pending Actions
<list items from /Needs_Action, or "No pending actions.">
## Recent Activity
<list recent log entries, most recent first, max 10>
## Quick Stats
| Metric | Value |
|--------|-------|
| Items in Inbox | <count> |
| Items Needs Action | <count> |
| Items Done (Today) | <count from today's logs> |
| Items Done (This Week) | <count from this week's logs> |
Important Rules
- Always update the
last_updatedfrontmatter field - Show a maximum of 10 recent activity entries
- Include any pending approval items in the Pending Actions section
- Keep the formatting clean and consistent
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?