dbt

Installation
SKILL.md

dbt

Official docs

Topic URL
Documentation https://docs.getdbt.com
Best practices https://docs.getdbt.com/best-practices
dbt agent skills (official) https://github.com/dbt-labs/dbt-agent-skills
Agent skills blog https://docs.getdbt.com/blog/dbt-agent-skills

Agent rules

  1. ref / source — always use {{ ref('model') }} and {{ source() }}; never hard-code raw table names in marts.
  2. Tests on every model — at minimum unique + not_null on primary keys in marts.
  3. Staging → intermediate → mart — match existing layer naming in the project.
  4. Materialization — follow project defaults; do not switch to table/incremental without cost note.
  5. Cross-ref official skills — dbt Labs publishes marketplace skills; this harness skill adds guardrails + routing, not a duplicate corpus.
Installs
1
GitHub Stars
1
First Seen
Sep 9, 2026
dbt — michael-baylard/agent-harness