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.
npx claudepluginhub uw-ssec/rse-plugins --plugin holoviz-visualization# 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.