mlops-pipelines

Manage machine learning model deployment, monitoring, and CI/CD pipelines.

17|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill mlops-pipelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlops-pipelines
Source: https://github.com/Logos-Liber/Atlas-Agent-Teams/tree/main/teams/data-science/skills/mlops-pipelines
Command: npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill mlops-pipelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexities of deploying, monitoring, and managing machine learning models in production environments, ensuring reliability and performance.

Core Features & Use Cases

  • Model Deployment Strategies: Supports batch, real-time, edge, and streaming deployments.
  • Monitoring & Drift Detection: Implements performance tracking, data drift detection, and alerting.
  • CI/CD for ML: Automates the build, test, and deployment pipeline for ML models.
  • Feature Stores: Facilitates feature reusability, consistency, and low-latency serving.
  • Model Versioning & Registry: Manages model versions, metadata, and lifecycle.
  • Use Case: Deploy a real-time fraud detection model, monitor its prediction accuracy and input data drift, and automatically retrain it when drift is detected.

Quick Start

Configure a CI/CD pipeline for deploying and monitoring machine learning models.

Frequently Asked Questions about mlops-pipelines

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

FAQPage Schema
How do I set up CI/CD pipelines for machine learning model deployment?

To set up CI/CD for machine learning deployment, this Skill automates the end-to-end build, test, and deployment pipeline. It manages model versioning and integrates with feature stores to operationalize ML models in production.

What is the best way to monitor machine learning models for data drift in production?

Monitoring machine learning models for data drift involves tracking prediction performance and detecting shifts in input data. This Skill implements performance tracking, drift detection, and alerting to maintain model reliability.

Can I deploy real-time and batch machine learning models using the same pipeline?

Yes, you can deploy real-time and batch machine learning models using the same pipeline. This Skill supports batch, real-time, edge, and streaming deployment strategies to address various production environment needs.

How do feature stores improve consistency when operationalizing ML models?

Feature stores improve consistency by facilitating feature reusability and low-latency serving across training and serving environments. This Skill integrates feature stores to ensure reliable inputs for production machine learning models.

When should I automate retraining for machine learning models?

You should automate retraining for machine learning models when performance drops or input distributions change. This Skill monitors prediction accuracy and data drift, triggering automatic retraining when drift is detected.

How does model versioning work in a CI/CD pipeline?

Model versioning in a CI/CD pipeline works by managing model versions, metadata, and the model lifecycle through a registry. This Skill handles model versioning to ensure reliable tracking and deployment of updates.