The Problem: Dashboards That Drift
AI coding agents can build stunning dashboards in minutes. But without access to your semantic layer, they guess at metric definitions, aggregation grain, and join logic. The result looks right, runs fine, and is quietly wrong. As your dbt models evolve — new product lines, updated attribution models, renamed columns — agent-built dashboards don’t update themselves. They were correct at the time of creation and begin drifting immediately.The Solution: dbt-skillz + Workshop
dbt-skillz is an open-source compiler (Apache 2.0) that converts your dbt project into a structured skill — a context document any coding agent can consume. Workshop is the runtime that ties it all together.Getting Started
Compile your dbt project
Point the compiler at your dbt project:This generates structured skill files:
SKILL.md— entry point the agent reads firstref/sources.md— source definitionsref/staging.md— staging modelsref/marts.md— mart models with metric definitionsref/lineage.md— full DAG
Import the skill into Workshop
Push the compiled skill to a GitHub repository (private or public). In Workshop, import the skill from the repo. The agent now has full semantic context for your data.See Skills for detailed import instructions.
The Trusted Dashboards Lifecycle
Grounded creation
The agent builds with full semantic context from your dbt project — correct metric definitions, proper grain, accurate join logic — from the first line of code.
Automated review on deploy
When a new dashboard is pushed to GitHub, a review agent audits it against the data skill — verifying metric definitions, aggregation grain, join logic, and column references before it ships.
Downstream impact analysis
When a dbt model changes, the system identifies every dashboard that depends on the affected models. You see the blast radius before the change merges.
CI/CD Integration
Use dbt-skillz in your CI pipeline to review changes to your dbt project automatically:Not Just dbt
The skill compiler pattern generalizes beyond dbt. Any system that defines “what this data means” — Looker semantic models, Cube.js schemas, well-documented SQL views — can be compiled into an agent skill. dbt is where we started because it’s the most structured semantic layer in the ecosystem. Workshop also supports SQLMesh and Dagster natively.Beyond Dashboards
With the compiled skill as context, product managers can describe events they want to track, have the agent instrument them in the codebase, update dbt models, and submit pull requests to the analytics team. The skill bridges domain expertise and implementation.Resources
dbt-skillz on GitHub
Open-source compiler. Apache 2.0. Install with pip.
dbtskillz.com
Project site with examples and documentation.
Build Trusted Dashboards
Step-by-step guide to building dashboards in Workshop.
Skills Documentation
How to import and manage skills in Workshop.
Read the Blog Post
The Dashboard Trust Problem — the full story behind trusted dashboards.
Dashboard Solution
Explore dashboard capabilities on the Workshop marketing site.
Want the full lifecycle?
We work directly with teams to implement the full trusted dashboards lifecycle — from dbt skill compilation through automated review and maintenance. White-glove setup, training, and ongoing support.