Agent Skills
› rmyndharis/antigravity-skills
› dbt-transformation-patterns
dbt-transformation-patterns
GitHub提供dbt数据转换的生产级模式,涵盖模型分层组织、测试策略、文档生成及增量处理。适用于构建数据管道、实施分析工程最佳实践及优化dbt项目结构。
Trigger Scenarios
使用dbt构建数据转换管道
将模型组织为staging、intermediate和marts层
实现数据质量测试和文档
为大数据集创建增量模型
设置dbt项目结构和约定
Install
npx skills add rmyndharis/antigravity-skills --skill dbt-transformation-patterns -g -y
SKILL.md
Frontmatter
{
"name": "dbt-transformation-patterns",
"description": "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."
}
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.
Version History
- e63f7dd Current 2026-07-05 09:31


