dbt-transformations

Validates dbt Core projects including models, tests, snapshots, seeds, and macros.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Obsidian-Owl/floe-runtime --skill dbt-transformations
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dbt-transformations
Source: https://github.com/Obsidian-Owl/floe-runtime/tree/main/.claude/skills/dbt-skill
Command: npx skills add https://github.com/Obsidian-Owl/floe-runtime --skill dbt-transformations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides research guidance for building and optimizing dbt Core projects, including models, tests, snapshots, seeds, macros, and programmatic invocations. It emphasizes dbt ownership of SQL and integration with orchestration tools.

Core Features & Use Cases

  • Research dbt Core version, adapters, and capabilities
  • Discover common dbt project patterns (models, tests, sources)
  • Validate approaches against official dbt docs
  • Verify integration with Dagster and Iceberg pipelines

Quick Start

Begin with programmatic invocation patterns and typical dbt commands in a safe research scope.

Frequently Asked Questions about dbt-transformations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate dbt models and tests against my runtime environment?▼

Validating dbt models and tests requires verifying your dbt version, adapter compatibility, and runtime configuration. This Skill streamlines that validation by checking your environment setup, confirming adapter support, and validating model and test logic before deployment.

What are common patterns for organizing dbt projects with models, tests, and snapshots?▼

dbt projects benefit from established patterns for models, tests, snapshots, seeds, and macros. This Skill discovers and applies those patterns through research, helping you structure your project consistently and align with dbt best practices.

How do I integrate dbt Core with Dagster and Iceberg pipelines?▼

Integrating dbt Core with orchestration tools like Dagster and storage solutions like Iceberg requires understanding compatibility and configuration. This Skill verifies integration points, confirms adapter support, and validates your pipeline setup.

How do I approach dbt development when I'm unsure about current best practices?▼

dbt development is most reliable when grounded in current official documentation and proven patterns. This Skill provides research-driven guidance by validating your approach against official dbt docs, identifying common patterns, and confirming integration compatibility.

Can I use dbt macros and programmatic invocations in my existing data pipeline?▼

dbt macros and programmatic invocations extend dbt Core capabilities for custom workflows. This Skill covers validation of these advanced features, confirming they work within your orchestration and storage environment.