Dbt transformation patterns
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/sickn33/dbt-transformation-patterns
Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or implementing analytics engineering best practices.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill dbt-transformation-patternsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 207 tokens by cl100k_base, as published. Nobody here has run it
dbt Transformation Patterns
Production-ready patterns for dbt (data build tool) including model organization, testing strategies, documentation, and incremental processing.
Use this skill when
- Building data transformation pipelines with dbt
- Organizing models into staging, intermediate, and marts layers
- Implementing data quality tests and documentation
- Creating incremental models for large datasets
- Setting up dbt project structure and conventions
Do not use this skill when
- The project is not using dbt or a warehouse-backed workflow
- You only need ad-hoc SQL queries
- There is no access to source data or schemas
Instructions
- Define model layers, naming, and ownership.
- Implement tests, documentation, and freshness checks.
- Choose materializations and incremental strategies.
- Optimize runs with selectors and CI workflows.
- If detailed patterns are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed dbt patterns and examples.
What ships with it
22.0 KB alongside SKILL.md
GitHub clipped this repository’s file list, so this is at least 2 files and may be more.
resources/
- implementation-playbook.md12.7 KB
- skill-report.json9.3 KB