Dbt

🌐Community
by i9wa4 · vlatest · Repository

Dbt automates your data transformation workflows in Snowflake, streamlining ELT pipelines and boosting data reliability for faster insights.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dbt npx -- -y @trustedskills/dbt
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dbt": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dbt"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The dbt skill allows AI agents to transform data using dbt (data build tool) projects. It can execute dbt commands like run, test, and docs within a configured dbt environment. This enables automated data transformations, quality checks, and documentation generation directly from the agent's workflow.

When to use it

  • Automated Data Pipelines: Schedule and run dbt models as part of an automated data pipeline for daily or hourly refreshes.
  • Data Quality Checks: Automatically execute dbt tests to ensure data quality and identify potential issues.
  • Documentation Generation: Generate updated dbt documentation on demand, ensuring accurate and up-to-date information about your data transformations.
  • Troubleshooting dbt Projects: Run specific dbt commands (like debug) to diagnose and resolve problems within a dbt project.

Key capabilities

  • run: Executes dbt models.
  • test: Runs dbt tests.
  • docs: Generates dbt documentation.
  • Support for configured dbt environments.

Example prompts

  • "Run the 'marketing_analytics' dbt model."
  • "Execute all dbt tests in the 'staging' schema."
  • "Generate the dbt project documentation and save it to a file."

Tips & gotchas

  • Requires a properly configured dbt environment (profiles.yml). The agent needs access to this configuration.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
i9wa4
Installs
17

🌐 Community

Passed automated security scans.