Skip to content

Releases: dagster-io/skills

Release 0.0.6

Choose a tag to compare

@github-actions github-actions released this 29 Jan 15:44

Added

  • dg: /dg:list command and skill for discovering and inspecting Dagster definitions
    • Complete documentation for dg list CLI command group
    • dg list defs - List all registered definitions (assets, jobs, schedules, sensors, resources)
    • dg list components - Discover available component types for scaffolding
    • dg list envs - Inspect environment variables and Dagster Plus secrets
    • dg list projects - List projects in workspace
    • dg list registry-modules - List dg plugins
    • dg 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
  • dg: /dg:scaffold command and skill for scaffolding Dagster components and code
    • Complete documentation for dg scaffold CLI command group
    • dg scaffold defs <component_type> - Dynamically scaffold component instances
    • dg scaffold defs inline-component - Create custom inline components
    • dg 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

Changed

  • all-plugins: Renamed repository from dagster-claude-plugins / claude-plugins-dagster to
    skills
    • Updated marketplace name from dagster-claude-plugins to skills
    • Updated package name from claude-plugins-dagster to skills
    • Updated all GitHub URLs from dagster-io/claude-plugins-dagster to dagster-io/skills
    • Updated installation commands: /plugin marketplace add dagster-io/skills and
      /plugin install dg@skills
  • 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

Choose a tag to compare

@github-actions github-actions released this 28 Jan 16:40

Fixed

  • dg: Fixed dg launch documentation 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

Security

Release 0.0.4

Choose a tag to compare

@github-actions github-actions released this 28 Jan 00:21

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 DeltaTableResource API
    • 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 PolarsDataFrame import
    • Corrected support level to Community-supported

Security

Release 0.0.3

Choose a tag to compare

@github-actions github-actions released this 28 Jan 00:14

Changed

  • dg: Simplified /dg:launch skill documentation
    • Clarified that .env files 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
  • 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

Choose a tag to compare

@github-actions github-actions released this 26 Jan 19:42

Added

  • dg: /dg:launch command and skill for comprehensive asset launching
    • Complete documentation for dg launch CLI 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 materialize to dg launch
  • dagster-conventions: Expanded CLI Quick Reference with partition and config examples
  • dagster-conventions: Added "Launching Assets" section to assets reference
  • README: Added /dg:launch command to dg plugin documentation with new "Execute" section

Security

Release 0.0.1

Choose a tag to compare

@github-actions github-actions released this 26 Jan 19:08

Security