senior-ml-engineer

Deploy machine learning models with Docker, Kubernetes, MLflow, and vector databases.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill senior-ml-engineer-fantasia1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-ml-engineer
Source: https://github.com/Fantasia1999/claude-skills-zh/tree/main/translations/engineering-team/senior-ml-engineer
Command: npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill senior-ml-engineer-fantasia1999

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of deploying machine learning models into production environments and establishing robust MLOps pipelines, addressing the complexities of model lifecycle management.

Core Features & Use Cases

  • Model Deployment: Guides users through containerizing models (Docker) and deploying them with strategies like canary releases.
  • MLOps Pipeline Setup: Facilitates the creation of automated training, registration, and deployment workflows using tools like MLflow and feature stores.
  • LLM Integration: Provides patterns for integrating Large Language Models with retry logic, cost control, and structured output.
  • RAG Systems: Details the implementation of Retrieval Augmented Generation pipelines, including vector database selection and document chunking.
  • Model Monitoring: Covers setting up drift detection, performance monitoring, and alerting for production models.
  • Use Case: A user needs to deploy a trained recommendation model to production, set up continuous monitoring for data drift, and integrate it with an existing API.

Quick Start

Use the senior-ml-engineer skill to deploy a model using a FastAPI Uvicorn container.

Frequently Asked Questions about senior-ml-engineer

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

FAQPage Schema
How do I deploy machine learning models to production using Docker and Kubernetes?

Deploy machine learning models by containerizing them with Docker and orchestrating releases on Kubernetes. This Skill guides you through model serving, canary release strategies, and establishing robust production deployment workflows using best practices.

What's the best way to set up an MLOps pipeline with MLflow and feature stores?

Set up an MLOps pipeline by automating training, registration, and deployment workflows using MLflow and feature stores. This Skill facilitates creating end-to-end pipeline construction for efficient model lifecycle management and production deployment.

How do I implement Retrieval Augmented Generation pipelines with vector databases?

Implement Retrieval Augmented Generation pipelines by selecting appropriate vector databases and applying document chunking strategies. This Skill details RAG system construction to enhance LLM integration with efficient context retrieval.

Do I need to understand Docker and Kubernetes to use this Skill for model deployment?

Yes, understanding Docker, Kubernetes, MLflow, and vector databases is required for implementation. This Skill automates production deployment and MLOps pipeline construction using these specific technologies as foundational prerequisites.

How does model drift detection and performance monitoring work in production?

Model drift detection works by continuously monitoring production data and model performance against established baselines. This Skill covers setting up automated alerting to identify data drift and trigger necessary model retraining workflows.

Can I integrate LLM APIs with retry logic and cost control mechanisms?

You can integrate LLM APIs with retry logic, cost control, and structured output using provided patterns. This Skill simplifies cost-effective LLM API integration to ensure robust and reliable production machine learning systems.