dataproduct builder skills

8 tagged dataproduct builder, measured the same way as everything else here.

datacontract-test

01

entropy-data/dataproduct-builder-dbt

Skill Claude CodeCodex

Run the Data Contract CLI (datacontract test) against ODCS contracts in the project to verify the live data still conforms — schema, quality rules, and freshness. Handles two kinds of contracts with different semantics: output-port contracts under models/outputports//.odcs.yaml (tested against this project's warehouse…

12 3mo ago A 151 tokens original MIT

entropy-data/dataproduct-builder-dbt

Skill Claude CodeCodex

Bootstrap a brand-new dbt data product from scratch — create dbtproject.yml, the Entropy Data model layout (inputports, staging, intermediate, outputports/v1), README with uv install instructions, .gitignore, and a profiles.yml.example for the chosen warehouse. After scaffolding, hands off to the entropy-data-sync…

12 3mo ago A 121 tokens original MIT

entropy-data/dataproduct-builder-dbt

Skill Claude CodeCodex

Given an Entropy Data data product URL or id, fetch its data contracts (output port ODCS files written next to the SQL under models/outputports/v /, input port ODCS files cached next to their dbt source under models/inputports/), translate the schema into dbt models, and ensure the project has the publishing layer…

12 3mo ago A 123 tokens original MIT