byastronomer· 48 skills
Persists task and asset state across retries and DAG runs using Airflow 3.3's AIP-103 key/value stores (task_state_store, asset_state_store) and the crash-safe ResumableJobMixin. Use when the user asks about task state store, checkpointing in tasks, persisting state across retries, job IDs surviving worker crashes, watermarks, asset metadata, resumable tasks, crash-safe operators, or "what's new in Airflow 3.3". Also use proactively when reading a DAG that uses Variables or XCom for intra-task coordination state — flag the anti-pattern and recommend task_state_store or asset_state_store instead. Requires Airflow 3.3+.
$npx -y skills add astronomer/agents --skill airflow-state-storeInstalls into the current project.
Run `npx skills use "https://github.com/astronomer/agents" --skill "astronomer/agents/airflow-state-store"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/astronomer/agents" that are relevant to the current task. Run `npx skills add "https://github.com/astronomer/agents"` and select the relevant skills, then follow their instructions.