Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
404kidwiz avatar

Mlops Engineer Skill

  • 104 installs
  • 404kidwiz/claude-supercode-skills

Manage machine learning workflows, model deployment, and MLOps infrastructure.

About

MLOps engineer provides expertise in managing machine learning systems in production. Essential for deploying, monitoring, and maintaining ML models at scale.

  • Model deployment
  • Workflow management
  • Monitoring
  • Infrastructure

Mlops Engineer by the numbers

  • 104 all-time installs (skills.sh)
  • Ranked #864 of 2,091 Data Science & ML skills by installs in the Skillselion catalog
  • Data as of Aug 11, 2026 (Skillselion catalog sync)
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill mlops-engineer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs104
Repository404kidwiz/claude-supercode-skills

What it does

Manage machine learning workflows, model deployment, and MLOps infrastructure.

Files

SKILL.mdMarkdownGitHub ↗

MLOps Engineer

Purpose

Provides expertise in Machine Learning Operations, bridging data science and DevOps practices. Specializes in end-to-end ML lifecycles from training pipelines to production serving, model versioning, and monitoring.

When to Use

  • Building ML training and serving pipelines
  • Implementing model versioning and registry
  • Setting up feature stores
  • Deploying models to production
  • Monitoring model performance and drift
  • Automating ML workflows (CI/CD for ML)
  • Implementing A/B testing for models
  • Managing experiment tracking

Quick Start

Invoke this skill when:

  • Building ML pipelines and workflows
  • Deploying models to production
  • Setting up model versioning and registry
  • Implementing feature stores
  • Monitoring production ML systems

Do NOT invoke when:

  • Model development and training → use /ml-engineer
  • Data pipeline ETL → use /data-engineer
  • Kubernetes infrastructure → use /kubernetes-specialist
  • General CI/CD without ML → use /devops-engineer

Decision Framework

ML Lifecycle Stage?
├── Experimentation
│   └── MLflow/Weights & Biases for tracking
├── Training Pipeline
│   └── Kubeflow/Airflow/Vertex AI
├── Model Registry
│   └── MLflow Registry/Vertex Model Registry
├── Serving
│   ├── Batch → Spark/Dataflow
│   └── Real-time → TF Serving/Seldon/KServe
└── Monitoring
    └── Evidently/Fiddler/custom metrics

Core Workflows

1. ML Pipeline Setup

1. Define pipeline stages (data prep, training, eval) 2. Choose orchestrator (Kubeflow, Airflow, Vertex) 3. Containerize each pipeline step 4. Implement artifact storage 5. Add experiment tracking 6. Configure automated retraining triggers

2. Model Deployment

1. Register model in model registry 2. Build serving container 3. Deploy to serving infrastructure 4. Configure autoscaling 5. Implement canary/shadow deployment 6. Set up monitoring and alerts

3. Model Monitoring

1. Define key metrics (latency, throughput, accuracy) 2. Implement data drift detection 3. Set up prediction monitoring 4. Create alerting thresholds 5. Build dashboards for visibility 6. Automate retraining triggers

Best Practices

  • Version everything: code, data, models, configs
  • Use feature stores for consistency between training and serving
  • Implement CI/CD specifically designed for ML workflows
  • Monitor data drift and model performance continuously
  • Use canary deployments for model rollouts
  • Keep training and serving environments consistent

Anti-Patterns

Anti-PatternProblemCorrect Approach
Manual deploymentsError-prone, slowAutomated ML CI/CD
Training-serving skewPrediction errorsFeature stores
No model versioningCan't reproduce or rollbackModel registry
Ignoring data driftSilent degradationContinuous monitoring
Notebook-to-productionUnmaintainableProper pipeline code

Related skills

Data Science & MLmonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.