dagster-integrations
Original:🇺🇸 English
Not Translated
Skill that helps users discover and understand Dagster integration libraries. Used when users have requests related to integrating with other tools / technologies, or when have users have questions related to specific integration libraries (dagster-*).
1installs
Added on
NPX Install
npx skill4agent add dagster-io/dagster-claude-plugins dagster-integrationsSKILL.md Content
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 folder in this directory. This will be named directly after the integration library name (e.g.
references/dagster-<technology>/,dagster-dbt,dagster-fivetran, etc.). This folder will contain adagster-airbytefile that will contain references to more detailed reference files relevant to the specific request.README.md - If no such folder exists, use the more general reference files outlined in the section.
Reference Files Index - 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.
- -compatible projects (most common):
uvuv add dagster-<technology>
- Try to find a
- General integration requests?
- Use the more general reference files outlined in the section.
Reference Files Index - Examples:
- "How do I load data from a CSV file into Dagster?"
- "What data quality tools does Dagster support?"
- Use the more general reference files outlined in the
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
- Contains information related to all integrations that are related to AI and ML.
- etl.md
- Contains information related to all integrations that are related to ETL and ELT.
- storage.md
- Contains information related to all integrations that are related to data storage.
- compute.md
- Contains information related to all integrations that are related to compute.
- bi.md
- Contains information related to all integrations that are related to BI and visualization.
- monitoring.md
- Contains information related to all integrations that are related to monitoring and observability.
- alerting.md
- Contains information related to all integrations that are related to alerting and notifications.
- testing.md
- Contains information related to all integrations that are related to testing and data quality.
- dagster-dbt/README.md
- Contains information related to the dagster-dbt integration library.