bydbt-labs· 15 skills
Use when changing a dbt model in a way that could break its consumers — renaming, removing, or retyping a column, or changing a model that downstream models, exposures, dashboards, or BI tools depend on — to judge whether the change is breaking and who it affects. Also use when versioning a model (model versions, latest_version, latest_version_pointer, deprecation_date, migration windows), enforcing contracts, setting access or groups, or doing multi-project dbt Mesh work (cross-project refs via dependencies.yml, disambiguating similarly-named models, splitting a monolith). Covers single- and multi-project, and planning or advising as well as implementing.
$npx -y skills add dbt-labs/dbt-agent-skills --skill working-with-dbt-meshInstalls into the current project.
Run `npx skills use "https://github.com/dbt-labs/dbt-agent-skills" --skill "dbt-labs/dbt-agent-skills/working-with-dbt-mesh"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dbt-labs/dbt-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/dbt-labs/dbt-agent-skills"` and select the relevant skills, then follow their instructions.