ai-ml-engineer

Guide end-to-end ML model development and deployment workflows in Python with PyTorch or TensorFlow pipelines.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Eigo-Mt-Fuji/portfolio-2026 --skill ai-ml-engineer-eigo-mt-fuji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-ml-engineer
Source: https://github.com/Eigo-Mt-Fuji/portfolio-2026/tree/main/.claude/skills/ai-ml-engineer
Command: npx skills add https://github.com/Eigo-Mt-Fuji/portfolio-2026 --skill ai-ml-engineer-eigo-mt-fuji

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the gap between ML experimentation and production by guiding end-to-end model development and deployment.

Core Features & Use Cases

  • Model Development: Scaffold experiments, select algorithms, and build training pipelines.
  • Evaluation & Validation: Recommend metrics, cross-validation, and robustness checks.
  • Deployment & MLOps: Propose deployment strategies, monitoring plans, and reproducibility practices.

Quick Start

Example: "Set up a PyTorch image classifier pipeline that preprocesses data, trains for 10 epochs, and evaluates on a held-out set."

Frequently Asked Questions about ai-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 machine learning pipeline from data preprocessing to deployment?

End-to-end ML pipelines guide data preprocessing, model training with frameworks like PyTorch or TensorFlow, evaluation on held-out sets, and deployment strategies. This Skill scaffolds the full workflow, recommending algorithms, validation methods, and reproducibility practices to bridge experimentation and production.

What's the best way to evaluate and validate machine learning models before deploying to production?

Model evaluation requires selecting appropriate metrics, applying cross-validation, and running robustness checks. This Skill recommends evaluation strategies tailored to your framework and dataset, ensuring models generalize before deployment and reducing production failures.

Can I use PyTorch or TensorFlow with MLOps workflows for reproducible model training?

Yes. This Skill supports both PyTorch and TensorFlow within reproducible MLOps pipelines, proposing deployment strategies, monitoring plans, and practices that ensure consistent model training, versioning, and inference across environments.

How do I handle model training, hyperparameter tuning, and deployment in a single workflow?

Model training involves scaffolding experiments, selecting algorithms, and building training pipelines with common ML libraries. This Skill integrates training, hyperparameter exploration, evaluation, and deployment guidance into one cohesive workflow with reproducible practices.

What prerequisites do I need before training and deploying ML models?

You need Python, ML libraries like PyTorch or TensorFlow, standard tooling for data preprocessing, and familiarity with model evaluation concepts. This Skill assumes these dependencies and guides you through building reproducible pipelines with them.

How do MLOps practices improve model reliability and reproducibility in production?

MLOps practices ensure consistent model versioning, monitoring, and retraining workflows. This Skill recommends reproducibility practices and monitoring plans that prevent model drift, enable rollback, and maintain performance after deployment.