25 skills
agents379 ★
AI agent tooling for data engineering workflows.
checked 4d ago
Ask questions of your data warehouse
Translates "who signed up last month" or "which customers use feature X" into a warehouse query, runs it, and returns the results in context.
·★375↓0
checked 4d ago
Make Airflow code work across versions 2 and 3
Generates an adapter layer that detects which Airflow version is running and routes API calls to the right method—no if-statements scattered through your codebase.
·★375↓0
checked 4d ago
Debug and run your Airflow pipelines
Queries DAGs, reads task logs, triggers runs, diagnoses failures, and checks connections via the airflow CLI. Surfaces the root cause of stuck tasks and failed DAGs in seconds.
·★375↓0
checked 4d ago
Write an Airflow DAG that actually runs
Guides you through task definition, dependency graphs, and idempotency patterns—shows the common pitfalls that break a DAG in production and how to avoid them.
·★375↓0
checked 4d ago
Map data lineage for custom Airflow operators
Generates an OpenLineage extractor for Airflow operators that don't ship one built-in, including column-level lineage and complex input/output mappings.
·★375↓0
checked 4d ago
Define an Airflow workflow as YAML instead of Python
Converts a description of your data pipeline into a dag-factory YAML config that Airflow parses—no Python coding required. Handles task sequencing, defaults, and dynamic task generation.
·★375↓0
checked 4d ago
Hand off Airflow work to a specialist agent
Delegates Airflow, dbt, and data-pipeline questions to Otto, Astronomer's specialized agent. Handles migrations, upgrades, and debugging without losing context from your main task.
·★375↓0
checked 4d ago
Ship an Airflow DAG to production safely
Takes a DAG or project directory, handles CI/CD setup, and deploys to your production Airflow instance with rollback steps and health checks built in.
·★375↓0
checked 4d ago
Understand what's actually in a database table
Queries a table and generates a report showing nulls, cardinality, data types, sample values, and anomalies — so you know what you're working with before you query.
·★375↓0
checked 4d ago
See what breaks if you change this data
Maps every downstream table, DAG, and report that depends on a given data source, then flags which ones will break or misbehave if you modify it.
·★375↓0
checked 4d ago
Add approval gates to your Airflow pipelines
Pauses a data pipeline and waits for a human approval, form input, or manual decision before proceeding. Works with Airflow 3.1+ and handles branching based on the human choice.
·★375↓0
checked 4d ago
Map data flow through your Airflow pipelines
Adds inlets and outlets to Airflow tasks so you can see which datasets feed which steps. Surfaces hidden dependencies and data quality gaps across your DAGs.
·★375↓0
checked 4d ago
Check how fresh your data really is
Inspects a table, dataset, or dashboard and reports the last update date, refresh cadence, and whether rows have aged beyond usefulness for your current decision.
·★375↓0
checked 4d ago
Set up dbt Fusion in Cosmos on your warehouse
Configures Astronomer Cosmos 1.11+ to run dbt Fusion projects locally against Snowflake or Databricks, with the right ExecutionMode and dependency checks baked in.
·★375↓0
checked 4d ago
Start, stop, and debug your local Airflow
Spins up or tears down a local Airflow instance via Astro CLI, tails logs, and runs queries against the API to diagnose stuck DAGs or config problems.
·★375↓0
checked 4d ago
Bootstrap an Astro data pipeline from scratch
Scaffolds a new Astro/Airflow project with dependencies wired, connections configured, and variables set. Hands you a ready-to-edit folder structure.
·★375↓0
checked 4d ago
Pinpoint why a data pipeline crashed
Analyzes logs, task sequences, and dependency chains to find the exact failure point in a DAG, then suggests the minimal fix and how to catch it next time.
·★375↓0
checked 4d ago
Map where your data comes from
Traces a table or metric back to its sources—showing every pipeline step, upstream dependency, and original feed. Surfaces breaks and missing links.
·★375↓0
checked 4d ago
Extend Airflow with custom UI pages and operators
Scaffolds an Airflow 3.1+ plugin with FastAPI routes, custom UI pages, React components, and operator links. Handles boilerplate so you skip to the logic.
·★375↓0
checked 4d ago
Map your data warehouse in one pass
Scans your warehouse schema and generates a single reference doc with every table, column, type, and relationship. Query it instantly without running schema explorers.
·★375↓0
checked 4d ago
Build data pipelines from YAML configs
Converts a simple YAML file into a validated, reusable Airflow DAG with typed task groups. Non-engineers can compose pipelines by editing config instead of writing Python.
·★375↓0
checked 4d ago
Upgrade Airflow AI code to the official provider
Scans your Airflow project, replaces the old airflow-ai-sdk with apache-airflow-providers-common-ai, and updates all LLM decorators and imports to match the new API.
·★375↓0
checked 4d ago
Migrate your dbt project into Airflow
Converts a dbt Core project into an Airflow DAG or TaskGroup via Astronomer Cosmos, handling the warehouse, execution environment, and manifest setup with minimal manual rewiring.
·★375↓0
checked 4d ago
Upgrade your Airflow 2 pipelines to 3
Scans your Airflow 2 DAGs, flags breaking changes, rewrites deprecated operators and syntax, and generates a step-by-step upgrade plan with test checkpoints.
·★375↓0
checked 4d ago
Run a multi-step pipeline and fix what breaks
Executes a DAG, captures failures, diagnoses the root cause (bad config, missing dependency, logic error), and patches the code so it runs clean.
·★375↓0