Walks you through the full DAG authoring process from discovery to testing, with a clear six-phase workflow that leans heavily on the `af` CLI for validation. The discovery phase is smart: it has you check what connections, variables, and providers are actually available before you start coding. The validation loop is thorough, using `af dags errors` to catch import issues and `af dags explore` to inspect structure. It explicitly hands off to a separate testing-dags skill for the trigger and debug cycle, which keeps things focused. The workflow diagram and command reference tables make it easy to follow. Best suited for teams standardizing on Airflow patterns and wanting guided, validated DAG creation rather than just typing code blind.
npx skills add https://github.com/astronomer/agents --skill authoring-dags