Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A curated collection of Agent Skills for working with dbt, to help AI agents understand and execute dbt workflows more effectively.
| Date | Stars |
|---|---|
| 2026-07-31 | 645 |
| 2026-08-03 | 648 |
| 2026-08-06 | 648 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# 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 - **dbt Mesh**: Work with multi-project setups, cross-project refs, model governance (contracts, versions, access) - **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: ```bash # 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. ```bash # 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.) npx skills add dbt-labs/dbt-agent-skills/skills/dbt # Install only the migration skills npx skills add dbt-labs/dbt-agent-skills/skills/dbt-migration # Install a specific skill npx skills add dbt-labs/dbt-agent-skills --skill using-dbt-for-analytics-engineering # Install globally (available in all projects, stored in ~/.<agent>/skills/) npx skills add dbt-labs/dbt-agent-skills --global # Check for updates npx skills check # Update installed skills npx skills update ``` #### Tessl Install skills using [Tessl](https://tessl.io/), a package manager for agent skills: ```bash # Install all skills tessl install dbt-labs/dbt-agent-skills # Install a specific skill tessl install dbt-labs/dbt-agent-skills --skill using-dbt-for-analytics-engineering # Install from GitHub directly tessl install github:dbt-labs/dbt-agent-skills ``` Browse the tile on the [Tessl registry](https://tessl.io/registry/dbt-labs/dbt-agent-skills). ### Compatible Agents These skills work with AI agents that support the [Agent Skills](https://agentskills.io/home) format. ## Available Skills ### dbt (analytics engineering) | Skill | Description | |-------|-------------| | `using-dbt-for-analytics-engineering` | Build and modify dbt models, debug errors, explore data sources, write tests | | `adding-dbt-unit-test` | Add unit tests for dbt models, practice test-driven development | | `building-dbt-semantic-layer` | Create semantic models, metrics, and dimensions with MetricFlow | | `answering-natural-language-questions-with-dbt` | Answer business questions by querying the semantic layer | | `working-with-dbt-mesh` | Implement dbt Mesh governance (contracts, access, groups, versions) and cross-project collaboration | | `troubleshooting-dbt-job-errors` | Diagnose and resolve dbt platform job failures | | `configuring-dbt-mcp-server` | Set up the dbt MCP server for Claude, Cursor, or VS Code
Excerpt of 5,848 characters
Read on GitHubBenoit Perigaud · dbt Labs · Spain
110
46
29
7
6
5
4
3
3
3
2
2
1
1
1
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:828f0400210d60be, desc:ai agents