Apache Airflow Repo Skill
SkillProductivity"Route Apache Airflow repo tasks across Dag authoring, operations,
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Apache Airflow Repo Skill skill
What this skill tells your AI
The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/apache-airflow/SKILL.md and read by ahel’s review.
Use this skill when a task names Apache Airflow, the apache-airflow Python package, the Airflow monorepo, Airflow Dags, Task SDK, airflow/airflowctl, providers, official Docker images, Helm chart, Breeze, or Airflow contribution rules.
This skill is a router. Read the nearest sub-skill for workflow depth and use repo-level references only for shared context.
Start Here
- Read
references/repo-provenance.mdbefore relying on this skill for a checkout; refresh the skill if the commit, dirty state, or public package versions no longer match. - Read
references/troubleshooting.mdfor cross-cutting installation, import, routing, and validation failures. - Use
scripts/check_airflow_skill_environment.pyfor a quick installed-package and helper-script check when a Python environment is available. - Choose exactly one primary sub-skill from the route map, then follow its linked references and bundled scripts.
Route Map
sub-skills/authoring-task-sdk/— write, migrate, validate, or debug Airflow 3 Dag authoring code usingairflow.sdk, Task SDK, TaskFlow, dynamic task mapping, assets, timetables, Params, XCom/context, and standard provider operators/sensors.sub-skills/operations-cli-api/— install or run Airflow, inspect configuration, useairfloworairflowctl, choose Stable REST API vs CLI, operate core components, test/backfill Dags from the command line, and troubleshoot metadata DB/API/server state.sub-skills/providers-extensions/— use provider packages, standard operators/sensors/hooks, custom operators/hooks/sensors, plugins/listeners/timetables/notifiers/extra links, provider metadata, and provider package conventions.sub-skills/deployment-helm-docker/— plan or debug deployments with the official Helm chart and Docker images, including chart values, custom images, Dag delivery, logs, secrets/config, migrations, and autoscaling.sub-skills/contribution-tooling/— change the Airflow repository safely with Breeze,uv,prek, selective checks, docs/news/changelog rules, generated-file constraints, PR conventions, and component-specific tests.
Common Routing Decisions
- If the task is about a user Dag file, start with
authoring-task-sdkeven if the symptom appears throughairflow dags test; return tooperations-cli-apionly for command/config execution details. - If a provider import fails in a Dag, use
providers-extensionsfor package/extras/provider metadata andauthoring-task-sdkfor Dag structure. - If a scheduler or Dag processor cannot parse Dags in Kubernetes, use
deployment-helm-dockerfor image/Dag delivery andoperations-cli-apifor component/database diagnosis. - If the task is to edit Airflow source code, use
contribution-toolingfirst, then route to the domain sub-skill for product behavior. - Java SDK, Go SDK, new language SDK, translation, and provider release-manager workflows have specialized repo-local skills in the source checkout; this generated skill keeps only routing-level notes for those areas.
Install and Import Facts
- Public package names verified for this snapshot:
apache-airflow,apache-airflow-core,apache-airflow-task-sdk,apache-airflow-ctl, andapache-airflow-providers-standard. - Public import roots verified for this snapshot:
airflow,airflow.sdk,airflowctl, andairflow.providers.standard. - Airflow installation should use official constraints for repeatability; do not recommend broad
[all]extras unless the user explicitly needs broad provider coverage. - Dag authors should use the Airflow 3 public interface from
airflow.sdk; avoid internal metadata DB access from task code.
Bundled Helpers
scripts/check_airflow_skill_environment.pychecks installed distribution metadata/imports and confirms bundled helper scripts are present.- Sub-skill helpers provide targeted checks: Dag file parsing, CLI parser inspection, provider metadata sanity checks, Helm values summaries, and first-pass Airflow contribution command recommendations.
Safety Boundaries
- Runtime instructions in this skill are self-contained and do not depend on the original repository checkout.
- Do not copy local environment paths, private prefixes, or machine-specific setup details into user-facing work.
- Do not run Airflow native tests, examples, Docker builds, Helm cluster commands, or release-management scripts unless the active sub-skill classifies them as safe for the current environment.
- In Airflow prose, write Dag in title case; preserve literal code/config/CLI tokens such as
DAG,dag_id,dag,airflow dags list, andget_dagexactly.
Signals
- GitHub stars
- 266
- Forks
- 21
- Last commit
- Sep 2026
ahel review
K1binfo
installs-packages (in sub-skills/deployment-helm-docker/references/docker-image-reference.md)K1binfo
installs-packages (in sub-skills/operations-cli-api/references/operations-workflows.md)K1binfo
installs-packages (in sub-skills/operations-cli-api/references/troubleshooting.md)
Automated review, not a security audit. Ruleset v1+k2.
Advanced
- Catalog kind
- skill
- Gateway key
apache-airflow- Source
- github.com/vectorspacelab/arex-skill