dbt-labs

28 mods across 4 repositories, 1.5k stars between them.

dbt-labs/dbt-agent-skills

Plugin Claude Code

Skills for working with dbt Core and the dbt Fusion engine - analytics engineering, data modeling, semantic layer, and dbt platform (fka dbt Cloud) operations.

695 4d ago A tokens not measured original Apache-2.0

auditing-skills

02

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Use when checking skills for security or quality issues, reviewing audit results from skills.sh or Tessl, or remediating findings across published skills.

695 4d ago B 34 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Instructions file

Instructions for dbt-labs/dbt-agent-skills, covering dbt skills repository, creating and modifying skills, skill requirements, common validation errors and before committing.

695 4d ago A 454 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Generates a Mermaid flowchart diagram of dbt model lineage using MCP tools, manifest.json, or direct code parsing as fallbacks. Use when visualizing dbt model lineage and dependencies as a Mermaid diagram in markdown format.

695 4d ago A 53 tokens original Apache-2.0

dbt-migration

06

dbt-labs/dbt-agent-skills

Plugin Claude Code

Skills for migrating dbt projects — moving from dbt Core to the Fusion engine or across data platforms.

695 4d ago A tokens not measured original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Use when a user needs help triaging dbt-core to Fusion migration errors. Runs dbt-autofix first, then classifies remaining errors into actionable categories (auto-fixable, guided fixes, needs input, blocked).

695 4d ago A 56 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Use when migrating a dbt project from one data platform or data warehouse to another (e.g., Snowflake to Databricks, Databricks to Snowflake) using dbt Fusion's real-time compilation to identify and fix SQL dialect differences.

695 4d ago C 61 tokens original Apache-2.0

upgrading-dbt-core

09

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Use when a user wants to upgrade, update, or migrate a dbt-core project to the latest version — e.g. "upgrade my dbt project," "migrate this off dbt-core 1.5," "get this project running on the latest dbt," "bump the dbt-core version." Upgrades a dbt-core v1 project (on 1.3, 1.4, 1.5, 1.6, or 1.7) all the way to 1.12…

695 4d ago A 213 tokens original Apache-2.0

dbt

10

dbt-labs/dbt-agent-skills

Plugin Claude Code

Skills for analytics engineering with dbt — building models, writing tests, querying the semantic layer, troubleshooting jobs, and more.

695 4d ago A tokens not measured original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Creates unit test YAML definitions that mock upstream model inputs and validate expected outputs. Use when adding unit tests for a dbt model or practicing test-driven development (TDD) in dbt.

695 4d ago A 44 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Writes and executes SQL queries against the data warehouse using dbt's Semantic Layer or ad-hoc SQL to answer business questions. Use when a user asks about analytics, metrics, KPIs, or data (e.g., "What were total sales last quarter?", "Show me top customers by revenue"). NOT for validating, testing, or building dbt…

695 4d ago A 84 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Use when creating or modifying dbt Semantic Layer components — semantic models, metrics, dimensions, entities, measures, or time spines. Covers MetricFlow configuration, metric types (simple, derived, cumulative, ratio, conversion), and validation for both latest and legacy YAML specs.

695 4d ago A 62 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Generates MCP server configuration JSON, resolves authentication setup, and validates server connectivity for dbt. Use when setting up, configuring, or troubleshooting the dbt MCP server for AI tools like Claude Desktop, Claude Code, Cursor, or VS Code.

695 4d ago B 57 tokens original Apache-2.0

fetching-dbt-docs

15

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Retrieves and searches dbt documentation pages in LLM-friendly markdown format. Use when fetching dbt documentation, looking up dbt features, or answering questions about dbt Cloud, dbt Core, or the dbt Semantic Layer.

695 4d ago A 54 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Audits dbt documentation coverage and drafts missing model/column descriptions in the project's own house style, one folder at a time, for human review. Use when documenting undocumented models, backfilling missing YAML descriptions, auditing doc coverage, or keeping schema YAML in sync with model SQL — especially on…

695 4d ago A 77 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Formats and executes dbt CLI commands, selects the correct dbt executable, and structures command parameters. Use when running models, tests, builds, compiles, or show queries via dbt CLI. Use when unsure which dbt executable to use or how to format command parameters.

695 4d ago A 62 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Diagnoses dbt Cloud/platform job failures by analyzing run logs, querying the Admin API, reviewing git history, and investigating data issues. Use when a dbt Cloud/platform job fails and you need to diagnose the root cause, especially when error messages are unclear or when intermittent failures occur. Do not use for…

695 4d ago B 75 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Builds and modifies dbt models, writes SQL transformations using ref() and source(), creates tests, and validates results with dbt show. Use when doing any dbt work - building or modifying models, debugging errors, exploring unfamiliar data sources, writing tests, or evaluating impact of changes.

695 4d ago A 67 tokens original Apache-2.0

using-dbt-state

20

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Use when a user is enabling, configuring, optimizing, or debugging dbt State (the server-backed reuse mechanism that clones or skips nodes instead of rebuilding them). Use when they conflate dbt State with the state:modified selector or --state deferral. Use when asked about models rebuilding unexpectedly, views with…

695 4d ago A 101 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

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…

695 4d ago A 142 tokens original Apache-2.0

release-dbt-mcp

22

dbt-labs/dbt-mcp

Skill Claude CodeCodex

Release a new version of dbt-mcp to PyPi.

601 3d ago A 18 tokens original Apache-2.0

dbt-mcp AGENTS.md

23

dbt-labs/dbt-mcp

Instructions file CodexOpenCode

Instructions for dbt-labs/dbt-mcp: See CLAUDE.md for additional context and instructions.

601 3d ago A 23 tokens original Apache-2.0

dbt-mcp CLAUDE.md

24

dbt-labs/dbt-mcp

Instructions file

Instructions for dbt-labs/dbt-mcp, covering claude.md, project overview, key paths, tool architecture and mcp apps (tools with interactive ui).

601 3d ago A 886 tokens original Apache-2.0