Command Claude Code
Analyzes a GitHub issue, validates it's actionable, and proposes an implementation plan.
Command Claude Code
Analyzes a GitHub issue, validates it's actionable, and proposes an implementation plan.
Command Claude Code
Convert the specified NamedTuple class to use @record from dagstershared.record.
Command Claude Code
Validates Python docstrings in all uncommitted changed files using Sphinx parsing.
Command Claude Code
Use gt ls -s to determine the last git ref in the stack. View all changes since that ref with git diff. Also view the commit messages with git log. Use this context, alongside any session context from what you know about the changes to write a PR summary in Markdown, of the format.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running ERK_HOOK_ID=user-prompt-hook erk exec user-prompt-hook. From dagster-io/dagster.
Hook Claude Code
Runs before the agent uses a tool for ExitPlanMode tool calls, running ERK_HOOK_ID=exit-plan-mode-hook erk exec exit-plan-mode-hook. From dagster-io/dagster.
Settings file Claude Code
Agent settings declaring 2 hook events (UserPromptSubmit, PreToolUse) and 63 allowed tools.
Skill Claude CodeCodex
Expert guidance for writing documentation for the Dagster docs website. ALWAYS use before creating or updating documentation in the docs directory.
Instructions file
Instructions for dagster-io/dagster, covering dagster development guide, quick references, environment setup, essential commands and code quality - run after every python edit.
Cursor rule Cursor
When updating tests in this directory, always run them to validate that they succeed. To do so, run.
Plugin Claude Code
Plugin marketplace listing 1 plugin: dagster-expert.
Plugin Claude Code
Dagster skills for CLI operations, best practices, and integrations.
Plugin Claude Code
Comprehensive Dagster development conventions and best practices.
Skill Claude CodeCodex
Expert guidance for working with Dagster and the dg CLI. ALWAYS use before doing any task that requires knowledge specific to Dagster, or that references assets, materialization, components, data tools or data pipelines. Common tasks may include creating a new project, adding new definitions, understanding the current…