ml-pipeline-workflow

Automate end-to-end MLOps pipelines from data preparation to deployment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of complex Machine Learning Operations (MLOps) pipelines, automating the entire lifecycle from data preparation to model deployment and monitoring.

Core Features & Use Cases

  • End-to-End Orchestration: Manages data ingestion, preparation, model training, validation, and deployment.
  • MLOps Best Practices: Implements modularity, idempotency, observability, and versioning.
  • Use Case: Automate the retraining and deployment of a fraud detection model whenever new transaction data exceeds a certain volume or shows signs of drift.

Quick Start

Use the ml-pipeline-workflow skill to design a new MLOps pipeline for a recommendation system.

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 MLOps pipeline for model training and deployment?

To orchestrate an end-to-end MLOps pipeline, you automate data preparation, model training, validation, and production deployment using tools like Airflow, Dagster, or Kubeflow with integrated experiment tracking.

What is the best way to automate ML pipeline retraining when new data arrives?

The best way to automate ML pipeline retraining is to configure an MLOps workflow that triggers model training and deployment automatically when new data exceeds a volume threshold or shows signs of drift.

Does this MLOps workflow approach support both Airflow and Kubeflow for pipeline orchestration?

Yes, this MLOps workflow approach supports pipeline orchestration using various tools including Airflow, Dagster, and Kubeflow, allowing you to manage data ingestion, model training, and deployment across these platforms.

How do I handle failure and versioning in machine learning pipelines?

To handle failure and versioning in machine learning pipelines, you implement MLOps best practices for modularity, idempotency, observability, and versioning to ensure robust workflow management and automated failure handling.

Can I use this pipeline orchestration method to manage data preparation and model validation together?

Yes, you can use this pipeline orchestration method to manage data preparation, model training, and validation together, streamlining the entire machine learning lifecycle from data ingestion through production deployment.