Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Kilo-Org/kilo-marketplace --skill dagster-expertgit clone --depth 1 https://github.com/Kilo-Org/kilo-marketplaceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/kilo-org/kilo-marketplace/dagster-expert)<a href="https://agentmods.dev/skills/kilo-org/kilo-marketplace/dagster-expert"><img src="https://agentmods.dev/badge/skills/kilo-org/kilo-marketplace/dagster-expert/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/kilo-org/kilo-marketplace/dagster-expert"><img src="https://agentmods.dev/badge/skills/kilo-org/kilo-marketplace/dagster-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.01503 |
| Opus 5 | $0.00020 | $0.00751 |
| Sonnet 5 | $0.00008 | $0.00301 |
| Haiku 4.5 | $0.00004 | $0.00150 |
Grade A, and why
dagster-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
89% identical to dagster-expert — 87 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Core Dagster Concepts
Brief definitions only (see reference files for detailed examples):
- Asset: Persistent object (table, file, model) produced by your pipeline
- Component: Reusable building block that generates definitions (assets, schedules, sensors, jobs, etc.) relevant to a particular domain.
Integration Workflow
When integrating with ANY external tool or service, read the Integration libraries index. This contains information about which integration libraries exist, and references on how to create new custom integrations for tools that do not have a published library.
dg CLI
The dg CLI is the recommended way to programmatically interact with Dagster (adding definitions, launching runs, exploring project structure, etc.). It is installed as part of the dagster-dg-cli package. If a relevant CLI command for a given task exists, always attempt to use it.
ONLY explore the existing project structure if it is strictly necessary to accomplish the user's goal. In many cases, existing CLI tools will have sufficient understanding of the project structure, meaning listing and reading existing files is wasteful and unnecessary.
Almost all dg commands that return information have a --json flag that can be used to get the information in a machine-readable format. This should be preferred over the default table output unless you are directly showing the information to the user.
UV Compatibility
Projects typically use uv for dependency management, and it is recommended to use it for dg commands if possible:
uv run dg list defs
uv run dg launch --assets my_asset
CRITICAL: Always Read Reference Files Before Answering
NEVER answer from memory or guess at CLI commands, APIs, or syntax. ALWAYS read the relevant reference file(s) from the Reference Index below before responding.
For every question, identify which reference file(s) are relevant using the index descriptions, read them, then answer based on what you read.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- LICENSE 11 KB
- local.patch 2.0 KB
- references/asset-selection.md 5.7 KB
- references/assets/advanced-patterns.md 3.9 KB
- references/assets/definition-metadata.md 2.1 KB
- references/assets/dependencies.md 2.0 KB
- references/assets/INDEX.md 2.8 KB
- references/automation/choosing-automation.md 2.0 KB
- references/automation/declarative-automation/advanced.md 7.4 KB
- references/automation/declarative-automation/core-concepts.md 6.8 KB
- references/automation/declarative-automation/customization.md 4.5 KB
- references/automation/declarative-automation/INDEX.md 2.6 KB
- references/automation/declarative-automation/operands.md 5.8 KB
- references/automation/declarative-automation/operators.md 4.6 KB
- references/automation/schedules.md 3.8 KB
- references/automation/sensors/asset-sensors.md 3.6 KB
- references/automation/sensors/basic-sensors.md 3.5 KB
- references/automation/sensors/run-status-sensors.md 3.5 KB
- references/cli/api/agent/get.md 133 B
- references/cli/api/agent/INDEX.md 417 B
- references/cli/api/agent/list.md 111 B
- references/cli/api/alert-policy/INDEX.md 479 B
- references/cli/api/alert-policy/list.md 172 B
- references/cli/api/alert-policy/sync.md 348 B
- references/cli/api/artifact/download.md 310 B
- references/cli/api/artifact/INDEX.md 466 B
- references/cli/api/artifact/upload.md 275 B
- references/cli/api/asset-check.md 728 B
- references/cli/api/asset/get-evaluations.md 392 B
- references/cli/api/asset/get-events.md 409 B
- references/cli/api/asset/get-health.md 293 B
- references/cli/api/asset/get-partition-status.md 289 B
- references/cli/api/asset/get.md 336 B
- references/cli/api/asset/INDEX.md 1.1 KB
- references/cli/api/asset/list.md 243 B
- references/cli/api/code-location/add.md 413 B
- references/cli/api/code-location/delete.md 193 B
- references/cli/api/code-location/get.md 183 B
- references/cli/api/code-location/INDEX.md 675 B
- references/cli/api/code-location/list.md 173 B
- references/cli/api/deployment/delete.md 163 B
- references/cli/api/deployment/get.md 131 B
- references/cli/api/deployment/INDEX.md 765 B
- references/cli/api/deployment/list.md 126 B
- references/cli/api/deployment/settings-get.md 188 B
- references/cli/api/deployment/settings-set.md 277 B
- references/cli/api/general.md 806 B
- references/cli/api/INDEX.md 2.4 KB
- references/cli/api/issue/INDEX.md 3.2 KB
- references/cli/api/job.md 568 B
- references/cli/api/organization/INDEX.md 764 B
- references/cli/api/organization/saml-remove.md 209 B
- references/cli/api/organization/saml-upload.md 259 B
- references/cli/api/organization/settings-get.md 196 B
- references/cli/api/organization/settings-set.md 287 B
- references/cli/api/run/get-events.md 609 B
- references/cli/api/run/get-logs.md 430 B
- references/cli/api/run/get.md 112 B
- references/cli/api/run/INDEX.md 791 B
- references/cli/api/run/launch.md 1.5 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 86 lines · 41 tokens per session scan A 374ea8866e6d
dagster-expert is a skill published in the GitHub repository Kilo-Org/kilo-marketplace (175 stars, last pushed 22d ago), licensed Apache-2.0. It adds 41 tokens to every session and 1,503 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to dagster-expert, differing in 87 lines, and is treated as a copy.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…