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.
npx agentmods add skills/msdakot/ai-foundary/mlops-engineernpx skills add msdakot/ai-foundary --skill mlops-engineergit clone --depth 1 https://github.com/msdakot/ai-foundaryWrote 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.
[](https://agentmods.dev/skills/msdakot/ai-foundary/mlops-engineer)<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>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.
| Model | Per session | Once 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 |
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.
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:
Candidate→Staging→Production→Archived - 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
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.
- 5d ago First seen · 90 lines · 39 tokens per session scan A d98da7ec6df3
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.
Other skills, from other repositories
vercel-deployment
Expert knowledge for deploying generative UI applications to Vercel.
ML Pipeline Automation
Build end-to-end ML pipelines with automated data processing, training, validation, and deployment using Airflow, Kubeflow, and Jenkins.
data-pipeline
Professional Data Pipeline Expert skill. Build robust, automated deployment pipelines and configure cloud infrastructure as code.
tensorrt-llm
High-throughput LLM inference on NVIDIA GPUs.
agent-platform-endpoint-management
Manages Agent Platform serving endpoints. Use when you need to create, list, describe, update, or delete serving endpoints for model deployment on Agent Platform. Also use when troubleshooting endpoint permission, quota, or resource busy errors. Don't use for deploying models to endpoints or for running model…
skypilot-multi-cloud-orchestration
Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.