← ClaudeAtlas

dashboard-refreshlisted

Create or refresh the Claude Capabilities Dashboard. Scans agents, skills, hooks, and MCP servers from the live system and writes both the .md source and the styled HTML file. Works on first run (no existing files) or as an update.
ANDRS-Projects/claude-setup-dashboard · ★ 0 · AI & Automation · score 72
Install: claude install-skill ANDRS-Projects/claude-setup-dashboard
# Dashboard Refresh Create or update the Claude Code Capabilities Dashboard to reflect the current state of your setup. ## When to Use Run `/dashboard-refresh` when: - You want to create the dashboard for the first time (no files needed) - You installed a new plugin, agent, or skill - You added or removed MCP servers or hooks - You added files to `~/.claude/knowledge/` ## Target Files | File | Role | |---|---| | `~/Desktop/Claude Capabilities Dashboard/claude-code-capabilities.md` | Source of truth — written first | | `~/Desktop/Claude Capabilities Dashboard/claude-code-capabilities-styled_1.html` | Styled HTML view | --- ## Step 1 — Detect mode: Create vs Refresh Check whether the target files exist: ``` ~/.../Claude Capabilities Dashboard/claude-code-capabilities.md ~/.../Claude Capabilities Dashboard/claude-code-capabilities-styled_1.html ``` - **Both exist** → Refresh mode: read the current `.md`, diff against live system, update only what changed - **Missing or first run** → Create mode: scan everything from scratch, write both files fresh If the directory doesn't exist, note this — you'll need to create it with the Write tool (which creates parent dirs automatically). --- ## Step 2 — Gather live system state Scan these sources: ### Agents - Custom agents: read all `~/.claude/agents/*.md` — extract `name` and `description` from frontmatter - Plugin agents: read from the system-reminder "Available agent types" list. Group by plugin prefix (`everything-claud