ml-engineer
Builds, monitors, and scales production machine learning systems.
Install
mkdir -p .claude/skills/ml-engineer-tontide1 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14791" && unzip -o skill.zip -d .claude/skills/ml-engineer-tontide1 && rm skill.zipInstalls to .claude/skills/ml-engineer-tontide1
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Build, serve, monitor, and scale production machine learning systems. Use when the task involves training infrastructure, model serving, feature pipelines, experiment tracking, online or batch inference, ML observability, or deployment tradeoffs.Key capabilities
- →Design ML systems for batch, streaming, or synchronous workloads
- →Align training-time and serving-time feature logic
- →Version datasets, features, models, and configs
- →Add validation for schemas, feature freshness, and model input shape
- →Plan for rollback, shadow traffic, or canary releases
- →Monitor latency, throughput, drift, and error rates
How it works
This skill guides the design and implementation of ML systems by focusing on operational concerns, reproducibility, validation, and monitoring across the ML lifecycle.
Inputs & outputs
When to use ml-engineer
- →Deploy a machine learning model for inference
- →Monitor model drift in production
- →Set up an experiment tracking pipeline
- →Design a feature extraction pipeline
About this skill
ML Engineer
Quick Start
- Define the prediction task, serving pattern, and business success metric.
- Separate concerns across data prep, training, validation, registry, and inference.
- Design for reproducibility, rollback, and monitoring before optimizing throughput.
- Implement with explicit data contracts and model versioning.
- Validate both model quality and operational behavior.
Workflow
Design the system
- Decide whether the workload is batch, streaming, synchronous, or asynchronous.
- Keep training-time and serving-time feature logic aligned.
- Choose model packaging and deployment paths that match the runtime environment.
Build for operations
- Version datasets, features, models, configs, and metrics together.
- Add validation around schemas, feature freshness, and model input shape.
- Plan for rollback, shadow traffic, or canary release before broad rollout.
- Monitor latency, throughput, drift, error rate, and business KPIs separately.
Validate the result
- Run offline evaluation with leakage-aware splits.
- Test inference paths with realistic payloads and failure cases.
- Report system limits, retraining triggers, and operational ownership.
Deliverables
- A production-minded ML system design or implementation.
- Clear tradeoffs across quality, cost, latency, and maintenance.
- A rollout and monitoring plan tied to the model lifecycle.
When not to use it
- →The task does not involve building, serving, monitoring, or scaling production machine learning systems.
Limitations
- →The skill does not perform model training itself.
- →The skill does not automatically deploy models.
How it compares
This workflow prioritizes operational aspects, reproducibility, and explicit validation for ML systems, unlike academic ML development that might overlook deployment and monitoring challenges.
Compared to similar skills
ml-engineer side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ml-engineer (this skill) | 0 | 3mo | No flags | Advanced |
| langfuse | 7 | 6mo | No flags | Intermediate |
| mlops-engineer | 3 | 4mo | No flags | Advanced |
| langsmith-observability | 4 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
langfuse
davila7
Expert in Langfuse - the open-source LLM observability platform. Covers tracing, prompt management, evaluation, datasets, and integration with LangChain, LlamaIndex, and OpenAI. Essential for debugging, monitoring, and improving LLM applications in production. Use when: langfuse, llm observability, llm tracing, prompt management, llm evaluation.
mlops-engineer
sickn33
Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated training, deployment, and monitoring across cloud platforms. Use PROACTIVELY for ML infrastructure, experiment management, or pipeline automation.
langsmith-observability
davila7
LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.
mlflow
davila7
Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform
trulens-evaluation-workflow
truera
Systematically evaluate your LLM application with TruLens
mlops-observability
fmind
Guide to implement full stack observability including reproducibility, lineage, monitoring, alerting, and explainability.