Use when adding unit tests for a dbt model or practicing test-driven development (TDD) in dbt
find ~/dbt-labs/ -name "*.skill"
Use when a user asks a business question that requires querying data (e.g., "What were total sales last quarter?")....
Use when creating or modifying dbt Semantic Layer components including semantic models, metrics, and dimensions...
Use when setting up, configuring, or troubleshooting the dbt MCP server for AI tools like Claude Desktop, Claude...
Use when fetching dbt documentation, looking up dbt features, or answering questions about dbt Cloud, dbt Core, or...
Use when migrating a dbt project from dbt Core to run on the Fusion engine.
Use when a dbt Cloud/platform job fails and you need to diagnose the root cause, especially when error messages are...
Use when doing any dbt work - building or modifying models, debugging errors, exploring unfamiliar data sources,...