← ClaudeAtlas

agent-dashboardlisted

Generate a local HTML dashboard for task progress, worktree collaboration, active agents, locks, handoffs, and recommended next actions.
Kucell/cortex-agent · ★ 1 · AI & Automation · score 74
Install: claude install-skill Kucell/cortex-agent
# Agent Dashboard Skill ## Purpose Generate a human-readable local HTML dashboard from `.agent/` coordination state. This is for people to understand progress quickly; machine coordination remains in registry, locks, artifacts, handoffs, and workflows. ## Command ```bash node .agent/skills/agent-dashboard/scripts/generate.js ``` Default output: ```text .agent/metrics/agent-dashboard.html ``` Optional output: ```bash node .agent/skills/agent-dashboard/scripts/generate.js --out .agent/metrics/my-dashboard.html ``` Serve with live updates: ```bash node .agent/skills/agent-dashboard/scripts/serve.js --port 8787 --interval-ms 3000 ``` The server regenerates the HTML periodically and uses browser auto-refresh over SSE. Task cards open a read-only Markdown preview drawer. Related task records, proposals, source refs, artifacts, and gate evidence can be opened without leaving the dashboard. Markdown previews use the vendored `markdown-it` browser build under `vendor/`. It is embedded into generated HTML for offline use, renders CommonMark plus built-in GFM tables and strikethrough, and keeps source HTML disabled. The upstream MIT license is stored in `vendor/LICENSE.markdown-it`. Links and inline-code document paths inside previewed Markdown stay navigable: supported project-relative documents open in the same preview dialog, anchors scroll within the document, and external URLs open in a new tab. Do not duplicate references in a separate preview list. The preview drawer