ANDRS-Projects

Claude Setup Dashboard — Development skill for Claude Code

Development community

Claude Code skill to create and refresh the Claude Capabilities Dashboard.

How to install Claude Setup Dashboard

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ANDRS-Projects/claude-setup-dashboard and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Setup Dashboard does

Claude Code skill to create and refresh the Claude Capabilities Dashboard.

Alternatives in Development

  • Dive — Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting functi 1.8k ★
  • Rb Refresh — Rebuild the repobrain project knowledge base after significant changes 1.3k ★
  • Ag Refresh — Rebuild the antigravity project knowledge base after significant changes 1.2k ★

README

Claude Setup Dashboard

A Claude Code skill that generates a visual dashboard of your Claude setup — agents, skills, hooks, and MCP servers — as a styled HTML file you can open in any browser. Screenshot 2026-04-02 at 14 33 14


What it generates

A single HTML file (`claude-code-capabilities-styled_1.html`) with up to six sections:

  • Agents — all agents available to you, grouped by plugin or custom
  • Skills — all slash commands (/skill-name), grouped and categorised
  • Hooks — automated behaviors that run before/after tool use or on session events
  • MCP Servers — connected tools and integrations (local, claude.ai connectors, plugins)
  • Scripts — local automation scripts, what each one does, what invokes it, and whether it's actually scheduled (checked against the live scheduler, not just a comment in the file) (optional, see below)
  • Knowledge Library — explanatory notes about how Claude Code works (optional, see below)

The dashboard supports dark mode, light mode, and system preference, with a toggle in the header.


Installation

  1. Copy SKILL.md into your Claude skills folder:
mkdir -p ~/.claude/skills/dashboard-refresh
cp SKILL.md ~/.claude/skills/dashboard-refresh/SKILL.md
  1. Restart Claude Code (or start a new session). The skill is picked up automatically.

Usage

In any Claude Code session, run:

/dashboard-refresh

Claude will scan your live setup and write two files to `~/Desktop/Claude Capabilities Dashboard/`:

File Purpose
claude-code-capabilities.md Plain text source — easy to read and version
claude-code-capabilities-styled_1.html Styled visual dashboard — open in a browser

If the folder doesn't exist yet, it's created automatically. **No existing files required** — works on first run.


Scripts (optional)

If you