ml-pipeline

Generate production ML training pipelines with MLflow logging and Kubeflow or Airflow orchestration.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill ml-pipeline-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-pipeline
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/claude-skills/skills/ml-pipeline
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill ml-pipeline-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

ML teams often struggle to turn experiments into reliable production training workflows that are reproducible, observable, and easy to operate over time.

Core Features & Use Cases

  • Production pipeline design: Establish end-to-end training orchestration that includes data validation, feature engineering, distributed training, and evaluation gates.
  • Experiment tracking & model lifecycle: Capture hyperparameters, metrics, artifacts, and (optionally) register models for later promotion.
  • Workflow automation patterns: Generate and connect orchestration DAGs/components for scheduled retraining and automated validation checks, including feature store integration.

Quick Start

Use the ml-pipeline skill to generate a production-ready training pipeline that logs every experiment with MLflow and orchestrates training and evaluation using Kubeflow or Airflow.

Frequently Asked Questions about ml-pipeline

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

FAQPage Schema
How do I turn ML training experiments into reproducible production pipelines?

Production ML pipelines transform training experiments into repeatable workflows by enforcing deterministic configuration, schema validation gates, and experiment logging for parameters, metrics, and artifacts. This ensures reliable orchestration, feature engineering, and automated retraining across MLOps toolchains.

What's the best way to orchestrate automated retraining and model validation with Airflow or Kubeflow?

Workflow automation patterns generate and connect orchestration DAGs or components for scheduled retraining and automated validation checks. Integrating Airflow or Kubeflow with a model registry and feature store ensures training and evaluation gates execute reliably across the end-to-end pipeline.

How does experiment tracking work when shipping an MLOps training pipeline?

Experiment tracking captures hyperparameters, metrics, and artifacts during pipeline execution. Integrating MLflow logs every experiment, providing observable, governable workflows that allow teams to evaluate training runs and optionally register models for later promotion.

Do I need schema and data validation gates in my ML pipeline orchestration?

Schema and data validation gates are required in production ML pipelines to ensure deterministic configuration and reliable data quality. These gates validate feature engineering inputs and evaluation criteria before models proceed through the orchestrated training workflow.

Can I use a feature store with MLflow and Kubeflow for production pipeline design?

Feature store integration is supported within workflow automation patterns for production pipeline design. Connecting a feature store with MLflow for experiment tracking and Kubeflow for orchestration enables consistent feature engineering and automated validation across training runs.

Why does my ML model training workflow lack observability and governability over time?

ML workflows lack observability when they omit experiment tracking and deterministic configuration. Production ML pipelines solve this by logging parameters, metrics, and artifacts, establishing evaluation gates, and integrating orchestration components to ensure workflows remain governable and easy to operate.