ml-pipeline-workflow

Orchestrate MLOps pipelines for data preparation, training, validation, and deployment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ACGSpgp/ACGS --skill ml-pipeline-workflow-acgspgp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-pipeline-workflow
Source: https://github.com/ACGSpgp/ACGS/tree/main/.agent/workflows/machine-learning-ops/1.2.1/skills/ml-pipeline-workflow
Command: npx skills add https://github.com/ACGSpgp/ACGS --skill ml-pipeline-workflow-acgspgp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and 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.
  • Reproducible Workflows: Ensures consistent and automated ML model development and deployment.
  • 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 build a new ML pipeline for image classification, starting with data preparation and ending with model 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 automate an end-to-end machine learning pipeline for production?

Automate an end-to-end machine learning pipeline by orchestrating data preparation, model training, validation, and deployment stages. This Skill structures the entire lifecycle into a reproducible MLOps workflow for production ML systems.

What is DAG-based orchestration for ML model lifecycle management?

DAG-based orchestration for ML model lifecycle management coordinates sequential and parallel pipeline tasks as a directed acyclic graph. It structures data preparation, training, and deployment to ensure reproducible automated workflows.

Can I trigger automated model retraining when new data shows signs of drift?

Automated model retraining triggers when new transaction data exceeds volume thresholds or shows drift. The Skill orchestrates pipeline reruns to validate and deploy updated models without manual intervention.

Does this pipeline workflow integrate with experiment tracking tools?

The pipeline workflow integrates with experiment tracking to log model training metrics and artifacts. Tracking integration ensures reproducible ML workflows by capturing validation results across automated deployment cycles.

What's the best way to implement gradual deployment strategies for ML models?

Implement gradual deployment strategies for ML models by orchestrating staged rollouts after validation. The Skill manages the transition from training to production, supporting automated lifecycle management for production ML systems.

Do I need prior MLOps experience to build a reproducible ML workflow?

Building reproducible ML workflows requires understanding MLOps practices and pipeline stages. The Skill provides advanced orchestration logic for data preparation and deployment, suited for users implementing production ML systems.