senior-ml-engineer

Deploy machine learning models with MLOps pipelines and LLM API integration.

Updated Nov 3, 2016
One-click install
npx skills add https://github.com/xleliberty/mydotfiles --skill senior-ml-engineer-xleliberty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-ml-engineer
Source: https://github.com/xleliberty/mydotfiles/tree/main/.config/.claude/plugins/cache/claude-code-skills/engineering-skills/2.1.2/senior-ml-engineer
Command: npx skills add https://github.com/xleliberty/mydotfiles --skill senior-ml-engineer-xleliberty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, scipy, numpy, tenacity, tiktoken, pydantic, langchain, mlflow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill addresses the complexity of transitioning machine learning models from research environments into robust, scalable production systems while managing LLM costs and reliability.

Core Features & Use Cases

  • MLOps Pipeline Orchestration: Automates model deployment, feature store management, and drift monitoring using industry-standard tools like MLflow and Kubernetes.
  • LLM Integration & RAG: Provides patterns for building reliable RAG systems, implementing provider fallbacks, and managing API costs.
  • Use Case: Use this skill to deploy a production-ready model with automated canary releases, or to build a RAG pipeline that includes reranking and cost-optimized token usage.

Quick Start

Use the senior-ml-engineer skill to scaffold a new model deployment pipeline for your current project.

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 with automated monitoring?

Deploy machine learning models to production using MLOps patterns that automate canary releases, drift detection, and feature store management with MLflow and Kubernetes orchestration.

What is the best way to build a reliable RAG pipeline with cost-optimized LLM usage?

Build a reliable RAG pipeline by implementing reranking patterns, provider fallbacks, and token management to optimize LLM API costs and ensure consistent retrieval-augmented generation performance.

How does drift detection work for automated model retraining in MLOps?

Drift detection in MLOps continuously monitors production model inputs against baseline distributions, triggering automated retraining pipelines when statistical shifts exceed predefined thresholds.

Can I use Kubernetes for model deployment and canary releases?

Kubernetes supports model deployment with automated canary releases by orchestrating containerized ML workloads, enabling progressive traffic shifting and rollback for scalable production environments.

Does LangChain work with provider fallbacks for robust LLM error handling?

LangChain integrates with provider fallbacks to ensure robust error handling, automatically switching LLM API endpoints when primary providers fail or exceed rate limits.

What are the limitations of managing LLM API costs in production environments?

Managing LLM API costs in production requires careful token usage monitoring and provider abstraction, as unoptimized RAG pipelines and unhandled rate limits can cause unpredictable billing spikes.