From bbeierle12-skill-mcp-claude
Routes to specialized sub-skills for data dashboard development.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin bbeierle12-skill-mcp-claudeThis skill uses the workspace's default tool permissions.
Routes to specialized sub-skills for data dashboard development.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Routes to specialized sub-skills for data dashboard development.
| Sub-Skill | Use When |
|---|---|
| charts | Data visualization with D3, Recharts, or Chart.js |
| real-time | WebSocket connections, live data streaming |
| filtering | Search, faceted filters, query builders |
Dashboard
├── DataLayer (fetching, caching, transforms)
├── ChartComponents (reusable visualizations)
├── FilterPanel (search, facets, date ranges)
├── Layout (responsive grid, drag-and-drop)
└── RealTimeManager (WebSocket, polling fallback)
API/WebSocket → DataStore → Transform → Charts
↑
Filters/Queries
charts + filteringcharts + real-time