Back to the catalog

dbt-engineer

Comprehensive dbt analytics-engineering toolkit. 15 skills + 2 subagents covering project scaffolding, model authoring, materializations, in

Open source Open in the app JSON README (API)

About

Comprehensive dbt analytics-engineering toolkit. 15 skills + 2 subagents covering project scaffolding, model authoring, materializations, incremental and snapshot strategies, tests, macros, semantic-layer, exposures, PR review, debugging, refactoring, performance and cost tuning, CI/CD, and migration from legacy SQL. Adapter-aware for Snowflake, BigQuery, Databricks, and Postgres/Redshift.

Details

Kind
Plugins
Topic
Databases
Publisher
sansin
Origin
marketplace
Category
ferramentas
Last push
2026-04-27T05:25:19Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
sansin/claude-plugins/dbt-engineer

README

# Data Engineering Claude Plugins

Data engineering and analytics-engineering plugins for Claude Code, focused on production-grade workflows for dbt, data warehouses, and the modern data stack.

## Available plugins

### dbt-engineer (v0.1.0)

A comprehensive dbt analytics-engineering toolkit. Fifteen specialized skills cover the full dbt lifecycle — from scaffolding a new project to refactoring legacy SQL, writing tests, debugging runs, and tuning cost — with adapter-specific guidance for Snowflake, BigQuery, Databricks, and Postgres/Redshift. Includes two subagents for PR review and run-failure triage.

**What's covered:**

- **Build phase** — `init-project`, `author-model`, `materializations`, `incremental`, `snapshots`
- **Quality and reuse** — `tests`, `macros`, `semantic-layer`, `exposures-docs`
- **Operations** — `review`, `debug`, `refactor`, `performance-cost`
- **Lifecycle** — `ci-cd`, `migrate`
- **Subagents** — `dbt-pr-reviewer`, `dbt-run-triage`

[Read the full plugin documentation](./plugins/dbt-engineer/README.md).

## Installation

### From this marketplace

```bash
# Add the marketplace
/plugin marketplace add sansin/claude-plugins

# Install the plugin
/plugin install dbt-engineer@sansin-plugins
```

### Direct install from a local clone

```bash
git clone https://github.com/sansin/claude-plugins.git
cd claude-plugins
/plugin marketplace add ./
/plugin install dbt-engineer@sansin-plugins
```

### Install the .plugin file directly

If you have the packaged `.plugin` file:

```bash
/plugin install /path/to/dbt-engineer.plugin
```

## Roadmap

This marketplace is intended to grow over time. Planned additions include plugins for warehouse cost optimization, Airflow workflow design, data quality observability, and ML/AI engineering on top of the data layer. Track progress in this repo.

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on submitting issues, proposing improvements to existing plugins, or suggesting new plugins.

## License

MIT — see [LICENSE](./LICENSE).

More