airflow
✓Manages Apache Airflow operations including listing, running, and debugging DAGs, viewing logs, and checking server status using the VS Code extension tools.
Installation
SKILL.md
Use the Airflow VS Code extension tools for all Airflow interactions. Avoid shell commands for Airflow operations.
| listactivedags | List active (unpaused) DAGs | | listpauseddags | List paused DAGs | | getrunningdags | Show running or queued DAG runs | | pausedag | Pause a DAG | | unpausedag | Unpause a DAG | | triggerdagrun | Trigger a DAG run | | getdagruns | List DAG runs for a DAG | | getdaghistory | Daily run history for a DAG |
| getfailedruns | Failed runs across DAGs | | analysedaglatestrun | Full analysis of latest run (tasks, logs, source) | | getdagrundetail | Full analysis of a specific run | | getdagsourcecode | Retrieve DAG source code | | gotodagview | Open DAG view panel | | gotodaglogview | Open log view panel | | gotoconnectionsview | Open connections panel |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill airflow- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is airflow?
Manages Apache Airflow operations including listing, running, and debugging DAGs, viewing logs, and checking server status using the VS Code extension tools. Source: necatiarslan/airflow-vscode-extension.
How do I install airflow?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill airflow Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/necatiarslan/airflow-vscode-extension
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-12