Dagster CLI (dg) Skill
This skill is a thin wrapper around more complex and detailed reference documents. It helps guide users through workflows that require using the Dagster CLI (dg ).
Workflow Decision Tree
Depending on the user's request, choose the appropriate reference file:
-
Setting up a new project?
-
Single project (default): references/create-project.md
-
Multiple projects in the same repo: references/create-workspace.md
-
Creating new definitions within existing projects? references/scaffold.md
-
Integrating with an external tool? references/scaffold.md
-
Understanding the project structure? references/list.md . Handles:
-
All definitions (assets, jobs, schedules, sensors, components)
-
Available component types
-
Environment variables
-
Projects in the workspace
-
Launching assets or jobs? references/launch.md
-
Viewing logs or output? references/logs.md
-
Debugging failed runs or issues? references/troubleshoot.md
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.