staff-data-engineer

Build compliant data pipelines with Airflow, dbt, and cloud tools.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/WayneBanksy/wayneys_claude --skill staff-data-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staff-data-engineer
Source: https://github.com/WayneBanksy/wayneys_claude/tree/main/skills/staff-data-engineer
Command: npx skills add https://github.com/WayneBanksy/wayneys_claude --skill staff-data-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides guidance on building reliable, scalable, and compliant data pipelines for finance and data infrastructure, ensuring smooth data movement and processing workflows.

Core Features & Use Cases

  • Pipeline Architecture: Guides on designing layered medallion workflows from Bronze to Gold.
  • Orchestration Best Practices: Implements Airflow DAGs with proper dependencies, retries, and observability.
  • Use Case: Automate ingestion of trading data, validate schema, and orchestrate updates for reporting dashboards.

Quick Start

Describe a data pipeline task involving ingestion and orchestration, then the AI will help generate a suitable DAG and processing code.

Frequently Asked Questions about staff-data-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build data pipelines for financial data with medallion architecture?

To build financial data pipelines using medallion architecture, you design layered workflows progressing from Bronze to Silver to Gold. This structures data systematically from raw ingestion to refined reporting datasets.

What's the best way to orchestrate ETL workflows in regulated environments?

Orchestrating ETL workflows in regulated environments is best achieved using Airflow DAGs with dependencies, retries, and observability. This ensures compliant data movement, enforces idempotency, and maintains lineage.

How does schema evolution impact ETL pipelines in enterprise data systems?

Schema evolution impacts ETL pipelines by requiring validation during data ingestion. Managing schema evolution in enterprise data systems ensures source structure changes do not break downstream processing or reporting dashboards.

Can I use Airflow and dbt together for financial data ingestion?

Yes, you can use Airflow and dbt together for financial data ingestion. This combination orchestrates DAGs for movement while leveraging dbt for transformations, enforcing idempotency and cost-awareness in pipeline design.

Why do ETL pipelines need idempotency and lineage in financial data processing?

ETL pipelines need idempotency and lineage in financial data processing to guarantee reliable retries and full traceability. Enforcing these properties ensures data accuracy, compliance, and auditability across complex enterprise workflows.