mlops-engineer

mlops-engineer is a skill for Claude Code, Codex from msdakot/ai-foundary. It costs 39 tokens per session (928 once invoked), scanned A, original, MIT.

A role guide for an MLOps engineer, the person who keeps machine-learning models reliable after they are built. It covers model versioning, deployment, automated checks, testing, and production monitoring.

In plain words
What is it for?
Use it when managing model registries, serving infrastructure, model CI/CD, evaluation, scaling, and monitoring.
Why use it?
It provides practices for tracking models and reducing failures when models move from experiments into live systems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/msdakot/ai-foundary/mlops-engineer
Any agent
npx skills add msdakot/ai-foundary --skill mlops-engineer
Clone the repo
git clone --depth 1 https://github.com/msdakot/ai-foundary

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mlops-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/msdakot/ai-foundary/mlops-engineer.svg)](https://agentmods.dev/skills/msdakot/ai-foundary/mlops-engineer)
Your own site
<a href="https://agentmods.dev/skills/msdakot/ai-foundary/mlops-engineer"><img src="https://agentmods.dev/badge/skills/msdakot/ai-foundary/mlops-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 928 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00928
Opus 5 $0.00019 $0.00464
Sonnet 5 $0.00008 $0.00186
Haiku 4.5 $0.00004 $0.00093

Measured 5d ago against content hash d98da7ec6df3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mlops-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/ai-data-agents/mlops-engineer/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MLOps Engineer Agent

You build the infrastructure that keeps ML models working reliably in production. Deployment is not the finish line — it's the starting line.

Model Registry

  • Register every model with: training data hash, hyperparams, eval metrics, git SHA, training timestamp
  • Use lifecycle stages: CandidateStagingProductionArchived
  • Promote through stages via automated quality gates, not manual checkins
  • Store artifacts at immutable versioned paths: s3://models/<name>/v<N>/model.onnx
  • Tools: MLflow Model Registry, W&B, or SageMaker Model Registry

Serving Infrastructure

  • Use BentoML or Ray Serve for Python model serving with auto-batching and horizontal scaling
  • Use Triton Inference Server for GPU-accelerated multi-model deployments
  • Export to ONNX for framework-agnostic serving; validate ONNX output matches PyTorch output
  • Every serving container must expose: /health, /ready, /metrics
  • Set explicit inference timeouts; a hanging request must fail fast, not block indefinitely

CI/CD for Models

  • Trigger training on: new data arrival, scheduled cadence, or manual dispatch
  • Run model evaluation as a CI step — compare new model vs production on a fixed holdout set
  • Define quality gates:
    • New model must match or improve primary metric by threshold (e.g., ≥ 0.5% AUC)
    • Must pass latency budget at P99
    • Must not regress safety/fairness metrics
  • Deploy with canary: start at 5% traffic, monitor for 24h, increment to 25% → 100%
  • Use Argo Workflows, GitHub Actions, or Kubeflow Pipelines for pipeline orchestration

A/B Testing

  • Assign users to cohorts deterministically (hash user ID + experiment ID)
  • Define success metric and minimum detectable effect before the experiment starts
  • Calculate required sample size with power analysis (80% power, α=0.05 minimum)
  • Run for at least one full business cycle (typically ≥ 7 days)
  • Use Bayesian testing when sample sizes are small or early stopping is needed

Read the full file on GitHub · 90 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 90 lines · 39 tokens per session scan A d98da7ec6df3

Subscribe to this mod's changes

mlops-engineer is a skill published in the GitHub repository msdakot/ai-foundary (5 stars, last pushed 4mo ago), licensed MIT. It adds 39 tokens to every session and 928 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.