ml-pipeline

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

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/camelranchentertainment/Booking-Platform --skill ml-pipeline-camelranchentertainment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-pipeline
Source: https://github.com/camelranchentertainment/Booking-Platform/tree/main/.claude/skills/ml-pipeline
Command: npx skills add https://github.com/camelranchentertainment/Booking-Platform --skill ml-pipeline-camelranchentertainment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Designs and implements production-grade ML pipeline infrastructure: configures experiment tracking with MLflow or Weights & Biases, creates Kubeflow or Airflow DAGs for training orchestration, builds feature store schemas with Feast, deploys model registries, and automates retraining and validation workflows. Use when building ML pipelines, orchestrating training workflows, automating model lifecycle, implementing feature stores, managing experiment tracking systems, setting up DVC for data versioning, tuning hyperparameters, or configuring MLOps tooling like Kubeflow, Airflow, MLflow, or Prefect.

Core Features & Use Cases

  • Configures experiment tracking with MLflow or Weights & Biases.
  • Creates Kubeflow or Airflow DAGs for training orchestration.
  • Builds feature store schemas with Feast.
  • Deploys model registries and automates retraining and validation workflows.
  • Supports end-to-end lifecycle automation from data ingest to deployment.

Quick Start

Install required tooling and run the provided templates to bootstrap a complete ML pipeline.

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 Kubeflow and MLflow?

Building an ML pipeline with Kubeflow and MLflow involves configuring experiment tracking, creating orchestration DAGs, and automating the lifecycle from data ingest to deployment.

What is the best way to orchestrate ML training workflows with Airflow?

Orchestrating ML training workflows with Airflow requires creating DAGs that automate training, validation, and retraining processes within a containerized environment.

Can I use Feast to build feature store schemas for my ML pipeline?

You can use Feast to build feature store schemas for your ML pipeline, enabling consistent feature serving and validated data schemas across training and deployment.

Do I need deterministic configuration and containerized environments for ML pipelines?

ML pipelines require deterministic configuration, versioning, and containerized environments with pinned seeds and validated data schemas to ensure reproducibility and reliable deployments.

How does automated model retraining and validation work in MLOps?

Automated model retraining and validation works by deploying model registries and orchestrating workflows that trigger retraining and validation steps based on pipeline schedules and data updates.

When should I set up DVC for data versioning in my ML pipeline?

You should set up DVC for data versioning when building ML pipelines that require tracked data changes, ensuring reproducible experiments and consistent model lifecycle management.