dg-plus-init

Automate Dagster+ Cloud project onboarding and deployment configuration generation.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/cnolanminich/dagster-project-claude-files --skill dg-plus-init
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dg-plus-init
Source: https://github.com/cnolanminich/dagster-project-claude-files/tree/main/.claude/skills/dg-plus-init
Command: npx skills add https://github.com/cnolanminich/dagster-project-claude-files --skill dg-plus-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end on-boarding and setup of Dagster+ Cloud projects, covering serverless and hybrid deployments.

Core Features & Use Cases

  • Guided onboarding: Automates project creation, integration setup, and deployment preparation.
  • Deployment versatility: Supports serverless and hybrid Dagster+ Cloud deployments, including CI/CD workflow generation.
  • Monorepo and single-project: Works with both multi-project monorepos and single Dagster projects.

Quick Start

Use this skill to bootstrap a new Dagster+ Cloud project or prepare an existing one for deployment. Follow the modular steps:

  1. Create or select a project source (new, quickstart, or existing)
  2. Prepare deployment files (pyproject.toml, dagster_cloud.yaml)
  3. Deploy via dagster_deploy.py or run the corresponding serverless/hybrid flows with dagster-cloud CLI.

Frequently Asked Questions about dg-plus-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Dagster+ Cloud onboarding for a new project?▼

Automate Dagster+ Cloud onboarding by using a modular skill stack to generate project configurations, handle tokens, and prepare deployment files like dagster_cloud.yaml and pyproject.toml.

What is the best way to set up CI/CD workflows for Dagster+ serverless deployment?▼

Generate CI/CD workflows for Dagster+ serverless deployment by running dagster_deploy.py with the dagster-cloud CLI, which automates configuration generation and deployment preparation.

Does this onboarding automation support Dagster+ hybrid deployments and monorepos?▼

This onboarding automation supports Dagster+ hybrid deployments and works with both multi-project monorepos and single Dagster projects to prepare cloud configurations.

Do I need the Dagster+ CLI and Python 3.8 to generate cloud deployment configurations?▼

You need Python 3.8+ and the Dagster+ CLI tools to generate and deploy configurations, while the PyYAML dependency is required to parse and create the YAML configuration files.

Can I prepare an existing Dagster project for cloud deployment without starting from scratch?▼

You can prepare an existing Dagster project for cloud deployment by selecting your existing project source, generating the required deployment files, and running the serverless or hybrid flows.