Skill

skill-dashboard

Show an interactive dashboard of all tracked skills, plugins, and repo hygiene in this project. Use when the user says "show skill dashboard", "skill status", "show me skill health", "what skills are stale", "check skill freshness", "skill budget overview", "show dashboard", or "run quality checks". Renders an interactive MCP App with pass/fail indicators for spec compliance, description quality, token budgets, freshness, plugin checks, and repo hygiene.

From skill-dashboard
Install
1
Run in your terminal
$
npx claudepluginhub fblissjr/fb-claude-skills --plugin skill-dashboard
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

skill-dashboard

Interactive ext-apps MCP App dashboard for the fb-claude-skills project. Discovers all skills and plugins, runs quality checks, and renders results as an interactive dashboard.

Invocation

/skill-dashboard

Or trigger via natural language: "show skill dashboard", "skill status", "which skills are stale?"

MCP tool

The skill-quality-check tool accepts an optional filter parameter (skill name substring) and returns structured content with:

  • Per-skill checks: spec compliance, description quality, freshness, token budget, body size
  • Per-plugin checks: manifest fields, marketplace listing, README existence
  • Repo hygiene: gitignore rules, ambient hooks, state files, duplicate names, best_practices.md freshness
  • Summary: passed/failed/total counts
  • Meta: generation timestamp, budget thresholds (warn: 4000, critical: 8000)

What it shows

Skills table

ColumnSourceNotes
Skill nameSKILL.md frontmatterauto-discovered
Spec complianceAgent Skills spec validationgreen/red dot
Description qualityWHAT verb + WHEN trigger checkgreen/red dot, detail on hover
Freshnessmetadata.last_verifieddays since verified
Token budget.md file size estimatebar chart, warn >4k, crit >8k
Body sizeSKILL.md line countwarn >500 lines

Plugins table

ColumnSourceNotes
Plugin name.claude-plugin/plugin.jsonauto-discovered
Manifestrequired fields checkgreen/red dot
Marketplacemarketplace.json listinggreen/red dot
READMEfile existence checkgreen/red dot

Repo hygiene

Pass/fail list: gitignore rules, ambient hooks, state files, duplicate names, best_practices.md freshness, version alignment.

Server

TypeScript ext-apps MCP App at apps/skill-dashboard/mcp-app/. Build with bun run build, run with node dist/index.cjs --stdio or as HTTP server on port 3002.

Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitMar 13, 2026