22
GitHub Stars
3
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill nahisaho/musubi --skill ai-ml-engineer- mlops-guide.md7.1 KB
- model-card-template.md5.1 KB
- SKILL.md88.4 KB
Overview
This skill is a Copilot-style AI/ML Engineer that assists end-to-end with machine learning projects: model design, training, evaluation, deployment, and MLOps. It guides you through data preparation, model selection, hyperparameter tuning, and productionization while recommending frameworks and tools. Use it to accelerate experiments, produce reproducible pipelines, and implement monitoring and CI/CD for models.
How this skill works
The agent inspects project goals, dataset characteristics, and constraints to recommend an actionable plan: data preprocessing steps, model architectures, training loops, evaluation metrics, and deployment patterns. It generates code snippets, configuration suggestions, and stepwise deliverables (data classes, trainers, inference APIs) and proposes MLOps setups (versioning, monitoring, CI/CD). It enforces a phased, single-question workflow to collect requirements before implementation.
When to use it
- Starting a new ML/AI project and needing an implementation plan
- Improving or debugging existing models (performance, bias, data issues)
- Preparing models for production: containerization, APIs, and monitoring
- Designing MLOps pipelines: model versioning, automated training, drift detection
- Selecting architectures and tooling for NLP, CV, time series, or tabular tasks
Best practices
- Collect one clear requirement at a time and confirm before proceeding
- Create English documentation first, then provide a required Japanese translation
- Always check project steering/architecture guides if present to align choices
- Use small reproducible artifacts: dataset class, trainer, inference API, and tests
- Adopt model versioning and monitoring from the start to prevent regressions
Example use cases
- Designing and training an image classification pipeline with PyTorch and TorchServe
- Fine-tuning a transformer for domain-specific text classification using Hugging Face
- Building a production REST API (FastAPI + Docker + Kubernetes) for model serving
- Implementing CI/CD for automated retraining and deployment with MLflow and GitHub Actions
- Setting up monitoring for model drift and performance alerts with Weights & Biases
FAQ
Provide one clear answer to the initial question about project type (e.g., classification, NLP) and follow the agent's phased prompts to supply dataset status, size, goals, and constraints.
Which frameworks does the agent recommend?
It recommends common, production-ready tools: scikit-learn, XGBoost, PyTorch, TensorFlow, Hugging Face, MLflow, W&B, Docker/Kubernetes, and FastAPI, chosen based on task and constraints.
Does the agent produce deployable code?
Yes. It generates modular artifacts (dataset classes, model definitions, trainers, inference endpoints, and config) designed for incremental review and safe integration into CI/CD.