Skip to main content
Back to registry

authoring-dags

astronomer/agents

This skill guides you through creating and validating Airflow DAGs using best practices and af CLI commands.

Installs427
Install command
npx skills add https://github.com/astronomer/agents --skill authoring-dags
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill guides you through creating and validating Airflow DAGs using best practices and af CLI commands. For testing and debugging DAGs , see the testing-dags skill which covers the full test -> debug -> fix -> retest workflow. Run all af commands using uvx (no installation required): Throughout this document, af is shorthand for uvx --from astro-airflow-mcp af . Before writing code, understand the context. Use file tools to find existing patterns: Use af CLI commands to understand what's available: Example discovery questions: Based on discovery, propose: Get user approval before implementing. Write the DAG following best practices (see below). Key steps: Use af CLI as a feedback loop to validate your DAG. After saving, check for parse errors (Airflow will have already parsed the file): Common causes: missing imports, syntax errors, missing packages.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does authoring-dags do?

This skill guides you through creating and validating Airflow DAGs using best practices and af CLI commands.

Is authoring-dags good?

authoring-dags does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does authoring-dags work with?

authoring-dags currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to authoring-dags?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install authoring-dags?

npx skills add https://github.com/astronomer/agents --skill authoring-dags

Related skills

More from astronomer/agents

Related skills

Alternatives in Software Engineering