Skip to content

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