Skip to main content
Back to registry

dbt-transformation-patterns

wshobson/agents

Production-ready patterns for dbt (data build tool) including model organization, testing strategies, documentation, and incremental processing.

Installs2
Install command
npx skills add https://github.com/wshobson/agents --skill dbt-transformation-patterns
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Production-ready patterns for dbt (data build tool) including model organization, testing strategies, documentation, and incremental processing. - Building data transformation pipelines with dbt - Organizing models into staging, intermediate, and marts layers - Implementing data quality tests - Creating incremental models for large datasets - Documenting data models and lineage - Setting up dbt project structure - Use staging layer - Clean data once, use everywhere - Test aggressively - Not null, unique, relationships - Document everything - Column descriptions, model descriptions - Use incremental - For tables > 1M rows - Version control - dbt project in Git - Don't skip staging - Raw → mart is tech debt - Don't hardcode dates - Use {{ var('start_date') }} - Don't repeat logic - Extract to macros - Don't test in prod - Use dev target - Don't ignore freshness - Monitor source data

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does dbt-transformation-patterns do?

Production-ready patterns for dbt (data build tool) including model organization, testing strategies, documentation, and incremental processing.

Is dbt-transformation-patterns good?

dbt-transformation-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does dbt-transformation-patterns work with?

dbt-transformation-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to dbt-transformation-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install dbt-transformation-patterns?

npx skills add https://github.com/wshobson/agents --skill dbt-transformation-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering