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.
Add this skill
npx mdskills install sickn33/dbt-transformation-patternsWell-scoped dbt skill with clear use cases but lacks actionable implementation detail
1---2name: dbt-transformation-patterns3description: 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.4---56# dbt Transformation Patterns78Production-ready patterns for dbt (data build tool) including model organization, testing strategies, documentation, and incremental processing.910## Use this skill when1112- Building data transformation pipelines with dbt13- Organizing models into staging, intermediate, and marts layers14- Implementing data quality tests and documentation15- Creating incremental models for large datasets16- Setting up dbt project structure and conventions1718## Do not use this skill when1920- The project is not using dbt or a warehouse-backed workflow21- You only need ad-hoc SQL queries22- There is no access to source data or schemas2324## Instructions2526- Define model layers, naming, and ownership.27- Implement tests, documentation, and freshness checks.28- Choose materializations and incremental strategies.29- Optimize runs with selectors and CI workflows.30- If detailed patterns are required, open `resources/implementation-playbook.md`.3132## Resources3334- `resources/implementation-playbook.md` for detailed dbt patterns and examples.35
Full transparency — inspect the skill content before installing.