What problem does it solve? Working with Dagster requires deep knowledge of its asset model, components, automation approaches, and the dg CLI, and guessing at APIs or commands leads to broken pipelines and wasted debugging time. ## Core Features & Use Cases - Dagster Project Workflows: Create projects with create-dagster, scaffold definitions, validate with dg check, and launch runs locally or on Dagster Plus. - Asset & Automation Guidance: Define assets, dependencies, partitions, schedules, sensors, and declarative automation conditions using current best practices. - Integration & Component Design: Integrate 40+ tools (dbt, Fivetran, Snowflake, AWS, etc.) via existing components, subclassing, or custom state-backed components. - Use Case: Ask how to add a dbt project to your Dagster pipeline, and the Skill reads the dagster-dbt integration reference, scaffolds the component with dg, and configures it correctly. ## Quick Start Ask the assistant to help you create a new Dagster asset, schedule, or integration using the dg CLI.