data-engineering

Automate design, deployment, and maintenance of scalable data pipelines.

19|3|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/louloulin/claude-agent-sdk --skill data-engineering-louloulin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-engineering
Source: https://github.com/louloulin/claude-agent-sdk/tree/main/crates/claude-agent-sdk/examples/.claude/skills/data-engineering
Command: npx skills add https://github.com/louloulin/claude-agent-sdk --skill data-engineering-louloulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end design, deployment, and operation of scalable data pipelines, reducing manual effort and errors.

Core Features & Use Cases

  • Batch and streaming pipelines: design, run, and monitor ETL/ELT processes.
  • Data warehousing integration: connect to Snowflake, BigQuery, Redshift, and other warehouses for analytics.
  • Use Case: For a retailer, quickly deploy a pipeline from ingestion to mart with dbt transformations and Spark processing.

Quick Start

Use the data-engineering skill to scaffold a starter data pipeline for a sample dataset by running the included templates and configuration.

Frequently Asked Questions about data-engineering

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

FAQPage Schema
How do I build scalable data pipelines for ETL and streaming workflows?

Scalable data pipelines automate ETL and ELT processes for reliable data flows. You can design, run, and monitor batch and streaming pipelines using templates that integrate with tools like Spark and Kafka.

Can I use dbt transformations with Spark processing in a single data pipeline?

Yes, data pipelines can integrate dbt transformations with Spark processing end-to-end. This combination allows you to ingest raw data, process it at scale, and deliver transformed analytics-ready datasets.

What is the best way to automate data warehousing integration for analytics?

Automating data warehousing integration involves connecting pipelines to platforms like Snowflake, BigQuery, and Redshift. This delivers reliable data flows directly to your analytics infrastructure with reduced manual effort.

Does this data pipeline approach support both batch and streaming ELT processes?

Yes, the approach supports both batch and streaming ELT processes. You can design, deploy, and monitor end-to-end pipeline patterns that handle diverse data ingestion and transformation requirements.

How do I scaffold a starter data pipeline for a sample dataset?

To scaffold a starter data pipeline, you run included templates and configuration files. This quickly deploys an automated pipeline from data ingestion to the analytics mart with predefined transformations.

When should I choose Kafka over Spark for my data pipelines?

Choose Kafka for real-time streaming data ingestion and Spark for large-scale batch processing and transformations. End-to-end pipelines often combine both to handle continuous data flows and heavy analytics workloads.