Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When creating data pipelines, orchestrating workflows, scheduling batch jobs, designing DAG structures, implementing custom operators/sensors, testing DAGs locally, or setting up Airflow in production.
references/details.md for deeper patterns and worked examplesProduction-grade Airflow DAG code with best-practice structure, testable and deployable pipelines, and guidance avoiding common anti-patterns.
Use Cases
A data engineer needs to build a daily ETL pipeline extracting records and loading to warehouse. Using this skill, they scaffold a DAG with PythonOperator, retries, and scheduling macros. It ensures idempotent tasks and proper dependency wiring, reducing pipeline failures and on-call incidents.
A team migrates cron jobs to Airflow but suffers from zombie tasks and hard-coded dates. The skill provides style-guide rules (no global state, use ds macros, set timeouts) and testing patterns. They refactor to observable, reschedule-mode sensors and gain stable batch orchestration.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File