Skill for configuring dbt models as Lightdash tables/explores using dbt 1.10+ and Fusion standards.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lightdash-development:edit-modelsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Skill for configuring dbt models as Lightdash tables/explores using dbt 1.10+ and Fusion standards.
Skill for configuring dbt models as Lightdash tables/explores using dbt 1.10+ and Fusion standards.
Enables the configuration of entity-level metadata, joins, and explores in dbt YAML.
config.meta block.primary_key and joins with correct relationships.references/basics.md and references/advanced.md for syntax patterns.${field} and user attributes.primary_key for every model.read-models to verify existing joins and structure before modification.npx claudepluginhub yu-iskw/dbt-heroes --plugin lightdash-developmentBuilds and modifies dbt models with SQL transformations using ref() and source(), creates tests, validates results with dbt show. For dbt projects: modeling, debugging errors, data exploration, testing, change evaluation.
Generates dbt models with staging, intermediate, and marts layers, incremental configs, schema documentation, and tests for data transformations.
Creates dbt models following project conventions, discovers naming patterns, runs dbt build to verify, and checks output correctness.