ml-pipeline-workflow

Automate end-to-end ML pipeline orchestration from data preparation to deployment.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/haxlys/skills --skill ml-pipeline-workflow-haxlys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-pipeline-workflow
Source: https://github.com/haxlys/skills/tree/main/vendored/wshobson-agents/plugins/machine-learning-ops/skills/ml-pipeline-workflow
Command: npx skills add https://github.com/haxlys/skills --skill ml-pipeline-workflow-haxlys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build reproducible, scalable ML pipelines from data ingestion through training, validation, deployment, and monitoring.

Core Features & Use Cases

  • End-to-end workflow orchestration across the ML lifecycle (data preparation, training, validation, deployment)
  • Experiment tracking, versioning, and data lineage to ensure reproducibility
  • Deployment automation with canary/blue-green patterns and integrated monitoring
  • Use Case: Create production ML pipelines that ingest data, train models, validate performance, and deploy to serving with continuous monitoring

Quick Start

Define and run an end-to-end ML pipeline from data ingestion to deployment.

Frequently Asked Questions about ml-pipeline-workflow

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

FAQPage Schema
How do I build a reproducible ML pipeline from data preparation to deployment?

To build a reproducible ML pipeline, you orchestrate stages from data preparation to deployment using DAG-style workflows. This ensures data versioning and experiment tracking maintain reproducibility across the entire model training lifecycle.

What is the best way to orchestrate ML workflows across multiple stages?

The best way to orchestrate ML workflows is using DAG-style orchestration to automate stages like data preparation, model training, validation, and deployment. This ensures scalable and reproducible pipeline execution.

Can I automate canary and blue-green deployment patterns for my ML models?

Yes, you can automate canary and blue-green deployment patterns for ML models. The pipeline handles deployment automation and integrates continuous monitoring to track performance after serving.

How does data versioning and experiment tracking work in an end-to-end ML pipeline?

Data versioning and experiment tracking in an ML pipeline work by logging data lineage and model parameters across training stages. This ensures every workflow run is reproducible and validated before production deployment.

Do I need continuous monitoring after deploying my production ML pipeline?

Yes, you need continuous monitoring after deploying your production ML pipeline. Deployment automation integrates monitoring to track model serving performance and validate behavior post-deployment.

When should I not use automated ML pipeline orchestration?

You should avoid automated ML pipeline orchestration for non-reproducible, one-off scripts that do not require data versioning, experiment tracking, or production deployment with monitoring.