astronomer

49 mods across 2 repositories, 442 stars between them.

astronomer

01

astronomer/agents

Plugin Claude Code

Plugin marketplace listing 1 plugin: astronomer-data.

429 14d ago A tokens not measured original Apache-2.0

agents

02

astronomer/agents

Plugin Claude Code

Data engineering plugin - warehouse exploration, pipeline authoring, Airflow integration.

429 14d ago A tokens not measured original Apache-2.0

agents AGENTS.md

03

astronomer/agents

Instructions file CodexOpenCode

Instructions for astronomer/agents, covering claude code plugin development, plugin structure, installing the plugin, add the marketplace (from repo root) and install the plugin.

429 14d ago A 787 tokens original Apache-2.0

agents CLAUDE.md

04

astronomer/agents

Instructions file

Instructions for astronomer/agents, a project described as: AI agent tooling for data engineering workflows.

429 14d ago A 3 tokens copy · 100% Apache-2.0

add-tool

06

astronomer/agents

Command Claude Code

Add a new MCP tool to server.py.

429 14d ago A 8 tokens original Apache-2.0

airflow-adapter

08

astronomer/agents

Skill Claude CodeCodex

Airflow adapter pattern for v2/v3 API compatibility. Use when working with adapters, version detection, or adding new API methods that need to work across Airflow 2.x and 3.x.

429 14d ago A 46 tokens original Apache-2.0

airflow-hitl

09

astronomer/agents

Skill Claude CodeCodex

Builds human-in-the-loop (HITL) Airflow workflows - approval gates, form input, and human-driven branching. Use when a DAG needs a human in the loop - an approval or reject step, sign-off before a task runs, a decision or approval UI, branching on a human choice, or collecting form input mid-run; also on mentions of…

429 14d ago A 126 tokens original Apache-2.0

airflow-plugins

10

astronomer/agents

Skill Claude CodeCodex

Builds Airflow 3.1+ plugins that embed FastAPI apps, custom UI pages, React components, middleware, macros, and operator links directly into the Airflow UI. Use when building anything custom inside Airflow 3.1+ that involves Python and a browser-facing interface - creating an Airflow plugin, adding a custom UI page or…

429 14d ago A 147 tokens original Apache-2.0

airflow-state-store

11

astronomer/agents

Skill Claude CodeCodex

Persists task and asset state across retries and DAG runs using Airflow 3.3's AIP-103 key/value stores (taskstatestore, assetstatestore) and the crash-safe ResumableJobMixin. Use when the user asks about task state store, checkpointing in tasks, persisting state across retries, job IDs surviving worker crashes…

429 14d ago A 315 tokens original Apache-2.0

airflow

12

astronomer/agents

Skill Claude CodeCodex

Queries, manages, and troubleshoots Apache Airflow using the af CLI. Use when working with anything related to Airflow - a DAG, a DAG run, a task log, an import or parse error, a broken DAG, or any Airflow operation. Covers listing and triggering DAGs, retrying runs, reading task logs, diagnosing failures, debugging…

429 14d ago A 186 tokens original Apache-2.0

analyzing-data

13

astronomer/agents

Skill Claude CodeCodex

Queries the data warehouse with SQL and answers business questions about data. Use when answering anything that needs warehouse data - counts, metrics, trends, aggregations, joins across tables, data lookups, or ad-hoc SQL analysis (for example "who uses X", "how many Y", "show me Z", "find customers", "what is the…

429 14d ago A 78 tokens original Apache-2.0

astronomer/agents

Skill Claude CodeCodex

Annotate Airflow tasks with data lineage using inlets and outlets. Use when the user wants to add lineage metadata to tasks, specify input/output datasets, or enable lineage tracking for operators without built-in OpenLineage extraction.

429 14d ago A 51 tokens original Apache-2.0

authoring-dags

15

astronomer/agents

Skill Claude CodeCodex

Workflow and best practices for writing Apache Airflow DAGs. Use when creating a new DAG, write pipeline code, handling questions about DAG patterns and conventions or extending an existing DAG with a follow-up/downstream task. ANY request shaped like 'add a DAG named X', 'write a pipeline', 'add a task that runs…

429 14d ago A 93 tokens original Apache-2.0

astronomer/agents

Skill Claude CodeCodex

Writes Airflow task logic in Go using the Airflow Go SDK. Use when the user wants to implement Airflow tasks in Go, asks about BundleProvider/RegisterDags, the bundlev1 Registry/Dag interfaces, registering Go tasks (AddTask/AddTaskWithName), dependency injection by parameter type (context.Context, sdk.TIRunContext…

429 14d ago A 165 tokens original Apache-2.0

astronomer/agents

Skill Claude CodeCodex

Writes Airflow task logic in Java, Kotlin, or any JVM language using the Airflow Java SDK. Use when the user wants to implement Airflow tasks in Java/JVM, asks about @Builder.Dag/@Builder.Task/@Builder.XCom, the Task/BundleBuilder interfaces, reading connections/variables/XComs from Java, the JSON-to-Java type…

429 14d ago A 152 tokens original Apache-2.0

astronomer/agents

Skill Claude CodeCodex

The language-neutral foundation for Airflow language SDKs — implement task logic in a non-Python language while the DAG stays in Python. Use when the user wants to run an Airflow task in another language (Java, Kotlin, Go, or other JVM/native languages), asks how the Python @task.stub pairs with native task code, how…

429 14d ago A 153 tokens original Apache-2.0

blueprint

19

astronomer/agents

Skill Claude CodeCodex

Define reusable Airflow task group templates with Pydantic validation and compose DAGs from YAML. Use when creating blueprint templates, composing DAGs from YAML, validating configurations, or enabling no-code DAG authoring for non-engineers.

429 14d ago A 49 tokens original Apache-2.0

checking-freshness

20

astronomer/agents

Skill Claude CodeCodex

Quick data freshness check. Use when the user asks if data is up to date, when a table was last updated, if data is stale, or needs to verify data currency before using it.

429 14d ago A 44 tokens original Apache-2.0

astronomer/agents

Skill Claude CodeCodex

Configures Airflow to run language SDK tasks (Java, Go, and future native SDKs) — register a coordinator, map a queue to it, ensure the runtime/artifact on workers, and tune coordinator options. Use when the user wants Airflow to route a queue to a native-language coordinator, asks about the [sdk]…

429 14d ago A 155 tokens original Apache-2.0

cosmos-dbt-core

22

astronomer/agents

Skill Claude CodeCodex

Turns a dbt Core project into an Airflow DAG/TaskGroup using Astronomer Cosmos. Use turning a dbt Core project into an Airflow DAG or TaskGroup with Astronomer Cosmos. Before implementing, verify dbt engine, warehouse, Airflow version, execution environment, DAG vs TaskGroup, and manifest availability.

429 14d ago A 73 tokens original Apache-2.0

cosmos-dbt-fusion

23

astronomer/agents

Skill Claude CodeCodex

Run a dbt Fusion project with Astronomer Cosmos. Use when running a dbt Fusion project with Astronomer Cosmos (Cosmos 1.11+, ExecutionMode.LOCAL on Snowflake/Databricks). Before implementing, verify dbt engine is Fusion (not Core), the warehouse is supported, and local execution is acceptable. Does not cover dbt Core.

429 14d ago C 83 tokens original Apache-2.0

astronomer/agents

Skill Claude CodeCodex

Create custom OpenLineage extractors for Airflow operators. Use when the user needs lineage from unsupported or third-party operators, wants column-level lineage, or needs complex extraction logic beyond what inlets/outlets provide.

429 14d ago A 51 tokens original Apache-2.0