MLOps

Automate machine learning model deployment, monitoring, and retraining pipelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/y-nishizaki/skills --skill mlops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MLOps
Source: https://github.com/y-nishizaki/skills/tree/main/src/analysis/data-science/advanced/mlops
Command: npx skills add https://github.com/y-nishizaki/skills --skill mlops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mlflow, scikit-learn, matplotlib, fastapi, pydantic, joblib, numpy, prometheus_client, uvicorn.

What problem does it solve?

This Skill addresses the complexities of deploying, monitoring, and managing machine learning models in production, automating the entire lifecycle from version control to continuous retraining.

Core Features & Use Cases

  • Model Versioning & Registry: Manages model versions, parameters, and metrics using tools like MLflow, and promotes models through stages (Staging, Production).
  • Model Deployment & API: Builds robust inference APIs using frameworks like FastAPI, ensuring efficient and scalable model serving.
  • Containerization & Orchestration: Packages models into Docker containers and deploys them to Kubernetes for scalable and resilient operations.
  • Monitoring & Retraining: Sets up continuous monitoring for model performance and data drift, triggering automated retraining pipelines.
  • Use Case: Deploy a fraud detection machine learning model into a production environment, setting up an API endpoint for real-time predictions, monitoring its performance, and automating its retraining process.

Quick Start

Use the MLOps skill to set up MLflow for tracking experiments, logging model parameters, and storing trained machine learning models.