CortexCodeSkills
dbt Official

dbt Projects on Snowflake

Generate, refactor, and document dbt models using Snowflake-native conventions.

by Snowflake Updated 3 days ago Active
$ cortex-code skill install dbt-projects-on-snowflake

Requires Cortex Code CLI ≥ 1.6

About

A built-in skill that teaches Cortex Code how Snowflake's own data-engineering teams write dbt — naming conventions, materialization defaults, incremental patterns, and the test scaffolding that goes with each. Activates automatically when CoCo detects a dbt_project.yml in your repo.

How to use

No install needed — the skill ships with Cortex Code. To use:

cortex-code 'add an incremental model for daily revenue grouped by region'

CoCo reads your project's existing conventions, generates the model in the right folder, wires up the right config block, adds a basic schema test, and runs dbt compile to catch syntax issues before you commit.

Tags

dbtmodelingtransformation