airflow-dags
v1.2.0Author, debug and configure Apache Airflow 3 DAGs: TaskFlow API, scheduling and assets, XCom, sensors, dynamic task mapping, and multi-layer test suites
By Wagner Ignacio Pinto JuniorLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install airflow-dags for Codex and Claude Code
codex plugin marketplace add wagneripjr/skills
codex plugin marketplace upgrade wagner-skills-marketplace
codex plugin add airflow-dags@wagner-skills-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the wagner-skills-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “airflow-dags” remain stable.
- Codex:
airflow-dags@agent-plugin-marketplace→airflow-dags@wagner-skills-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wagneripjr/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/airflow-dags/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/airflow-dags/SKILL.md
Included Skills1
Use when creating, debugging, or configuring Apache Airflow 3 DAGs — builds data pipelines with TaskFlow API or traditional operators, configures scheduling and asset-driven triggers, wires XCom data passing, sets up sensors and deferrable operators, generates dynamic task mappings, and structures multi-layer test suites. Triggers on DAG authoring, TaskFlow API, operators, sensors, scheduling, assets, dynamic tasks, XCom, or pipeline testing.
Plugin manifests2
{
"name": "airflow-dags",
"description": "Author, debug and configure Apache Airflow 3 DAGs: TaskFlow API, scheduling and assets, XCom, sensors, dynamic task mapping, and multi-layer test suites",
"version": "1.2.0",
"author": {
"name": "Wagner Ignacio Pinto Junior",
"email": "[email protected]"
},
"repository": "https://github.com/wagneripjr/skills",
"homepage": "https://github.com/wagneripjr/skills",
"license": "MIT",
"keywords": [
"airflow",
"data-engineering",
"dags"
],
"skills": [
"./skills/airflow-dags"
]
}{
"name": "airflow-dags",
"description": "Author, debug and configure Apache Airflow 3 DAGs: TaskFlow API, scheduling and assets, XCom, sensors, dynamic task mapping, and multi-layer test suites",
"version": "1.2.0",
"author": {
"name": "Wagner Ignacio Pinto Junior",
"email": "[email protected]"
},
"repository": "https://github.com/wagneripjr/skills",
"homepage": "https://github.com/wagneripjr/skills",
"license": "MIT",
"keywords": [
"airflow",
"data-engineering",
"dags"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[airflow-dags on Agent Plugins Marketplace](https://pluginsmp.com/plugins/airflow-dags)