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.