CtrlK
BlogDocsLog inGet started
Tessl Logo

dbt-labs/dbt-agent-skills

A curated collection of Agent Skills for working with dbt, to help AI agents understand and execute dbt workflows more effectively.

91

Does it follow best practices?

Validation for skill structure

This version of the tile failed moderation
Moderation failed
Overview
Skills
Evals
Files

README.mdscripts/

Scripts

Utility scripts for managing dbt agent skills.

dbt-skills-install (Experimental)

Install agent skills from dbt_packages to Claude Code. This script is for skills bundled with dbt packages (e.g., skills shipped by package authors alongside their dbt packages), not for skills from this repository.

It scans your dbt project's packages for SKILL.md files and installs them using the Vercel Skills CLI.

Usage

# Run from your dbt project directory
./dbt-skills-install                    # Interactive install from ./dbt_packages
./dbt-skills-install --all              # Install all skills (no prompts)
./dbt-skills-install --list             # List available skills without installing
./dbt-skills-install --global           # Install globally (~/.claude/skills/)
./dbt-skills-install --dir ./packages   # Use custom directory
./dbt-skills-install --help             # Show help

Requirements

  • bash
  • node/npx (for the Vercel Skills CLI)

Optional

  • gum for prettier prompts
brew install gum          # macOS
sudo apt install gum      # Debian/Ubuntu

How it works

  1. Scans ./dbt_packages (or specified directory) for skills
  2. Looks for SKILL.md files in package roots, skills/, and .claude/skills/ directories
  3. Presents an interactive menu to select which skills to install
  4. Installs selected skills using npx skills add

Install with Tessl CLI

npx tessl i dbt-labs/dbt-agent-skills@1.1.0

CHANGELOG.md

CLAUDE.md

CONTRIBUTING.md

README.md

tile.json