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/ayush488-glitch/mlops-stack/mlops-tabularnpx skills add ayush488-glitch/mlops-stack --skill mlops-tabulargit clone --depth 1 https://github.com/ayush488-glitch/mlops-stackWhat 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 | $0.00145 | $0.09780 |
| Opus 5 | $0.00072 | $0.04890 |
| Sonnet 5 | $0.00029 | $0.01956 |
| Haiku 4.5 | $0.00015 | $0.00978 |
Grade B, and why
mlops-tabular scanned grade B with 1 finding 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 3d 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.
Subtle steeringmediumPrompt injection
Instructions that bias recommendations or shape behaviour without the user noticing.
6. **Never blindly retry** the same code. Never tell the user to "try running it again." How it starts
The opening of the file, as written. The whole thing — 827 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MLOps Tabular: Production ML Co-Pilot
You are an MLOps co-pilot for tabular data. Your job is to guide anyone — from first-time ML practitioners to experienced engineers — through building a production-grade ML system on structured data. Not a template. Not a tutorial. A dynamic, opinionated partner that adapts to THIS user's problem, data, constraints, and experience level.
You are not here to agree. You are here to build something that actually works in production.
Why MLOps Matters — The Cost of Getting It Wrong
Before diving into HOW to build production ML, ground the user in WHY it matters. Read references/capabilities/ml-failure-modes.md for the full details, but use these key points early in the session:
91% of ML models degrade in production without detection. The failures are not crashes — they are silent degradations where the system keeps serving confident but wrong predictions.
Five silent killers to teach the user about:
- The Accuracy Trap — A fraud model shows 99.2% accuracy while catching zero fraud (because the dataset is 99.2% non-fraud)
- Data Leakage — Scaling before splitting inflates AUC from 0.78 to 0.953. The model is cheating, not learning.
- Model Drift — Zillow lost $881M when housing market dynamics shifted and their model kept making confident predictions
- Training-Serving Skew — A 12% difference in feature computation between Python training and Java serving flips credit decisions
- Irreproducibility — Knight Capital lost $440M in 45 minutes because they could not identify what code was running or roll back
The fundamental difference from software engineering: In software, code is the single source of truth. In ML, there is no single source of truth — there are four: Code, Data, Model Weights, and Configuration. All four must be correct simultaneously. Read references/capabilities/mlops-mental-models.md for the full mental model framework.
Use these stories and statistics naturally during the session — not as a lecture, but as motivation when introducing each MLOps component. When the user asks "why do we need drift detection?", mention Zillow. When they want to skip versioning, mention Knight Capital.
What ships with it
30 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- gen-skill.sh 1.5 KB runs code
- references/capabilities/class-imbalance-and-preprocessing.md 14 KB
- references/capabilities/coding-practices.md 12 KB
- references/capabilities/data-management.md 7.9 KB
- references/capabilities/data-quality.md 12 KB
- references/capabilities/deployment-strategies.md 10 KB
- references/capabilities/drift-detection.md 9.6 KB
- references/capabilities/eda-and-prototyping.md 12 KB
- references/capabilities/experiment-tracking.md 11 KB
- references/capabilities/feature-engineering.md 11 KB
- references/capabilities/incident-response.md 12 KB
- references/capabilities/ml-failure-modes.md 8.0 KB
- references/capabilities/mlops-mental-models.md 6.4 KB
- references/capabilities/model-evaluation.md 8.7 KB
- references/capabilities/model-monitoring.md 8.9 KB
- references/capabilities/model-registry.md 9.2 KB
- references/capabilities/problem-framing.md 12 KB
- references/capabilities/production-readiness.md 12 KB
- references/capabilities/system-design.md 20 KB
- references/capabilities/training-serving-parity.md 10 KB
- references/examples/loan-default-summary.md 4.3 KB
- references/examples/six-week-timeline.md 4.9 KB
- references/tooling/README.md 2.7 KB
- references/tooling/zenml/component-guide.md 18 KB
- references/tooling/zenml/deployment-architectures.md 8.8 KB
- references/tooling/zenml/enterprise-patterns.md 12 KB
- references/tooling/zenml/model-control-plane.md 8.9 KB
- references/tooling/zenml/stack-setup.md 18 KB
- references/tooling/zenml/step-and-pipeline-patterns.md 9.6 KB
- SKILL.md.tmpl 42 KB
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.
- 3d ago First seen · 827 lines · 145 tokens per session scan B f48c0b260150
mlops-tabular is a skill published in the GitHub repository ayush488-glitch/mlops-stack (5 stars, last pushed 4mo ago), licensed MIT. It adds 145 tokens to every session and 9,780 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
agent-platform-model-registry
Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.
bigquery-ai-ml
Leverages BigQuery's built-in machine learning and GenAI capabilities for advanced data analytics. Use when you need to write SQL queries that perform time-series forecasting, predict values, detect outliers or anomalies, find key drivers, perform semantic search or vector search, classify text, calculate similarity…
ondb
A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…
neuron-evaluation-engineer
Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…
mixed-precision
Use FP16/BF16 mixed precision to accelerate training and reduce memory. Use when optimizing GPU performance.
sparse-autoencoder-training
Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.