Help us improve
Share bugs, ideas, or general feedback.
Skill for defining and modifying dynamic parameters in the Lightdash semantic layer.
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-parametersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Skill for defining and modifying dynamic parameters in the Lightdash semantic layer.
Answers business questions on analytics, metrics, KPIs by generating/executing SQL via dbt Semantic Layer, compiled SQL mods, or model analysis against data warehouse.
Provides patterns for building dbt models, adding tests, and designing data models including dimensional modeling, staging/intermediate/marts organization, naming conventions, and testing strategies.
Provides dbt patterns for building staging, intermediate, and marts data models, incremental materializations, schema tests, and transformation pipelines in analytics engineering.
Share bugs, ideas, or general feedback.
Skill for defining and modifying dynamic parameters in the Lightdash semantic layer.
Enables the creation of dynamic, reusable variables that users can modify at runtime in dbt YAML or lightdash.config.yml.
lightdash.config.yml) or the model level (dbt YAML).string, number, date).${lightdash.parameters.name} or ${ld.parameters.name}.references/basics.md and references/advanced.md for syntax patterns.${lightdash.parameters.name}.default value for parameters.description tags to help end-users understand the parameter's effect.read-parameters to verify existing variables before adding new ones.