senior-ml-engineer

Deploy ML models with containerization, staging canaries, and drift monitoring.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Haseeb-Arshad/TaskHive --skill senior-ml-engineer-haseeb-arshad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-ml-engineer
Source: https://github.com/Haseeb-Arshad/TaskHive/tree/main/.claude/skills/senior-ml-engineer
Command: npx skills add https://github.com/Haseeb-Arshad/TaskHive --skill senior-ml-engineer-haseeb-arshad

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Production-grade ML systems require reliable deployment, monitoring, drift detection, and scalable LLM integration. This skill provides patterns and reference implementations to operationalize ML models and LLMs in production.

Core Features & Use Cases

  • End-to-end ML deployment pipelines (export, containerize, deploy to staging/production)
  • MLOps instrumentation (drift monitoring, A/B tests, retraining)
  • LLM integration patterns and RAG system guidance
  • Reference docs and templates for reproducible infra

Quick Start

Run the ModelDeploymentPipeline and RagSystemBuilder scripts to bootstrap a production ML workflow.

Frequently Asked Questions about senior-ml-engineer

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

FAQPage Schema
How do I set up an end-to-end ML deployment pipeline for production?

To set up an ML deployment pipeline, you need to export, containerize, and deploy models to staging and production. This skill provides dedicated scripts to bootstrap this workflow and enforce production-grade requirements like automated testing.

What is the best way to monitor ML drift in production environments?

Monitoring ML drift requires MLOps instrumentation that tracks data and model performance changes over time. This skill provides reference implementations for drift monitoring, A/B tests, and automated retraining to maintain model reliability.

How do I build a RAG system for scalable LLM integration?

Building a RAG system involves creating pipelines that retrieve relevant context for large language models. You can use the RagSystemBuilder script provided here to bootstrap production-ready RAG workflows and integrate scalable LLM patterns.

Do I need containerized environments for staging canaries and automated testing?

Containerized environments are required for staging canaries and automated testing to ensure reproducible infrastructure. This skill enforces production-grade requirements by providing reference templates for reliable, scalable model deployments.

Can I automate retraining pipelines when drift is detected?

Automated retraining pipelines can be triggered when drift monitoring detects significant data or model degradation. This skill includes MLOps patterns to orchestrate automated tests, evaluate canaries, and execute retraining workflows.

When do I need production-grade ML patterns for reliable AI?

Production-grade ML patterns are needed when operationalizing models and LLMs that require high reliability, drift detection, and scalable infrastructure. Use these patterns to move from experimental scripts to robust, monitored production environments.