Help us improve
Share bugs, ideas, or general feedback.
Skill for configuring dbt models as Lightdash tables/explores using dbt 1.10+ and Fusion standards.
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-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.
Builds 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.
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 model organization in staging, intermediate, and marts layers, including project structure, sources, configs, SQL examples, and testing setups. Useful for data transformation projects.
Share bugs, ideas, or general feedback.
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.