mlops-engineer

Build and automate ML pipelines with MLflow, Kubeflow, and model registries.

1|1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/slantview/claude --skill mlops-engineer-slantview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlops-engineer
Source: https://github.com/slantview/claude/tree/main/skills/mlops-engineer
Command: npx skills add https://github.com/slantview/claude --skill mlops-engineer-slantview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of machine learning infrastructure, automating complex tasks from pipeline orchestration to model deployment and monitoring.

Core Features & Use Cases

  • ML Pipeline Orchestration: Design and implement robust ML pipelines using tools like Kubeflow and Airflow.
  • Experiment Tracking: Set up comprehensive experiment tracking with MLflow, W&B, or Neptune.
  • Model Registry & Versioning: Manage model versions and ensure reproducibility with data versioning tools like DVC.
  • Automated Retraining & Monitoring: Implement systems for continuous model improvement and performance monitoring.
  • Use Case: Deploy a scalable ML pipeline on AWS SageMaker that automatically retrains a model when performance degrades, logs experiments with MLflow, and registers new model versions.

Quick Start

Use the mlops-engineer skill to build an ML pipeline on AWS SageMaker for automated model retraining.

Frequently Asked Questions about mlops-engineer

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

FAQPage Schema
How do I build and automate ML pipelines for continuous model retraining?

Building ML pipelines involves orchestrating workflows with Kubeflow or Airflow, setting up automated retraining triggers when performance degrades, and managing model versions. This ensures continuous improvement and operational reproducibility across cloud platforms.

What is the best way to set up experiment tracking with MLflow?

Setting up experiment tracking with MLflow involves logging parameters, metrics, and artifacts during model training to ensure reproducibility. It enables comparing model iterations and managing the machine learning lifecycle effectively across cloud platforms.

Does this MLOps workflow support AWS SageMaker, Azure ML, and GCP Vertex AI?

Yes, the MLOps workflow supports AWS SageMaker, Azure ML, and GCP Vertex AI for infrastructure setup and deployment. It requires cloud-specific expertise to configure scalable machine learning pipelines and manage model registries across these platforms.

How do I manage model versions and ensure reproducibility with data versioning?

Managing model versions and ensuring reproducibility requires using a model registry alongside data versioning tools like DVC. This combination tracks dataset and model changes, maintaining consistency and auditability across all pipeline runs.

Can I use Kubeflow and Airflow together for ML pipeline orchestration?

Yes, you can use Kubeflow and Airflow for ML pipeline orchestration to design robust workflows. These tools coordinate complex tasks from data processing to model deployment, ensuring reliable pipeline automation and reproducibility across cloud environments.

Why do I need data versioning for reproducibility in machine learning pipelines?

Data versioning is needed for reproducibility because it tracks exact dataset states used during training, preventing inconsistent model outcomes. Combined with a model registry, it guarantees that any pipeline run can be accurately replicated and audited later.