# Syn Airflow Xcom

> Operate, configure, troubleshoot, and manage Apache Airflow. Use for Apache Airflow engineering tasks, day-to-day operations, and production support.

- Skill: `legendtkl/syn-airflow-xcom` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-airflow-xcom`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-airflow-xcom/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-airflow-xcom

---


# Apache Airflow: passing data between tasks with XCom

## When to use

Use this skill for passing data between tasks with XCom in Apache Airflow. This skill
specifically handles passing data between tasks with XCom and nothing else in the
Apache Airflow family.

## Procedure

Push/pull values via XCom, use custom XCom backends for large payloads, and avoid passing big data through the metadata DB.

## Notes

This is the Apache Airflow skill dedicated to passing data between tasks with XCom.
Sibling skills cover other Apache Airflow capabilities; this one
is the right choice only when the task is about passing data between tasks with XCom.

