Astro Local Environment This skill helps you manage your local Airflow environment using the Astro CLI. Two modes: Docker (default, uses containers) and Standalone (Docker-free, uses a local venv — requires Airflow 3 + ). To set up a new project , see the setting-up-astro-project skill. When Airflow is running , use MCP tools from authoring-dags and testing-dags skills. --- Start / Stop / Restart (Docker) Default credentials: admin / admin Restart after modifying: , , Standalone mode? See the next section. --- Standalone Mode Docker-free local development. Runs Airflow directly on your machin…