Help us improve
Share bugs, ideas, or general feedback.
Skill for managing temporary Lightdash preview environments to test semantic layer changes in isolation.
npx claudepluginhub yu-iskw/dbt-heroes --plugin lightdash-developmentHow this skill is triggered — by the user, by Claude, or both
Slash command
/lightdash-development:edit-previewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Skill for managing temporary Lightdash preview environments to test semantic layer changes in isolation.
Builds and tests Vizro dashboards from design specs by copying example app, fetching model schemas, and running Playwright tests. For Python-based dashboard implementation.
Develops Streamlit data apps for Keboola deployment: validates schemas with Keboola MCP, builds SQL-first implementations, tests with Playwright. For dashboards, filters, pages, debugging.
Build no-code interactive data dashboards with Lumen YAML. Connect files/databases/APIs, add filters/cross-filtering, charts/indicators for exploration/prototyping.
Share bugs, ideas, or general feedback.
Skill for managing temporary Lightdash preview environments to test semantic layer changes in isolation.
Enables the "Semantic Layer Developer" to create safe, isolated environments for stakeholders to review changes and for automated validation before production deployment.
lightdash preview: Creates a temporary project with the current local state.lightdash stop-preview: Tiers down a specific preview environment.lightdash preview after local compilation is successful.--name flag to provide a descriptive name for the preview (e.g., feature-revenue-calc). This allows for consistent tracking and cleanup.lightdash stop-preview once testing is complete to free up resources and keep the workspace organized.--name flag when creating or stopping a preview.LIGHTDASH_API_KEY and LIGHTDASH_API_URL are correctly set in the environment before running preview commands.