ml-pipeline

Coordinate end-to-end ML pipelines from data ingestion to deployment.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/dieu-donnee/luxtrax --skill ml-pipeline-dieu-donnee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-pipeline
Source: https://github.com/dieu-donnee/luxtrax/tree/main/.agent/skills/ml-pipeline
Command: npx skills add https://github.com/dieu-donnee/luxtrax --skill ml-pipeline-dieu-donnee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Designs and implements production-grade ML pipeline infrastructure to orchestrate training workflows, manage experiments, store feature data, and deploy models with automated retraining and validation.

Core Features & Use Cases

  • Experiment tracking & model lifecycle: configure tracking, versioning, and registry for models and datasets.
  • Orchestration & scalability: create DAGs for training orchestration (Kubeflow, Airflow, Prefect) and scalable run management.
  • Feature stores & validation: build feature store schemas (Feast) and validation gates for data quality.
  • End-to-end automation: automate retraining, validation, and deployment across teams.

Quick Start

Use the ml-pipeline skill to scaffold a complete end-to-end ML pipeline from data ingestion to deployment.

Frequently Asked Questions about ml-pipeline

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

FAQPage Schema
How do I build an end-to-end ML pipeline with experiment tracking and model registries?

Production ML pipelines coordinate training workflows, feature stores, and model registries to ensure reproducibility. You configure orchestration DAGs with Airflow or Kubeflow, apply MLflow for experiment tracking, and enforce validation gates across teams from data ingestion to deployment.

What is the best way to orchestrate scalable ML training workflows across teams?

The best way to orchestrate scalable ML training is by creating DAGs with Kubeflow or Airflow. This manages scalable run execution, automates retraining, and handles failures with robust guardrails for production workloads across teams.

Does this ML pipeline approach work with Feast for feature store validation?

Yes, this approach works with Feast to build feature store schemas and implement validation gates. It ensures data quality and versioning for feature data before model training and deployment in production.

Can I use Airflow or Kubeflow for automated model retraining and deployment?

Yes, you can use Airflow or Kubeflow to automate model retraining and deployment. They orchestrate end-to-end workflows with validation gates, ensuring robust handling of failures and scale in production ML environments.

How do I configure MLflow for model lifecycle tracking in a production environment?

Configure MLflow for model lifecycle tracking by setting up experiment tracking, versioning, and a model registry for datasets. This satisfies production requirements for reproducibility and containerized environments across teams.

When do I need a model registry in my ML pipeline?

You need a model registry when managing production ML workloads that require strict versioning and reproducibility. It tracks model lifecycle changes, enabling automated validation gates and safe deployment across teams.