dg
12
总安装量
12
周安装量
#26925
全站排名
安装命令
npx skills add https://github.com/dagster-io/skills --skill dg
Agent 安装分布
claude-code
10
codex
6
opencode
3
cursor
3
amp
1
Skill 文档
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
- Single project (default):
- 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.