ml-pipeline-workflow

Orchestrate end-to-end ML pipelines from data preparation through deployment.

3|1|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/carlopezzuto/agents --skill ml-pipeline-workflow-carlopezzuto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-pipeline-workflow
Source: https://github.com/carlopezzuto/agents/tree/main/.claude/skills/ml-pipeline-workflow
Command: npx skills add https://github.com/carlopezzuto/agents --skill ml-pipeline-workflow-carlopezzuto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building robust, end-to-end ML pipelines across data prep, training, validation, and deployment to production environments.

Core Features & Use Cases

  • End-to-end orchestration: Coordinate data ingestion, preparation, training, validation, and deployment.
  • DAG-based workflow patterns: Integrate with Airflow, Dagster, Kubeflow, or Prefect to manage task graphs.
  • Experiment tracking & versioning: Track datasets, models, and experiments with registries (MLflow, Weights & Biases).
  • Deployment automation & monitoring: Implement canary/blue-green deployment, serving patterns, and monitoring hooks.

Quick Start

Train and deploy a simple end-to-end ML workflow in a reproducible environment.

Frequently Asked Questions about ml-pipeline-workflow

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

FAQPage Schema
How do I orchestrate an end-to-end ML pipeline from data preparation to deployment?

To orchestrate an end-to-end ML pipeline, you coordinate data ingestion, preparation, training, validation, and deployment using DAG-based workflow patterns in Airflow, Dagster, Kubeflow, or Prefect for reproducible environments.

What does experiment tracking and versioning involve in an ML pipeline?

Experiment tracking and versioning in an ML pipeline involves tracking datasets, models, and experiments using registries like MLflow or Weights & Biases to ensure reproducible workflows and model validation.

Can I use Airflow or Dagster to manage ML pipeline task graphs?

Yes, you can use Airflow, Dagster, Kubeflow, or Prefect to manage ML pipeline task graphs through DAG-based workflow patterns, coordinating stages from data preparation through model deployment and monitoring.

How do I automate model deployment and monitoring in production ML pipelines?

Automating model deployment and monitoring in production ML pipelines involves implementing canary or blue-green deployment strategies, serving patterns, and monitoring hooks within your orchestration framework.

What's the best way to build reproducible ML workflows for model training and validation?

The best way to build reproducible ML workflows is to orchestrate model training and validation using DAG-based patterns combined with experiment tracking and data versioning registries to maintain consistent pipeline execution.

Do I need a specific orchestration framework to run production ML pipelines?

You do not need one specific framework; production ML pipelines can be orchestrated using Airflow, Dagster, Kubeflow, or Prefect, allowing you to select the DAG-based workflow tool that fits your existing infrastructure.