haipipe-data-0-overview

Explain the haipipe architecture and its 6-layer data pipeline.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/jluo41/Tools --skill haipipe-data-0-overview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: haipipe-data-0-overview
Source: https://github.com/jluo41/Tools/tree/main/plugins/research/skills/_old/haipipe-data-0-overview
Command: npx skills add https://github.com/jluo41/Tools --skill haipipe-data-0-overview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

haipipe-data-0-overview provides a centralized navigation and reference to the haipipe architecture, helping teams quickly understand layer responsibilities and design choices.

Core Features & Use Cases

  • Comprehensive architecture map of the 6-layer data pipeline (Source, Record, Case, AIData, Model, Endpoint) and the roles of each layer.
  • Design principles, builder patterns, and discovery mechanisms that support onboarding, auditing, and extension of the framework.
  • Use Case: a new contributor maps a dataset to the pipeline, identifies required Fns, and evaluates where to customize the workflow.

Quick Start

Follow this overview to understand haipipe's architecture and begin interpreting layer responsibilities.

Frequently Asked Questions about haipipe-data-0-overview

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

FAQPage Schema
What is the 6-layer data pipeline architecture in haipipe?

The haipipe data pipeline architecture consists of six layers: Source, Record, Case, AIData, Model, and Endpoint. Each layer handles specific roles and data flow responsibilities to support onboarding, auditing, and framework extension.

How do I map a dataset to the haipipe data pipeline?

To map a dataset to the haipipe data pipeline, follow the architectural overview to identify layer responsibilities, map the dataset to the appropriate layer, and identify required Fns to evaluate where to customize the workflow.

Does the haipipe data pipeline framework support custom workflow extensions?

Yes, the haipipe data pipeline framework supports custom workflow extension. It provides design principles, builder patterns, and discovery mechanisms that allow software engineers and data scientists to extend the workflow.

What is the best way to onboard to the haipipe framework as a new contributor?

The best way to onboard to the haipipe framework is by reviewing the comprehensive architecture map. It explains the 6-layer pipeline rationale, layer mapping, design metaphors, prerequisites, and discovery commands.

Why does the haipipe architecture separate data processing into distinct layers?

The haipipe architecture separates data processing into distinct layers to centralize navigation and reference. This design choice helps teams quickly understand specific layer responsibilities, audit data flow, and support framework extension.