๐ŸŽฏ

annotating-task-lineage

๐ŸŽฏSkill

from astronomer/agents

VibeIndex|
What it does
|

Annotates Airflow tasks with data lineage by specifying input and output datasets using inlets and outlets for operators without built-in OpenLineage extraction.

๐Ÿ“ฆ

Same repository

astronomer/agents(31 items)

annotating-task-lineage

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add astronomer/agents --skill annotating-task-lineage
skills.sh Installโš  Installs to .agents/skills/
npx skills add astronomer/agents --skill annotating-task-lineage
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/annotating-task-lineage/SKILL.md

SKILL.md

696Installs
-
AddedFeb 4, 2026

More from this repository10

๐ŸŽฏ
analyzing-data๐ŸŽฏSkill

Queries data warehouses to answer business questions by executing SQL, finding tables, and retrieving precise metrics and trends.

๐ŸŽฏ
airflow๐ŸŽฏSkill

Manages Apache Airflow operations via the af CLI (installed via uvx from astro-airflow-mcp), including listing, testing, running, and debugging DAGs, viewing task logs, checking connections and variables, and monitoring system health. Supports multi-instance configuration with auto-discovery of Astro and local deployments.

๐ŸŽฏ
authoring-dags๐ŸŽฏSkill

Guides developers in creating robust Apache Airflow DAGs using best practices and MCP tools.

๐ŸŽฏ
debugging-dags๐ŸŽฏSkill

Systematically diagnoses Airflow DAG failures by performing deep root cause analysis, identifying error sources, and providing structured prevention recommendations.

๐ŸŽฏ
migrating-airflow-2-to-3๐ŸŽฏSkill

Guides users through migrating Apache Airflow 2.x projects to Airflow 3.x, addressing code changes, imports, operators, and compatibility issues.

๐ŸŽฏ
testing-dags๐ŸŽฏSkill

Triggers and monitors Airflow DAG runs, automatically waiting for completion and providing immediate feedback on success or failure.

๐ŸŽฏ
tracing-upstream-lineage๐ŸŽฏSkill

Traces data origins by investigating DAGs, source tables, and external systems to map the complete upstream lineage of a data asset.

๐ŸŽฏ
profiling-tables๐ŸŽฏSkill

Data profiling agent skills for deep-dive table analysis including metadata inspection, column-level statistics, and data quality assessment using SQL queries.

๐ŸŽฏ
tracing-downstream-lineage๐ŸŽฏSkill

Traces downstream data dependencies to reveal potential impacts and risks when modifying tables or data pipelines.

๐ŸŽฏ
managing-astro-local-env๐ŸŽฏSkill

Skill for managing local Airflow environments with Astro CLI, covering start/stop/restart, log viewing, container troubleshooting, and environment issue fixing