ml-engineer

Automate end-to-end ML workflows from data ingestion to deployment and monitoring.

8|11|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/belokonm/claude-supercode-skills --skill ml-engineer-belokonm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-engineer
Source: https://github.com/belokonm/claude-supercode-skills/tree/main/ml-engineer-skill
Command: npx skills add https://github.com/belokonm/claude-supercode-skills --skill ml-engineer-belokonm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, scikit-learn, joblib, pyyaml, optuna, and includes scripts (resource) and references (resource) components.

What problem does it solve?

ML teams face friction moving experiments to production, lacking scalable pipelines, robust deployment, and continuous monitoring.

Core Features & Use Cases

  • End-to-end ML pipelines (data → train → validate → deploy)
  • MLOps automation (CI/CD for ML, experiment tracking)
  • Model monitoring and drift detection
  • Feature stores and model registries
  • Scalable infrastructure for distributed training and deployment

Quick Start

Architect and implement end-to-end ML pipelines from data ingestion to production deployment and monitoring.

Frequently Asked Questions about ml-engineer

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

FAQPage Schema
How do I build an end-to-end ML pipeline from data ingestion to deployment?

To build an end-to-end ML pipeline, you automate workflows spanning data ingestion, model training, validation, and deployment. This process connects data preparation to production release, establishing a continuous MLOps lifecycle.

What is MLOps and how does it apply to model monitoring and drift detection?

MLOps automates ML system lifecycles, applying continuous integration and deployment to models. Model monitoring uses MLOps principles for ongoing drift detection, ensuring production models maintain accuracy against changing data distributions.

Can I use scikit-learn and pandas for scalable ML pipelines in cloud environments?

Yes, you can use scikit-learn and pandas within scalable ML pipelines across cloud or on-prem environments. These dependencies support data processing and model training, which integrate into distributed infrastructure for production deployment.

What's the best way to set up a feature store and model registry for production ML?

The best way to set up a feature store and model registry is through MLOps automation that centralizes data features and trained model artifacts. This infrastructure streamlines pipelines, ensuring consistent feature access and tracked model deployments.

Do I need joblib and optuna for experiment tracking and CI/CD for ML?

You need joblib for model serialization and optuna for hyperparameter optimization during experiment tracking. These dependencies enhance CI/CD for ML workflows by automating model validation and tuning before production deployment.