Generates Lumen YAML specification for no-code data dashboards from description, defining sources (CSV, Parquet, SQL, API), transforms, views, filters, layout. Writes file, verifies with lumen serve, provides run instructions.
How this command is triggered — by the user, by Claude, or both
Slash command
/holoviz-visualization:lumen-dashboardsThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Lumen Dashboards Build data dashboards declaratively with Lumen YAML specifications. ## Arguments $ARGUMENTS — describe the dashboard (e.g., "dashboard from this CSV with filters", "multi-source dashboard with SQL and API", "cross-filtered explorer") ## Workflow 1. **Understand the data and requirements:** - Data sources (CSV, Parquet, SQL database, REST API) - Desired views (tables, charts, indicators) - Filtering and cross-filtering needs - Layout structure 2. **Design the YAML specification:** - Define data sources with connection details - Configure transforms ...
Build data dashboards declaratively with Lumen YAML specifications.
$ARGUMENTS — describe the dashboard (e.g., "dashboard from this CSV with filters", "multi-source dashboard with SQL and API", "cross-filtered explorer")
Understand the data and requirements:
Design the YAML specification:
Write the Lumen YAML file:
Verify the dashboard runs:
lumen serve dashboard.yaml --show
Report the YAML specification and how to run it.
npx claudepluginhub uw-ssec/rse-plugins --plugin holoviz-visualization/ux-dashboardGenerates a data-dense dashboard with bento grids, monospace tabular metrics, sparkline patterns, and semantic state colors. Runs a discovery protocol to capture data shape, audience, and stack before producing the layout.
/dashboard-layoutGenerates production-ready HTML/CSS dashboards with sidebar navigation, KPI cards, chart areas, data tables, and filters. Supports analytics, operational, executive, admin, and monitoring layouts with dark mode.
/dashboardGenerates JSON configuration for a monitoring dashboard visualizing project metrics: build health, code velocity, quality, performance, and dependencies.
/create-dashboardCreates APM monitoring dashboards covering golden signals, requests, resources, database/cache metrics, errors, and KPIs. Outputs JSON/YAML configs, queries, visualizations, alerts, and setup instructions for Grafana, Datadog, New Relic.
/datasphere-view-templateGenerates SAP Datasphere view templates for graphical, SQL, or SQLScript types and purposes like dimension, fact, analytic, or staging.