creating-dbt-models

Automate DBT model creation with project naming conventions and step-by-step guidance.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/AltimateAI/altimate-opencode-plugin --skill creating-dbt-models-altimateai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-dbt-models
Source: https://github.com/AltimateAI/altimate-opencode-plugin/tree/main/skills/dbt/creating-dbt-models
Command: npx skills add https://github.com/AltimateAI/altimate-opencode-plugin --skill creating-dbt-models-altimateai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenges of creating DBT models, ensuring that they are created with project conventions and follow best practices.

Core Features & Use Cases

  • Conventions Discovery: Discovers project conventions automatically before writing models.
  • Workflow Guidance: Provides step-by-step workflow guidance from understanding requirements to verifying output.
  • Output Verification: Ensures the accuracy of models by running dbt build and dbt show.
  • Use Case: Helps developers to create and modify DBT models quickly and accurately, following the project's standards.

Quick Start

Run the create-dbt-models skill and follow the automated steps to create a new DBT model.

Frequently Asked Questions about creating-dbt-models

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

FAQPage Schema
How do I automate dbt model creation while following project naming conventions?

You can automate dbt model creation by running a skill that discovers project naming conventions and provides step-by-step workflow guidance. This ensures new dbt models adhere to established project standards and best practices automatically.

What is the best way to ensure my dbt models follow project best practices?

The best way to ensure dbt models follow best practices is to discover project conventions before writing code and verify outputs using dbt build and dbt show commands. This guarantees accuracy and compliance with your project's specific standards.

Do I need dbt installed to use an automated model creation workflow?

Yes, you need the dbt tool installed and access to your project's models directory to use an automated dbt model creation workflow. These prerequisites allow the tool to discover conventions and verify output by running dbt build.

How does automated dbt model generation verify output accuracy?

Automated dbt model generation verifies output accuracy by executing dbt build and dbt show commands after creating the models. This step ensures the generated dbt models function correctly and meet the project's requirements before finalizing.

Can I modify existing dbt models quickly without breaking naming conventions?

Yes, you can modify existing dbt models quickly without breaking naming conventions by using an automated workflow that discovers project standards first. This ensures any dbt model modifications align with your established best practices.