
dagster-skills
★ 179Claude Code plugin · dagster-io/skills · Apache-2.0
Dagster skills for CLI operations, best practices, integrations, and Python standards
2 skills — installs as one unit
⌁ skills (2)
dagster-expert
🔥🔥🔥🔥✓ VerifiedExpert guidance for working with Dagster and the dg CLI. ALWAYS use before doing any task that requires
Full instructions & audit →dignified-python
🔥🔥🔥🔥✓ VerifiedOpinionated production Python standards with automatic version detection (3.10-3.13). Use when
Full instructions & audit →Dagster Skills
AI assistant skills for building workflows and data pipelines using Dagster.
Compatible with Claude Code, Cursor, OpenCode, OpenAI Codex, Pi, and other Agent Skills-compatible tools.
Installation
Claude Code
Install using the Claude plugin marketplace:
/plugin marketplace add dagster-io/skills
/plugin install dagster-expert@dagster
/dagster-expert "What's an asset?"Using npx skills
Install using the npx skills command-line:
npx skills add dagster-io/skillsManual Installation
See full instructions...
Clone the repository and copy skills to your tool's skills directory:
OpenCode:
git clone https://github.com/dagster-io/skills.git
cp -r skills/skills/* ~/.config/opencode/skill/OpenAI Codex:
git clone https://github.com/dagster-io/skills.git
cp -r skills/skills/* ~/.codex/skills/Pi Agent:
git clone https://github.com/dagster-io/skills.git
cp -r skills/skills/* ~/.pi/agent/skills/One install gets you everything — 2 skills — kept up to date together.
Licensed under Apache-2.0— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →