Releases: dagster-io/skills
Releases · dagster-io/skills
Release list
Release 0.0.6
Added
- dg:
/dg:listcommand and skill for discovering and inspecting Dagster definitions- Complete documentation for
dg listCLI command group dg list defs- List all registered definitions (assets, jobs, schedules, sensors, resources)dg list components- Discover available component types for scaffoldingdg list envs- Inspect environment variables and Dagster Plus secretsdg list projects- List projects in workspacedg list registry-modules- List dg pluginsdg list component-tree- Show component hierarchy- Asset selection syntax (tags, groups, kinds, patterns)
- Column customization for definitions
- JSON output for automation and scripting
- Natural language skill wrapper for conversational discovery
- Complete documentation for
- dg:
/dg:scaffoldcommand and skill for scaffolding Dagster components and code- Complete documentation for
dg scaffoldCLI command group dg scaffold defs <component_type>- Dynamically scaffold component instancesdg scaffold defs inline-component- Create custom inline componentsdg scaffold component- Create reusable component types- Support for core Dagster components (assets, schedules, sensors)
- Support for integrations (dbt, Fivetran, dlt, Sling)
- Format options (YAML vs Python)
- Parameter strategies (JSON params vs individual flags)
- Interactive disambiguation for partial matches
- Natural language skill wrapper for conversational scaffolding
- Complete documentation for
Changed
- all-plugins: Renamed repository from
dagster-claude-plugins/claude-plugins-dagsterto
skills- Updated marketplace name from
dagster-claude-pluginstoskills - Updated package name from
claude-plugins-dagstertoskills - Updated all GitHub URLs from
dagster-io/claude-plugins-dagstertodagster-io/skills - Updated installation commands:
/plugin marketplace add dagster-io/skillsand
/plugin install dg@skills
- Updated marketplace name from
- all-plugins: Reformatted all markdown documentation files to meet linting standards
- Fixed trailing whitespace and end-of-file formatting
- Applied consistent markdown formatting with Prettier
- Updated Python release scripts to use
Path.open()per dignified-python standards
Security
Release 0.0.5
Fixed
- dg: Fixed
dg launchdocumentation to use comma-separated asset syntax- Updated SKILL.md and launch.md to show correct syntax:
--assets asset1,asset2,asset3 - Previous incorrect examples showed space-separated:
--assets asset1 asset2 asset3 - Verified against actual CLI implementation in dagster repository
- Selection patterns (tags, groups, kinds) preserved correctly
- Updated SKILL.md and launch.md to show correct syntax:
Security
Release 0.0.4
Added
- dagster-integrations: Added comprehensive audit summary document (AUDIT_SUMMARY.md)
- Documents all 82+ integration verifications
- Lists critical fixes applied and remaining work
Changed
- dagster-integrations: Updated storage.md integration examples
- Improved Postgres section with ConfigurableResource pattern and instance storage clarification
- Updated Delta Lake to use correct
DeltaTableResourceAPI - Enhanced Redshift example with
RedshiftClientResource - Improved DataHub example with correct
DatahubRESTEmitterResource - Updated LakeFS to show custom resource pattern with lakefs-client SDK
Removed
- dagster-integrations: Removed fabricated integrations from storage.md
- Removed MongoDB section (dagster-mongo package doesn't exist)
- Removed Atlan section (Dagster+ cloud CLI feature, not a Python library)
- Removed Secoda section (no library integration exists)
Fixed
- dagster-integrations: Fixed critical PostgresResource hallucinations across multiple files
- storage.md: Replaced fabricated dagster-postgres resource API with custom ConfigurableResource pattern
- Fixed 5 support level misclassifications:
- dagster-looker: Community-supported → Dagster-supported
- dagster-sigma: Community-supported → Dagster-supported
- dagster-polars: Dagster-supported → Community-supported
- dagster-wandb: Dagster-supported → Community-supported
- dagster-papertrail: Community-supported → Dagster-supported
- dagster-conventions: Fixed PostgresResource hallucinations in resources.md
- Updated factory pattern example with custom PostgresResource definition
- dagster-conventions: Fixed PostgresResource hallucinations in testing.md
- Updated test examples with custom ConfigurableResource implementations
- dagster-integrations: Fixed other.md Polars integration
- Removed non-existent
PolarsDataFrameimport - Corrected support level to Community-supported
- Removed non-existent
Security
Release 0.0.3
Changed
- dg: Simplified
/dg:launchskill documentation- Clarified that
.envfiles are automatically loaded by Dagster - Updated partition range syntax to use
...instead of:(e.g.,2024-01-01...2024-01-31) - Streamlined environment variable setup instructions
- Removed references to deprecated troubleshooting commands
- Clarified that
- dagster-integrations: Streamlined integrations-index skill documentation
- Removed "Top 10 Most Popular Integrations" section
- Updated last verified date to 2026-01-27
Security
Release 0.0.2
Added
- dg:
/dg:launchcommand and skill for comprehensive asset launching- Complete documentation for
dg launchCLI command - Asset selection patterns (tags, groups, kinds, wildcards)
- Partition support (single partition, partition ranges/backfills)
- Configuration patterns (inline JSON, config files)
- Environment variable setup (uv auto-loading, shell sourcing, per-environment)
- Job execution patterns
- Advanced patterns (IDE integration, CI/CD)
- Cloud/remote execution guidance
- Troubleshooting guide for common launch failures
- Migration guide from legacy
dagster asset materializetodg launch
- Complete documentation for
- dagster-conventions: Expanded CLI Quick Reference with partition and config examples
- dagster-conventions: Added "Launching Assets" section to assets reference
- README: Added
/dg:launchcommand to dg plugin documentation with new "Execute" section