data-engineering-guide

Guide data pipeline design, schema creation, and data quality checks.

231|111|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/luanmorenommaciel/agentspec --skill data-engineering-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-engineering-guide
Source: https://github.com/luanmorenommaciel/agentspec/tree/main/plugin/skills/data-engineering-guide
Command: npx skills add https://github.com/luanmorenommaciel/agentspec --skill data-engineering-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides expert guidance for data engineering tasks, including pipeline design, schema creation, and data quality checks.

Core Features & Use Cases

  • Pipeline Design: Offers a structured approach to designing and building data pipelines.
  • Schema Creation: Assists in designing star schemas and data models.
  • Data Quality: Provides tools for adding and reviewing data quality checks.
  • Use Case: For a user looking to design a new data pipeline for a sales data warehouse, this Skill can guide them through the process, from initial brainstorming to final implementation.

Quick Start

Use the data-engineering-guide skill to brainstorm a new data pipeline for your sales data warehouse.

Frequently Asked Questions about data-engineering-guide

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

FAQPage Schema
How do I design a data pipeline for a sales data warehouse?

Designing a data pipeline for a sales data warehouse requires a structured approach from initial brainstorming to final implementation, covering pipeline design, schema creation, and data quality checks to ensure robust data flow.

What is the best way to structure a star schema for my data models?

Structuring a star schema for data models involves creating central fact tables connected to surrounding dimension tables, which simplifies queries and improves performance for analytical workloads within your data warehouse.

How do I add data quality checks to an ETL pipeline?

Adding data quality checks to an ETL pipeline involves implementing validation rules and reviews at various stages of data ingestion and transformation to ensure accuracy, completeness, and consistency before loading.

Do I need prior data engineering knowledge to use this guidance?

Yes, applying this guidance requires existing knowledge of various data engineering concepts and tools, as it provides expert direction for pipeline design, schema creation, and data quality implementation rather than foundational teaching.

What is the difference between ETL and ELT pipeline design?

The difference between ETL and ELT pipeline design lies in where data transformation occurs: ETL transforms data before loading into the target, while ELT loads raw data first and transforms it within the target system using its compute resources.