Skip to main content
Back to the directory
wshobson/agentsSoftware EngineeringFrontend and Design

airflow-dag-patterns

Production-ready patterns for Apache Airflow DAGs, operators, sensors, testing, and deployment.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
5

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wshobson/agents --skill airflow-dag-patterns
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, airflow-dag-patterns has 5 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wshobson/agents. Canonical URL: https://skills.sh/wshobson/agents/airflow-dag-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Production-ready patterns for Apache Airflow DAGs, operators, sensors, testing, and deployment. Production-ready patterns for Apache Airflow including DAG design, operators, sensors, testing, and deployment strategies. - 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 - Creating data pipeline orchestration with Airflow - Designing DAG structures and dependencies - Implementing custom operators and sensors - Testing Airflow DAGs locally - Setting up Airflow in production - Debugging failed DAG runs - Use TaskFlow API - Cleaner code, automatic XCom - Set timeouts - Prevent zombie tasks - Use mode='reschedule' - For sensors, free up workers - Test DAGs - Unit tests and integration tests - Idempotent tasks - Safe to retry - Don't use depends_on_past=True - Creates bottlenecks - Don't hardcode dates - Use {{ ds...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does airflow-dag-patterns do?

Production-ready patterns for Apache Airflow DAGs, operators, sensors, testing, and deployment.

Is airflow-dag-patterns good?

airflow-dag-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support airflow-dag-patterns?

airflow-dag-patterns currently lists compatibility with Skills CLI.

Is airflow-dag-patterns safe to install?

airflow-dag-patterns has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to airflow-dag-patterns?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install airflow-dag-patterns?

Run the following command to install airflow-dag-patterns: npx skills add https://github.com/wshobson/agents --skill airflow-dag-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering