data-pipelines
Data Pipelines Skill
Version: 1.0 Stack: Airflow, Step Functions, dbt, general ETL
Pipelines fail silently. A non-idempotent task appends duplicate rows every time it retries. A task without validation passes bad data downstream, and you discover it three stages later when a dashboard shows impossible numbers. A pipeline without parameterized dates can't be backfilled, which means when something goes wrong on Tuesday, you manually reprocess every day since the last known good state.
Idempotent tasks, quality checks between stages, and parameterized execution mean failures are recoverable and errors are caught where they happen, not downstream.
Scope and Boundaries
More from alexanderstephenthompson/claude-hub
unity-csharp
C# patterns for Unity - MonoBehaviour, async, architecture, and VR/mobile performance optimization
52design
Design and UI standards for accessibility, semantic HTML, and responsive layouts
38architecture
Architecture principles, module boundaries, folder structure, and project type profiles
36vrc-udon
VRChat Udon and UdonSharp patterns - networking, sync, interactions
35data-python
Python patterns for data processing - pandas, polars, pyspark
35web-performance
Performance patterns for Apollo caching, Redis, and CloudFront optimization
35