create-cubes
Installation
SKILL.md
Create Cube
Skill Dependencies
This skill delegates dbt-related knowledge to create-dbt-transformations:
project layout, finding gold models, resolving dbt model names to BigQuery table references,
creating bridge models from JSON arrays, and dbt validation commands.
If create-dbt-transformations is not installed: discover gold models directly via
find dbt/models/gold -name "*.sql" and skip bridge model delegation.
Warn the user: "The create-dbt-transformations skill is not installed — bridge model creation and dbt validation are limited."
If BigQuery exploration is needed (listing tables, inspecting schemas, previewing rows),
load the explore-lakehouse skill on demand.