ml-pipeline

Designs ML pipeline infrastructure automating model lifecycle and integrating MLflow or Feast.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill ml-pipeline-shalevamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-pipeline
Source: https://github.com/shalevamin/The-_Ultimate_agents/tree/main/.claude/skills/ml-pipeline
Command: npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill ml-pipeline-shalevamin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the design and implementation of robust, production-grade ML pipeline infrastructure, streamlining the entire machine learning lifecycle.

Core Features & Use Cases

  • Orchestration: Creates Kubeflow or Airflow DAGs for training workflows.
  • Experiment Tracking: Configures MLflow or Weights & Biases for detailed experiment logging.
  • Feature Stores: Implements feature schemas using Feast for consistency.
  • Model Lifecycle: Automates model registry, retraining, and validation.
  • Use Case: When building a new recommendation system, use this Skill to set up an automated pipeline that ingests new user data, trains a model, tracks experiments, and deploys validated models to production.

Quick Start

Use the ml-pipeline skill to design a Kubeflow pipeline for training a classification model with MLflow tracking.

Frequently Asked Questions about ml-pipeline

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

FAQPage Schema
How do I build a production-grade ML pipeline with Airflow or Kubeflow?

Build production-grade ML pipelines by generating Airflow or Kubeflow DAGs that orchestrate scalable and reproducible machine learning training workflows from end to end.

What is the best way to integrate MLflow experiment tracking into an ML pipeline?

Integrate MLflow experiment tracking by configuring automated logging within your pipeline infrastructure to record detailed metrics, parameters, and artifacts for reproducible runs.

How do I set up a feature store with Feast for consistent model training?

Set up a feature store by implementing feature schemas with Feast to ensure consistent data serving and transformation across your training and production workflows.

Can I automate model registry, retraining, and validation for production ML systems?

Automate the model lifecycle by deploying infrastructure that handles model registry, retraining, and validation to push validated models into production environments.

Does this MLOps pipeline infrastructure work with both Kubeflow and Airflow?

Yes, the MLOps pipeline infrastructure supports both Kubeflow and Airflow, allowing you to design orchestration DAGs tailored to your existing workflow environment.

When do I need to implement automated ML pipeline orchestration?

Implement automated ML pipeline orchestration when you need to scale reproducible machine learning operations, moving from manual scripts to tracked, automated model lifecycles.