mlops-engineer

Designs ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and cloud platforms.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill mlops-engineer-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlops-engineer
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/experimental/mlops-engineer
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill mlops-engineer-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building and operating production ML systems requires coordinating pipelines, experiment tracking, model registries, deployment, and monitoring across cloud platforms, which is complex and error-prone without structured guidance. ## Core Features & Use Cases - Pipeline Orchestration: Guidance for Kubeflow, Airflow, Prefect, Dagster, and cloud-native pipelines on AWS SageMaker, Azure ML, and Vertex AI. - Experiment Tracking & Model Registry: Best practices for MLflow, Weights & Biases, DVC, and model versioning, lineage, and promotion workflows. - Deployment & Monitoring: CI/CD for ML, canary and blue-green deployments, drift detection, and observability with Prometheus and Grafana. - Use Case: Ask it to design a complete MLOps platform on AWS with automated training triggers, a model registry, and drift-based retraining, and receive an architecture with infrastructure-as-code and monitoring recommendations. ## Quick Start Ask the agent to design an automated ML training and deployment pipeline on your chosen cloud platform with experiment tracking and monitoring.

Frequently Asked Questions about mlops-engineer

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

FAQPage Schema
How do I build an automated ML training and deployment pipeline?

Use orchestration tools like Kubeflow Pipelines, Airflow, or SageMaker Pipelines to chain data processing, training, evaluation, and deployment steps. Add automated triggers based on data changes or performance degradation, with approval gates before production rollout.

What tools should I use for ML experiment tracking and model registry?

MLflow provides end-to-end lifecycle management with a built-in model registry, while Weights & Biases, Neptune, and Comet focus on experiment tracking. DVC adds Git-based data and model versioning for reproducibility.

Kubeflow vs Airflow for ML pipeline orchestration?

Kubeflow is Kubernetes-native and purpose-built for ML workflows including training and serving, while Airflow is a general DAG orchestrator suited for complex data pipelines. Choose Kubeflow for containerized ML platforms and Airflow for broader data engineering integration.

Does this approach support multiple cloud platforms like AWS, Azure, and GCP?

Yes, it covers AWS SageMaker, Azure ML, and Google Vertex AI stacks, including their pipelines, registries, endpoints, and monitoring services. Terraform and other infrastructure-as-code tools enable multi-cloud provisioning.

How do I detect data drift and model performance degradation in production?

Implement model performance monitoring with drift detection on input data distributions and prediction quality metrics. Use Prometheus, Grafana, or cloud-native monitoring, and trigger automated retraining pipelines when degradation thresholds are crossed.