dbt-labs

Dbt Migration — Data skill for Claude Code

Data community Intermediate

Migrate SQL projects to dbt.

How to install Dbt Migration

This entry records only its repository, not the path inside it, so there is no exact command to give. Open dbt-labs/dbt-agent-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Dbt Migration does

A curated collection of [Agent Skills](https://agentskills.io/home) for working with dbt. These skills help AI agents understand and execute dbt workflows more effectively.

Alternatives in Data

  • Private GPT — Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more 57.5k ★
  • SQL Queries — Generate SQL queries from natural language across major dialects 7.8k ★
  • Arcgis To Portaljs — Migrate a whole ArcGIS Hub site (opendata.arcgis.com or a Hub Premium custom domain) into a PortalJS Arc porta 2.3k ★

README

dbt Agent Skills

A curated collection of [Agent Skills](https://agentskills.io/home) for working with dbt. These skills help AI agents understand and execute dbt workflows more effectively.

What are Agent Skills?

Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently.

How They Work

These skills are **not** slash commands or user-invoked actions. Once installed, the agent automatically loads the relevant skill when your prompt matches its use case. Just describe what you need in natural language and the agent handles the rest. See [skill invocation control](https://code.claude.com/docs/en/skills#control-who-invokes-a-skill) for more details.

What's Included

  • Analytics engineering: Build and modify dbt models, write tests, explore data sources
  • Semantic layer: Create metrics, dimensions, and semantic models with MetricFlow
  • Platform operations: Troubleshoot job failures, configure the dbt MCP server
  • Migration: Move projects from dbt Core to the Fusion engine

Installation

Claude Code

Add the dbt skills marketplace and install the plugins:

# Add the marketplace
/plugin marketplace add dbt-labs/dbt-agent-skills

# Install the dbt skills (analytics engineering, semantic layer, testing, etc.)
/plugin install dbt@dbt-agent-marketplace

# Install the migration skills (typically a one-off — not needed for every session)
/plugin install dbt-migration@dbt-agent-marketplace

Other AI Clients

Vercel Skills CLI

Use the [Vercel Skills CLI](https://github.com/vercel-labs/skills) to install skills from this repository. Supports 30+ AI agents including Cursor, Cline, GitHub Copilot, and others.

# Preview available skills
npx skills add dbt-labs/dbt-agent-skills --list

# Install all skills
npx skills add dbt-labs/dbt-agent-skills

# Install only the dbt skills (analytics engineering, semantic layer, etc.)

...