mlops-tabular

A guide for building production machine-learning systems from table-based data, such as spreadsheets or database records. It covers the work from defining the business problem through design, implementation, deployment, and monitoring.

In plain words
What is it for?
Use it to plan an ML product, assess whether ML is suitable, design its architecture, build the pipeline, and prepare it for production.
Why use it?
It helps turn an unclear ML idea into a system that fits the data, constraints, and real-world use case.

Skill for Claude CodeCodex

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/ayush488-glitch/mlops-stack/mlops-tabular
Any agent
npx skills add ayush488-glitch/mlops-stack --skill mlops-tabular
Clone the repo
git clone --depth 1 https://github.com/ayush488-glitch/mlops-stack

Made for: Claude Code, Codex.

Per session 145 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,780 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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 $0.00145 $0.09780
Opus 5 $0.00072 $0.04890
Sonnet 5 $0.00029 $0.01956
Haiku 4.5 $0.00015 $0.00978

Measured 3d ago against content hash f48c0b260150, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (gen-skill.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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."
skills/mlops-tabular/SKILL.md · 827 lines

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:

  1. The Accuracy Trap — A fraud model shows 99.2% accuracy while catching zero fraud (because the dataset is 99.2% non-fraud)
  2. Data Leakage — Scaling before splitting inflates AUC from 0.78 to 0.953. The model is cheating, not learning.
  3. Model Drift — Zillow lost $881M when housing market dynamics shifted and their model kept making confident predictions
  4. Training-Serving Skew — A 12% difference in feature computation between Python training and Java serving flips credit decisions
  5. 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.

Read the full file on GitHub · 827 lines

Files

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.

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. 3d ago First seen · 827 lines · 145 tokens per session scan B f48c0b260150

Subscribe to this mod's changes

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.

Related

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.

google/skills · 60 tokens

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…

google/skills · 104 tokens

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…

x-cmd/x-cmd · 71 tokens

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…

neuron-core/neuron-ai · 77 tokens

mixed-precision

Use FP16/BF16 mixed precision to accelerate training and reduce memory. Use when optimizing GPU performance.

aiming-lab/AutoResearchClaw · 25 tokens

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.

Orchestra-Research/AI-Research-SKILLs · 58 tokens