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
Utility scripts for managing dbt agent skills.
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.
# 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 helpbrew install gum # macOS
sudo apt install gum # Debian/Ubuntu./dbt_packages (or specified directory) for skillsSKILL.md files in package roots, skills/, and .claude/skills/ directoriesnpx skills addInstall with Tessl CLI
npx tessl i dbt-labs/dbt-agent-skillsevals
scenarios
dbt-docs-arguments
dbt-docs-unit-test-fixtures
dbt-job-failure
dbt-unit-test-format-choice
example-yaml-error
fusion-migration-triage-basic
fusion-migration-triage-blocked
fusion-triage-cat-a-static-analysis
fusion-triage-cat-b-dict-meta-get
fusion-triage-cat-b-unexpected-config
fusion-triage-cat-b-unused-schema
fusion-triage-cat-b-yaml-syntax
fusion-triage-cat-c-hardcoded-fqn
tests
scripts
skills
dbt
skills
adding-dbt-unit-test
references
answering-natural-language-questions-with-dbt
building-dbt-semantic-layer
configuring-dbt-mcp-server
fetching-dbt-docs
scripts
running-dbt-commands
troubleshooting-dbt-job-errors
references
using-dbt-for-analytics-engineering
dbt-migration
skills
migrating-dbt-core-to-fusion
migrating-dbt-project-across-platforms