senior-ml-engineer

Automate production ML deployment, MLOps pipelines, drift monitoring, and retraining.

148|50|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/yezannnnn/agentGroup --skill senior-ml-engineer-yezannnnn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-ml-engineer
Source: https://github.com/yezannnnn/agentGroup/tree/main/jarvis/skills/engineering-team/senior-ml-engineer
Command: npx skills add https://github.com/yezannnnn/agentGroup --skill senior-ml-engineer-yezannnnn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Production ML systems often struggle with reliable deployment, scalable orchestration, drift monitoring, and cost control. This skill provides production-grade ML engineering patterns to standardize deployment, MLOps pipelines, drift checks, and automated retraining with clear validation criteria.

Core Features & Use Cases

  • Model Deployment & Canary Rollouts: package models in containers, run staging tests, and perform canary deployments to control risk.
  • MLOps Pipelines & Feature Stores: automate training, model registry, lineage, and drift monitoring to ensure data quality and reproducibility.
  • LLM Integration & RAG: integrate LLMs into applications with retrieval-augmented generation patterns and cost-aware orchestration.
  • Automated Retraining & Validation: triggers, evaluation, and promotion criteria to maintain production performance.

Quick Start

Describe a complete production ML deployment and monitoring plan for a trained model.

Frequently Asked Questions about senior-ml-engineer

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

FAQPage Schema
How do I automate MLOps pipelines for model deployment and monitoring?

Automate MLOps pipelines by standardizing model deployment in containers, running staging tests, and executing canary rollouts. This ensures reproducible training, model registry updates, lineage tracking, and continuous drift monitoring to maintain production performance.

What is the best way to detect and handle data drift in production ML systems?

Detect data drift by integrating automated drift checks into your MLOps pipelines. Establish clear validation criteria and automated retraining triggers to evaluate model performance and promote updated models when production data distribution shifts.

How do I integrate retrieval-augmented generation (RAG) into my ML applications?

Integrate retrieval-augmented generation (RAG) by applying production-grade patterns for LLM integration. Use cost-aware orchestration to manage retrieval processes, ensuring scalable and cost-effective AI system performance within your application architecture.

Can I use automated retraining with canary deployments to control production risk?

Yes, you can package models in containers and perform canary deployments to control risk. Automated retraining pipelines use triggers, evaluation metrics, and promotion criteria to validate models before they are promoted to production environments.

How do I optimize costs when deploying LLMs and RAG in real-world AI systems?

Optimize LLM and RAG costs by applying cost-aware orchestration patterns to your AI systems. Standardizing MLOps pipelines and deployment workflows controls infrastructure expenses while maintaining reliable model performance and data quality.

Why do I need feature stores for reproducible MLOps pipelines?

Feature stores ensure data quality and reproducibility in MLOps pipelines by providing a centralized repository for training and serving features. They automate lineage tracking and maintain consistency between training and production environments.