ml-engineer

Build production ML systems with PyTorch and TensorFlow for serving and monitoring.

70|42|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/tranhieutt/software_development_department --skill ml-engineer-tranhieutt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-engineer
Source: https://github.com/tranhieutt/software_development_department/tree/main/.claude/skills/ml-engineer
Command: npx skills add https://github.com/tranhieutt/software_development_department --skill ml-engineer-tranhieutt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds enterprise-grade ML foundations so teams can reliably deploy PyTorch, TensorFlow, and transformer workloads without sacrificing observability, testing, or cost control across the model lifecycle.

Core Features & Use Cases

  • Modern ML stacks: Guides the use of PyTorch 2.x, TensorFlow 2.x, Hugging Face, and Ray for distributed training, transfer learning, and hyperparameter search.
  • Serving and infrastructure: Covers model serving with TensorFlow Serving, TorchServe, BentoML, API frameworks, Docker/Kubernetes orchestration, and cloud ML platforms.
  • Operational excellence: Includes feature engineering and stores, monitoring, A/B testing, drift detection, CI/CD, and retraining automation to keep production models stable.

Quick Start

Design a PyTorch and TensorFlow production ML workflow with serving, monitoring, and feature engineering in a cloud-native environment.

Frequently Asked Questions about ml-engineer

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

FAQPage Schema
How do I set up model serving with PyTorch and TensorFlow in production?

Production model serving with PyTorch and TensorFlow is configured using TorchServe, TensorFlow Serving, and BentoML, orchestrated through Docker and Kubernetes to ensure reliable API endpoints for inference.

What's the best way to implement feature engineering and feature stores for ML systems?

Feature engineering and feature stores are implemented to manage and serve features consistently across batch and streaming contexts, ensuring reliable data pipelines for training and real-time inference workflows.

How does A/B testing infrastructure work for deployed machine learning models?

A/B testing infrastructure for deployed models works by routing live traffic between different model versions, validating reliability and performance metrics across batches before promoting a challenger model.

Can I use Ray for distributed training and hyperparameter search with Hugging Face transformers?

Yes, Ray integrates with Hugging Face and PyTorch 2.x to execute distributed training and hyperparameter search, scaling transformer workloads efficiently across cloud-native environments.

Why does model monitoring require drift detection and CI/CD in MLOps?

Model monitoring requires drift detection and CI/CD in MLOps to automate retraining pipelines, identify data shifts across streaming contexts, and maintain production stability without manual intervention.

Does this MLOps workflow support cost optimization for Kubernetes and Docker deployment stacks?

Yes, the MLOps workflow supports cost optimization for Kubernetes and Docker deployment stacks by validating resource allocation, maintaining observability, and automating reliability checks across the model lifecycle.