Domains
Forms
- SKILL.md50.0%
- references50.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When building dbt data transformation pipelines, organizing models into layers, implementing data tests, or setting up analytics engineering best practices.
references/details.md for deep patterns on incremental models, tests, docsA structured dbt project: layered SQL models, YAML docs/tests, incremental strategies, and reproducible analytics pipelines with clear lineage.
Use Cases
A data engineer joins a new team and must build a dbt project from scratch. Using this skill, they apply the medallion layering, naming prefixes, and dbt_project.yml template to organize staging, intermediate, and marts models. They avoid tech debt by cleaning in staging and extracting logic to macros. Result: a standardized, version-controlled analytics codebase that new members can understand quickly.
An analytics engineer maintains a 50M-row events table that full-refreshes nightly, causing slow runs. Using this skill's incremental strategy guidance, they convert the marts model to incremental with var-based date filtering and add not-null/unique tests plus column docs. Result: faster builds, enforced data quality, and clear lineage for stakeholders.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File