mlops-pipelines

mlops-pipelines is a skill for Claude Code from MonumentalSystems/Atlas-Agent-Teams. It costs 28 tokens per session (1,497 once invoked), scanned A, original, MIT.

A guide to putting machine-learning models into use and maintaining them over time. It covers scheduled, real-time, device-based, and streaming predictions, along with monitoring, drift detection, continuous delivery, feature stores, and versioning.

In plain words
What is it for?
Use it to plan model deployment, monitor production behavior, detect data changes, manage features, and update models through delivery pipelines.
Why use it?
It helps address stale predictions, changing data, scaling, infrastructure complexity, and the need to track model versions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the data-science plugin — 4 skills, 1 command, 5 agents shipped together

Good fit Use it to plan model deployment, monitor production behavior, detect data changes, manage features, and update models through delivery pipelines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/monumentalsystems/atlas-agent-teams/mlops-pipelines
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.

Any agent
npx skills add MonumentalSystems/Atlas-Agent-Teams --skill mlops-pipelines
Clone the repo
git clone --depth 1 https://github.com/MonumentalSystems/Atlas-Agent-Teams

Made for: Claude Code.

Or install data-science, the plugin that ships this one along with the rest of its 4 skills, 1 command, 5 agents.

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-pipelines

README.md
[![agentmods](https://agentmods.dev/badge/skills/monumentalsystems/atlas-agent-teams/mlops-pipelines/github.svg)](https://agentmods.dev/skills/monumentalsystems/atlas-agent-teams/mlops-pipelines)
Your own site
<a href="https://agentmods.dev/skills/monumentalsystems/atlas-agent-teams/mlops-pipelines"><img src="https://agentmods.dev/badge/skills/monumentalsystems/atlas-agent-teams/mlops-pipelines/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mlops-pipelines

Your own site · 80×15
<a href="https://agentmods.dev/skills/monumentalsystems/atlas-agent-teams/mlops-pipelines"><img src="https://agentmods.dev/badge/skills/monumentalsystems/atlas-agent-teams/mlops-pipelines.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,497 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00028 $0.01497
Opus 5 $0.00014 $0.00749
Sonnet 5 $0.00006 $0.00299
Haiku 4.5 $0.00003 $0.00150

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

Security

Grade A, and why

mlops-pipelines 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 12d 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.

teams/data-science/skills/mlops-pipelines/SKILL.md · 161 lines

How it starts

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

MLOps Pipelines

Model Deployment Strategies

Batch Deployment

  • Description: Run model on fixed schedule on accumulated data
  • Use Cases: Credit scoring, churn prediction, recommendations
  • Advantages: Simple, cost-effective, handles large volumes
  • Challenges: Latency, stale predictions
  • Tools: Apache Airflow, dbt, cron jobs, cloud batch services

Real-time Deployment

  • Description: Serve model as API for immediate predictions
  • Use Cases: Fraud detection, dynamic pricing, personalization
  • Advantages: Low latency, fresh predictions
  • Challenges: Scalability, infrastructure complexity
  • Tools: Flask, FastAPI, TensorFlow Serving, TorchServe, KServe

Edge Deployment

  • Description: Deploy model on edge devices (IoT, mobile, embedded)
  • Use Cases: Computer vision, speech recognition, offline scenarios
  • Advantages: Low latency, privacy, no internet required
  • Challenges: Limited compute, model size constraints
  • Tools: TensorFlow Lite, ONNX, Core ML, ML Kit

Streaming Deployment

  • Description: Process data streams with real-time predictions
  • Use Cases: Real-time analytics, monitoring, anomaly detection
  • Advantages: Continuous processing, low latency
  • Challenges: State management, exactly-once semantics
  • Tools: Apache Kafka, Apache Flink, Apache Spark Streaming

Model Monitoring and Drift Detection

Performance Monitoring

  • Prediction Metrics: Track model outputs and distributions
  • Accuracy Metrics: Monitor precision, recall, F1, MAE, RMSE
  • Business Metrics: Connect predictions to business KPIs
  • Latency: Track prediction response times
  • Throughput: Monitor predictions per second

Data Drift Detection

  • Covariate Drift: Changes in input feature distribution
  • Prior Probability Drift: Changes in target class distribution
  • Concept Drift: Changes in relationship between features and target
  • Detection Methods: Statistical tests, KL divergence, PSI
  • Visualization: Feature distribution plots over time

Read the full file on GitHub · 161 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. 12d ago First seen · 161 lines · 28 tokens per session scan A b322db2714bf

Subscribe to this mod's changes

mlops-pipelines is a skill published in the GitHub repository MonumentalSystems/Atlas-Agent-Teams (21 stars, last pushed 1mo ago), licensed MIT. It adds 28 tokens to every session and 1,497 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

airflow-dag-patterns

Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.

wshobson/agents · 42 tokens

tracely

Instrument AI agents with Tracely and turn their production traces into CI gates. Use when the user mentions Tracely, tracely-ai, tracelysdk, the tracely CLI, or asks to trace/observe an AI agent, add LLM evaluators or LLM-as-a-judge columns, debug why a trace or conversation isn't showing up, wire agent regression…

Jwuthri/Tracely-ai · 120 tokens

temps-mcp-setup

Configure Temps as an MCP (Model Context Protocol) server so AI assistants can interact with a Temps instance directly -- listing/inspecting projects and deployments, and (when write mode is enabled) triggering deployments with human confirmation. Use when the user wants to: (1) Set up the Temps MCP server, (2)…

gotempsh/temps · 180 tokens

architecture-paradigm-pipeline

Applies pipes-and-filters for sequential data transformations. Use when data flows through discrete stages like ETL, streaming analytics, or CI/CD pipelines.

athola/claude-night-market · 37 tokens

adf-master

Azure Data Factory (ADF) CI/CD, deployment, and pipeline development. PROACTIVELY activate for: (1) ADF CI/CD setup (npm validation, ARM template export), (2) ADF ARM template deployment, (3) ADF npm build validation in CI, (4) PrePostDeploymentScript for trigger and resource cleanup, (5) ADF GitHub Actions workflows…

Kilo-Org/kilo-marketplace · 178 tokens

llmops-platform-engineering

Build production LLMOps platforms with CI/CD, model promotion workflows, evaluation gates, rollback, and governance across cloud and self-hosted inference.

BagelHole/DevOps-Security-Agent-Skills · 36 tokens