Releases: dagster-io/skills
Releases · dagster-io/skills
Release list
Release 1.13.3
Dagster Skills 1.13.3, aligned with Dagster 1.13.3.
Release 1.13.2
Dagster Skills 1.13.2, aligned with Dagster 1.13.2.
Release 1.13.1
Dagster Skills 1.13.1, aligned with Dagster 1.13.1.
1.13.0
Release 0.0.12
Added
Improved documentation on creating and using components in complex scenarios.
Added detailed documentation on using a suite of new CLI commands for interacting with the Dagster+ API.
Security
Release 0.0.11
Added
Improved skill selection logic and routing.
Added detailed documentation on creating high-quality custom components.
Security
Release 0.0.10
Added
Improved skill selection logic and routing.
Removed
Removed the dagster-integrations skill, and incorporated its functionality into the dagster-expert skill.
Security
Release 0.0.9
Fixed
- all-skills: Fix plugin directory structure so Claude Code can discover skills. Each plugin source now includes
.claude-plugin/plugin.jsonand placesSKILL.mdunderskills/<name>/subdirectory matching the expected convention-based layout.
Security
Release 0.0.8
Added
- dagster-expert: Comprehensive documentation of automation strategies (schedules, sensors, declarative automation)
- dagster-integrations: Comprehensive documention of the
dagster-dbtintegration dagster_skills_evals: Added comprehensive evaluation framework for testing skill performance
Changed
- all-skills: Significant simplifications of skills and references, improved routing logic and information architecture
- dagster-best-practices: Renamed to
dagster-expertand significantly refactored
Removed
- dg: Removed the
/dgskill and incorporated its functionality intodagster-expert - all-skills: Removed redundant, outdated, or incorrect content
Release 0.0.7
Added
- all-skills: Added frontmatter metadata to all SKILL.md files
- Added
name,description, andreferencesfields to each skill - Enables better skill discovery and AI navigation
- Added
- all-skills: Added decision trees to all skills for workflow navigation
/dg: Workflow decision tree (create, scaffold, launch, list, logs, troubleshoot)/dagster-best-practices: Architecture decision tree (assets, automation, resources, testing,
ETL, structure)/dagster-integrations: Integration discovery tree (by use case)/dignified-python: Python pattern tree (type hints, exceptions, paths, CLI)
- all-skills: Added README.md navigation guides to all references/ directories
- Created comprehensive table of contents for each skill's reference documentation
- Added quick reference sections and navigation tips
- Included cross-skill workflow guidance
- root: Added root-level
.claude-plugin/plugin.json(v0.0.7)- Unified plugin configuration for all skills
Changed
- Consolidated 9 skills into 4 simple skills with flat structure (55% reduction)
- Merged 6 separate
/dg:*skills into single/dgskill with natural language invocation - Renamed
/dagster-conventions→/dagster-best-practicesfor clearer purpose - Renamed
/integrations-index→/dagster-integrationsfor better discoverability - Kept
/dignified-pythonas general Python standards skill
- Merged 6 separate
- Flattened directory structure from
plugins/*/skills/*/toskills/*/- Removed nested plugin architecture in favor of simple flat structure
- All skills now directly in
skills/directory at repository root - Easier navigation and simpler mental model
- dg: Changed from 6 namespaced skills to 1 comprehensive skill
- Replaced
/dg:create-project,/dg:create-workspace,/dg:scaffold,/dg:launch,/dg:list,
/dg:prototypewith single/dgskill - Users now invoke with natural language:
/dg create a projectinstead of/dg:create-project - All CLI documentation moved from
commands/toskills/dg/references/ - Added comprehensive decision tree for choosing right workflow
- Replaced
- dg: Enhanced SKILL.md with cross-references to other skills
- Links to
/dagster-best-practicesfor architectural guidance - Links to
/dagster-integrationsfor integration discovery - Links to
/dignified-pythonfor Python code quality
- Links to
- dagster-best-practices: Renamed and enhanced skill (formerly dagster-conventions)
- Clearer name emphasizes architectural guidance over rules
- Updated description to highlight decision-making and pattern selection
- Added comprehensive decision tree for architecture choices
- Added cross-references to other skills
- dagster-integrations: Renamed and enhanced skill (formerly integrations-index)
- More discoverable name aligns with user expectations
- Added integration discovery decision tree by use case
- Added cross-references to other skills for implementation
- dignified-python: Reorganized reference structure
- Created
references/versions/subdirectory for Python version-specific docs - Created
references/advanced/subdirectory for advanced topics - Clarified in description that it's general Python, not Dagster-specific
- Updated navigation to new directory structure
- Created
- docs: Completely rewrote README.md for v0.0.7 structure
- Added "What's New" section highlighting simplification
- Added skills overview table with clear purpose statements
- Added detailed skill documentation with natural language examples
- Added usage examples and workflow patterns
- Added comprehensive migration guide from v0.0.6
- Added philosophy section ("At the end of the day it's all markdown")
- Updated directory structure diagram
- Added version history
- docs: Updated all skill descriptions to emphasize self-selection
- Clear "When to Use This Skill" sections
- Explicit cross-references to alternative skills
- Natural language trigger phrases for auto-invocation
- docs: Rebranded from "Dagster Claude Plugins" to "Dagster Skills" (carried over from
Unreleased)- Updated README.md title and subtitle to reflect multi-tool compatibility
- Changed "Plugins" section to "Skills" throughout documentation
- Updated CONTRIBUTING.md title and all references from "plugins" to "skills"
- Added compatibility statement for Agent Skills-compatible tools
- docs: Added comprehensive multi-tool installation documentation (carried over from Unreleased)
- Added "npx skills" installation method
- Added manual installation instructions for OpenCode, OpenAI Codex, Pi Agent
- Updated paths to reflect new flat structure
Deprecated
- BREAKING: Deprecated individual
/dg:*namespaced skills in favor of single/dgskill/dg:create-project→ Use/dgwith natural language/dg:create-workspace→ Use/dgwith natural language/dg:scaffold→ Use/dgwith natural language/dg:launch→ Use/dgwith natural language/dg:list→ Use/dgwith natural language/dg:prototype→ Use/dgwith natural language
- BREAKING: Deprecated old skill names
/dagster-conventions→ Use/dagster-best-practices/integrations-index→ Use/dagster-integrations
Removed
- all-skills: Removed
plugins/directory and nested plugin architecture- Deleted
plugins/dg/.claude-plugin/plugin.json - Deleted
plugins/dagster-conventions/.claude-plugin/plugin.json - Deleted
plugins/dagster-integrations/.claude-plugin/plugin.json - Deleted
plugins/dignified-python/.claude-plugin/plugin.json - All content migrated to flat
skills/structure
- Deleted
- dg: Removed
commands/directory (merged intoskills/dg/references/)