agency-data-engineer

Ingest, process, and validate data across Bronze, Silver, and Gold lakehouse layers.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jay6697117/agency-agents-antigravity --skill agency-data-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-data-engineer
Source: https://github.com/jay6697117/agency-agents-antigravity/tree/main/.agents/skills/agency-data-engineer
Command: npx skills add https://github.com/jay6697117/agency-agents-antigravity --skill agency-data-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Data Engineer Skill provides a blueprint for designing and operating scalable data infrastructures, transforming raw, messy data into reliable, analytics-ready assets that power analytics, ML, and business intelligence.

Core Features & Use Cases

  • End-to-end data pipeline design (Bronze → Silver → Gold) with idempotent processing and explicit data contracts
  • Streaming and batch capabilities on cloud platforms (Azure, AWS, GCP) with Delta/Iceberg/Hudi open formats
  • Observability, data quality checks, lineage, and governance baked into every stage of the lakehouse

Quick Start

Design a scalable data pipeline for a new source using Bronze/Silver/Gold patterns and monitoring.

Frequently Asked Questions about agency-data-engineer

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

FAQPage Schema
How do I design a data pipeline using Bronze, Silver, and Gold lakehouse layers?

To design a lakehouse data pipeline, you ingest raw data into Bronze, process and validate it in Silver, and aggregate it into Gold for analytics. This approach ensures idempotent processing, explicit schema contracts, and data quality checks across all layers.

What is the best way to ensure data quality and lineage in ETL pipelines?

Ensuring data quality in ETL pipelines requires baking observability, explicit data contracts, and auditing columns into every stage. This approach guarantees reliable analytics by validating data across Bronze, Silver, and Gold layers with observable monitoring.

Can I build streaming and batch data pipelines on AWS, Azure, and GCP?

Yes, you can build streaming and batch data pipelines on AWS, Azure, and GCP. This approach applies the Bronze, Silver, and Gold lakehouse pattern to cloud data platforms using open formats like Delta, Iceberg, or Hudi.

How do I enforce explicit schema contracts and idempotent processing in Spark?

To enforce explicit schema contracts and idempotent processing in Spark, apply data quality checks and auditing columns across your lakehouse layers. This ensures reliable, repeatable pipeline runs even when reprocessing streaming or batch data.

When do I need data contracts in a dbt and Spark lakehouse architecture?

You need data contracts in a dbt and Spark lakehouse architecture when transforming raw data into analytics-ready assets. Contracts guarantee explicit schema enforcement, clear lineage, and reliable data quality checks throughout your pipeline.