etl-designer

Installation
SKILL.md

ETL Designer

Design robust ETL/ELT pipelines for data processing.

Quick Start

Use Airflow for orchestration, implement idempotent operations, add error handling, monitor pipeline health.

Instructions

Airflow DAG Structure

from airflow import DAG
from airflow.operators.python import PythonOperator
from datetime import datetime, timedelta

default_args = {
    'owner': 'data-team',
Related skills

More from armanzeroeight/fastagent-plugins

Installs
7
GitHub Stars
27
First Seen
Feb 4, 2026