What problem does it solve? Moving machine learning models from notebooks to production requires deployment infrastructure, monitoring, and LLM integration patterns that most teams build from scratch. This Skill provides production-ready workflows for model serving, MLOps pipelines, RAG systems, and drift monitoring. ## Core Features & Use Cases - Model Deployment: Containerized serving with FastAPI, Triton, or TorchServe, including canary releases and Kubernetes manifests. - MLOps Pipelines: Feature stores with Feast, experiment tracking with MLflow, A/B testing infrastructure, and automated retraining triggers. - LLM & RAG Integration: Provider abstraction layers, retry/fallback logic, cost tracking, vector database selection, chunking strategies, and reranking. - Use Case: You need to deploy a churn prediction model with drift monitoring. Use this Skill to generate the Dockerfile, Kubernetes deployment, and KS-test drift detection, then set alerts when PSI exceeds 0.2. ## Quick Start Ask the AI to help you deploy a trained model to production with monitoring, or to scaffold a RAG pipeline with a vector database and reranking.