AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Airflow

skill-fmind-dot-airflow · by fmind

Develop and test Apache Airflow DAGs with the Astronomer astro CLI.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-fmind-dot-airflow

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fmind-dot-airflow)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Airflow? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Apache Airflow with Astronomer CLI

Use astro for local Apache Airflow development, DAG authoring, task testing, and debugging. [python-stack](../python-stack/SKILL.md) owns Python package conventions and [docker](../docker/SKILL.md) manages container runtimes.

Local runs need an existing Docker-compatible engine and 20 GiB disk headroom; workstation tools disable anonymous telemetry (ASTRO_TELEMETRY_DISABLED=1). Inspect the project's Airflow version before choosing service flags (--api-server for Airflow 3; --webserver for Airflow 2).

Workflow

  1. Inspect project layout: confirm existing dags/, Dockerfile, requirements.txt, and airflow_settings.yaml.

``bash ls -la dags/ ``

  1. Start local environment: spin up local scheduler, webserver, triggerer, and PostgreSQL database.

``bash astro dev start ``

  1. Validate DAG syntax and integrity: parse DAG files to catch import and configuration errors without waiting for the scheduler.

``bash astro dev parse ``

  1. Test tasks and runs: execute unit tests or run individual tasks directly inside the local environment.

``bash astro dev pytest astro dev run tasks test ``

  1. Inspect service and task logs: follow logs to diagnose scheduling delays or task failures.

``bash astro dev logs --scheduler astro dev logs --api-server ``

  1. Stop or rebuild environment: stop containers when done or rebuild when changing dependencies in requirements.txt.

``bash astro dev stop # After changing requirements.txt or Dockerfile: astro dev restart ``

Gotchas

  • Top-level execution: the scheduler evaluates top-level DAG code every few seconds; avoid database queries, API calls, or heavy computation outside operators.
  • Port clashes: default API server/webserver port 8080 may collide with local services; consult astro dev start --help for the installed version's port options.
  • Stateless task testing: astro dev run tasks test runs a single task without recording state in the Airflow database; upstream task dependencies must be handled or mocked.

Official Skills

  • Upstream: Astronomer Agent Skills at astronomer/agents.

Documentation

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: fmind
  • Source: fmind/dot
  • License: MIT
  • Homepage: https://fmind.dev

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.