ai-ml-engineer

Develop end-to-end ML models with training, evaluation, deployment, and MLOps.

69|5|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/nahisaho/musubi --skill ai-ml-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-ml-engineer
Source: https://github.com/nahisaho/musubi/tree/main/.claude/skills/ai-ml-engineer
Command: npx skills add https://github.com/nahisaho/musubi --skill ai-ml-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill simplifies the end-to-end lifecycle of machine learning projects, from data processing and model development to deployment and monitoring. It helps build robust, performant, and maintainable AI solutions, reducing the complexity of MLOps.

Core Features & Use Cases:

  • Model Development & Training: Designs and trains various ML models (classification, regression, NLP, CV, LLM).
  • Data Processing & Feature Engineering: Handles data preprocessing, augmentation, and feature selection.
  • Model Evaluation & Optimization: Selects metrics, tunes hyperparameters, and applies ensemble methods.
  • MLOps Implementation: Sets up model versioning, deployment (REST API, Kubernetes), and monitoring.
  • Use Case: You need to build an image classification model to detect defects in manufacturing. This Skill can guide you through data preparation, select an appropriate model (e.g., EfficientNet), set up a training pipeline with PyTorch, evaluate performance, and prepare the model for deployment as a REST API with Docker.

Quick Start: I want to build an image classification model to identify different types of fruits. Help me with the development and training.

Frequently Asked Questions about ai-ml-engineer

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

FAQPage Schema
How do I build and train a machine learning model end-to-end?

End-to-end ML model training covers data preprocessing, feature engineering, model selection, hyperparameter tuning, and evaluation using frameworks like PyTorch and TensorFlow. This Skill guides you through each stage, from raw data to a validated model ready for deployment.

Can I deploy ML models with MLOps best practices using Docker and Kubernetes?

Yes. MLOps deployment includes model versioning, REST API serving, containerization with Docker, and orchestration with Kubernetes. This Skill covers the complete setup for production-ready model serving and monitoring.

How do I handle data preprocessing and feature engineering for different data types?

Data preprocessing and feature engineering adapt to your data type—structured data, time series, NLP text, or computer vision images. This Skill provides techniques for augmentation, selection, and optimization across all domains.

What's the best way to track experiments and monitor model performance in production?

Experiment tracking logs hyperparameters, metrics, and models; production monitoring detects data drift and performance degradation. This Skill integrates versioning, tracking, and monitoring into automated CI/CD pipelines.

Can I use this for NLP and computer vision projects?

Yes. This Skill covers NLP and computer vision use cases with appropriate preprocessing, model architectures, and evaluation strategies tailored to text and image data.

How do I handle hyperparameter tuning and model evaluation?

Hyperparameter tuning optimizes model performance; evaluation selects appropriate metrics and applies ensemble methods. This Skill provides strategies for both structured and unstructured data across classification, regression, and other tasks.