senior-ml-engineer

Deploy production ML systems with monitoring, drift detection, and cost controls.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill senior-ml-engineer-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-ml-engineer
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering-team/senior-ml-engineer
Command: npx skills add https://github.com/Patasse97/claude-skills --skill senior-ml-engineer-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Production ML teams struggle to deploy, monitor, and optimize ML systems in real environments.

Core Features & Use Cases

  • Model Deployment Workflow: end-to-end deployment to staging and production with canary releases and rollback capabilities.
  • MLOps Pipeline Setup & Monitoring: integration with feature stores, experiment tracking, drift detection, alerting, and automated retraining.
  • RAG & LLM Integration: implementation of retrieval-augmented generation patterns with retry logic and cost controls for production-grade LLM usage.

Quick Start

Deploy a production ML model using the MLOps pipeline with drift monitoring and automated retraining.

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 a machine learning model to production with canary releases?

To deploy a machine learning model to production, this Skill provides end-to-end deployment workflows with staging environments, canary releases, and rollback capabilities. It targets containerization to ensure scalable and reliable production deployment across environments.

What is drift detection in MLOps and how do I set it up?

Drift detection in MLOps monitors production data for shifts that degrade model performance. This Skill integrates drift detection into your MLOps pipeline, triggering alerts and automated retraining workflows when data deviates from established training baselines.

How do I implement a RAG pipeline with cost controls for LLM APIs?

To implement a RAG pipeline with cost controls, this Skill applies retrieval-augmented generation patterns alongside retry logic for production-grade LLM usage. It ensures LLM integration remains cost-optimized during high-volume API requests across environments.

Can I use this MLOps pipeline setup for experiment tracking and feature stores?

Yes, this MLOps pipeline setup supports integration with feature stores and experiment tracking. It establishes the infrastructure needed to manage features and track model iterations throughout the automated retraining lifecycle.

What is the best way to monitor production ML systems and automate retraining?

The best way to monitor production ML systems is using an MLOps pipeline with continuous drift detection and alerting. This Skill automates retraining workflows, ensuring models adapt to data changes without manual intervention.