🎯

dagster-integrations

🎯Skill

from dagster-io/dagster-claude-plugins

VibeIndex|
What it does

Guides users through discovering and understanding Dagster integration libraries for connecting with various tools and technologies.

πŸ“¦

Part of

dagster-io/dagster-claude-plugins(10 items)

dagster-integrations

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add dagster-io/skills
Quick InstallInstall with npx
npx skills add dagster-io/skills
git cloneClone repository
git clone https://github.com/dagster-io/skills.git
npxRun with npx
npx skills
πŸ“– Extracted from docs: dagster-io/dagster-claude-plugins
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Dagster Integrations Skill

This skill is a thin wrapper around more complex and detailed reference documents. It helps guide users through workflows that require using or understanding Dagster integration libraries.

Workflow Decision Tree

Depending on the user's request, choose the appropriate reference file:

  • Using a specific integration library?

- Try to find a references/dagster-/ folder in this directory. This will be named directly after the integration library name (e.g. dagster-dbt, dagster-fivetran, dagster-airbyte, etc.). This folder will contain a README.md file that will contain references to more detailed reference files relevant to the specific request.

- If no such folder exists, use the more general reference files outlined in the Reference Files Index section.

- Examples:

- "How do asset checks work with dagster-dbt?"

- "Load my Fivetran connector into Dagster"

- "Can I use Tableau with Dagster?"

- NOTE: If the user is attempting to use a specific integration library for the first time (often the case when adding a new component to a project), ensure the integration library is installed in the project before scaffolding the component.

- uv-compatible projects (most common): uv add dagster-

  • General integration requests?

- Use the more general reference files outlined in the Reference Files Index section.

- Examples:

- "How do I load data from a CSV file into Dagster?"

- "What data quality tools does Dagster support?"

These reference files contain detailed instructions specific to the given workflow. If it is unclear which reference file to use, ask the user to clarify their request.

Note that some requests may require multiple reference files in order to complete.

Reference Files Index

  • [ai.md](./references/ai.md)

- Contains information related to all integrations that are related to AI and ML.

  • [etl.md](./references/etl.md)

- Contains information related to all integrations that are related to ETL and ELT.

  • [storage.md](./references/storage.md)

- Contains information related to all integrations that are related to data storage.

  • [compute.md](./references/compute.md)

- Contains information related to all integrations that are related to compute.

  • [bi.md](./references/bi.md)

- Contains information related to all integrations that are related to BI and visualization.

  • [monitoring.md](./references/monitoring.md)

- Contains information related to all integrations that are related to monitoring and observability.

  • [alerting.md](./references/alerting.md)

- Contains information related to all integrations that are related to alerting and notifications.

  • [testing.md](./references/testing.md)

- Contains information related to all integrations that are related to testing and data quality.

  • [dagster-dbt/README.md](./references/dagster-dbt/README.md)

- Contains information related to the dagster-dbt integration library.

More from this repository9

πŸͺ
dagster-io-dagster-claude-pluginsπŸͺMarketplace

A collection of Claude Code plugins for working with Dagster.

🎯
dignified-python🎯Skill

Enforces modern Python coding standards by automatically detecting Python version and guiding developers towards clean, type-safe, and maintainable code across versions 3.10-3.13.

🎯
dagster-conventions🎯Skill

Provides AI-guided recommendations and validation for standardizing Dagster project structure, naming conventions, and code organization best practices.

🎯
integrations-index🎯Skill

Indexes and catalogs available Dagster integrations, providing a comprehensive reference for connecting different data tools and services within data pipelines.

🎯
dagster-best-practices🎯Skill

Provides expert guidance and recommendations for designing robust, scalable, and maintainable Dagster data pipelines and workflows.

🎯
dg🎯Skill

Enables natural language interaction with the Dagster CLI, allowing users to create projects, scaffold components, launch assets, view logs, and troubleshoot Dagster workflows through conversationa...

🎯
dg:create-workspace🎯Skill

Creates a new Dagster workspace with standard project structure and initial configuration files for developing data pipelines.

🎯
dg:prototype🎯Skill

Rapidly prototype and generate Dagster workflow components by automatically scaffolding assets, resources, and pipeline structures based on natural language descriptions.

🎯
dg:create-project🎯Skill

Skill