airflow-dag-patterns
Production-ready Apache Airflow patterns for DAG design, TaskFlow API, testing, and data pipeline orchestration.
Install
npx skills add https://github.com/wshobson/agents --skill airflow-dag-patternsStats
| Total installs | 3,500 |
| Weekly installs | 3.5K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers DAG design principles (idempotent, atomic, incremental, observable) with task dependency patterns for linear, fan-out, fan-in, and complex workflows
- Includes TaskFlow API decorators for cleaner code with automatic XCom passing, dynamic DAG generation from configs, and branching with conditional logic
- Provides sensor patterns for S3 files, external task dependencies, and custom sensors; error handling with callbacks and trigger rules; and testing strategies with pytest fixtures
- Best practices section covers idempotency, timeouts, worker slot management, and anti-patterns like hardcoded dates and stateful tasks
Tags
Related skills
| Skill | Installs | vs airflow-dag-patterns |
|---|---|---|
| memory-forensics | 3,661 | +161 |
| spark-optimization | 3,397 | -103 |
| similarity-search-patterns | 3,525 | +25 |
| find-keywords | 4,069 | +569 |
| data-quality-frameworks | 3,603 | +103 |
FAQ
- How many installs does airflow-dag-patterns have?
- airflow-dag-patterns has 3,500 total installs and 3.5K installs this week.
- Where is airflow-dag-patterns hosted?
- airflow-dag-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does airflow-dag-patterns have?
- airflow-dag-patterns has 32.4K GitHub stars.
- When was airflow-dag-patterns first indexed?
- OrangeBot.AI first indexed airflow-dag-patterns on Jan 20, 2026.
- How do I install airflow-dag-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill airflow-dag-patterns