mlops

Automate end-to-end ML deployment, monitoring, and lifecycle management in production.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Tnemo65/template --skill mlops-tnemo65
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlops
Source: https://github.com/Tnemo65/template/tree/main/.cursor/skills/07-ml/mlops
Command: npx skills add https://github.com/Tnemo65/template --skill mlops-tnemo65

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end ML deployment, monitoring, and lifecycle management in production environments, reducing manual toil and risk.

Core Features & Use Cases

  • ML Model Serving: scalable serving with REST/gRPC APIs
  • Drift Detection & Monitoring: continuous model health tracking, data quality, and drift alerts
  • CI/CD for ML: automated training, validation, and canary/shadow deployments
  • Feature Store & Pipelines: integration with feature stores and end-to-end ML workflows

Quick Start

Boot up the MLOps workflow and deploy a sample model to a production-like environment.

Frequently Asked Questions about mlops

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

FAQPage Schema
How do I automate ML deployment and lifecycle management in production?

Automating ML deployment and lifecycle management requires continuous integration and delivery pipelines for training, validation, and canary or shadow deployments. This reduces manual toil by automating end-to-end model serving and monitoring workflows.

What is the best way to detect data drift and monitor model health?

Detecting data drift and monitoring model health requires continuous tracking of data quality and model performance metrics. This enables automated drift alerts and maintains system reliability in production environments.

Can I use CI/CD pipelines for machine learning model serving?

CI/CD pipelines support machine learning model serving by automating training, validation, and deployment stages. This includes canary and shadow deployments to safely validate models before full production rollout.

How do feature stores integrate with end-to-end ML workflows?

Feature stores integrate with end-to-end ML workflows by providing centralized management of training and serving features. This ensures consistency across pipelines and supports scalable model serving with REST or gRPC APIs.

Do I need experiment tracking to maintain ML systems in production?

Experiment tracking is needed to maintain ML systems in production by recording model versions, parameters, and governance data. Integrating it with automated retraining workflows ensures traceability and reproducibility.

Why does ML model performance degrade over time and how do I fix it?

ML model performance degrades over time due to data drift and changing production environments. Fixing this requires continuous drift detection monitoring and automated retraining workflows to update models.