Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bbeierle12 avatar

Dashboard

  • 8 installs
  • 8 repo stars
  • Updated August 4, 2026
  • bbeierle12/skill-mcp-claude

Dashboard is a Claude skill that routes data-dashboard development to sub-skills for charts, real-time updates, and filtering.

About

Dashboard is a Claude skill that routes data-dashboard development work to specialized sub-skills for charts, real-time updates, and filtering. It outlines a dashboard architecture with a data layer, chart components, filter panel, layout, and real-time manager. A developer uses it when building analytics applications with visualizations, live data, and faceted filters.

  • Router for data-dashboard development patterns
  • Sub-skills for charts, real-time streaming, and filtering
  • Covers responsive grid layouts and data-flow architecture

Dashboard by the numbers

  • 8 all-time installs (skills.sh)
  • Ranked #1,733 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

dashboard capabilities & compatibility

Capabilities
dashboard scaffolding · data visualization · real time ui
Use cases
frontend · data analysis
From the docs

What dashboard says it does

Data dashboard development patterns including charts, real-time updates, filtering, and responsive layouts for analytics applications.
SKILL.md
Routes to specialized sub-skills for data dashboard development.
SKILL.md
- Use CSS Grid for dashboard tiles
SKILL.md
npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill dashboard

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs8
repo stars8
Last updatedAugust 4, 2026
Repositorybbeierle12/skill-mcp-claude

What it does

Structure a data dashboard with charts, real-time streaming, and filtering.

Who is it for?

Building analytics dashboards with charts, live data, and filters.

Skip if: Backend-only or non-visualization tasks.

When should I use this skill?

Building a data dashboard with charts, real-time updates, or filtering.

What you get

A structured dashboard with charts, real-time data, and filtering.

  • Dashboard architecture
  • Chart components
  • Filter panel

By the numbers

  • 3 sub-skills (charts, real-time, filtering)

Files

SKILL.mdMarkdownGitHub ↗

Dashboard Router

Routes to specialized sub-skills for data dashboard development.

Sub-Skills

Sub-SkillUse When
chartsData visualization with D3, Recharts, or Chart.js
real-timeWebSocket connections, live data streaming
filteringSearch, faceted filters, query builders

Architecture Overview

Dashboard
├── DataLayer (fetching, caching, transforms)
├── ChartComponents (reusable visualizations)
├── FilterPanel (search, facets, date ranges)
├── Layout (responsive grid, drag-and-drop)
└── RealTimeManager (WebSocket, polling fallback)

Key Patterns

Data Flow

API/WebSocket → DataStore → Transform → Charts
                    ↑
              Filters/Queries

Responsive Layout

  • Use CSS Grid for dashboard tiles
  • Implement breakpoint-based chart simplification
  • Consider virtualization for large data tables

Common Combinations

  • Analytics dashboard: charts + filtering
  • Live monitoring: charts + real-time
  • Full-featured: All sub-skills

Related skills

FAQ

What sub-skills does dashboard route to?

charts, real-time, and filtering.

What charting libraries does it mention?

D3, Recharts, or Chart.js.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.