Creating Dbt Models

Creates dbt models following project conventions. Use when working with dbt models for: (1) Creating new models (any layer - discovers project's naming conventions first) (2) Task mentions "create", "build", "add", "write", "new", or "implement" with model, table, or SQL (3) Modifying existing model logic, columns, joins, or transformations (4) Implementing a model from schema.yml specs or expected output requirements Discovers project conventions before writing. Runs dbt build (not just compile) to verify.

majiayu000 fc9919a 2 files · 4.2 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/creating-dbt-models commit fc9919a6e1

Frequently asked questions

npx skillmds add majiayu000/creating-dbt-models