Ai Mlops logo

Ai Mlops

Community
vasilyu1983
ai-mlops

Operates ML, LLM, responsible-AI, and multimodal systems. Use when deploying, monitoring, governing, or responding to production AI failures.

Overview

Publishervasilyu1983
RepositoryAI-Agents-public
Skill nameai-mlops
Stars
87
Forks
19
Bundled files
53
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 53 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by vasilyu1983 on GitHub. Read the source before you install it.

Installation

Install the Ai Mlops AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public.git /tmp/AI-Agents-public
mkdir -p .claude/skills
cp -r /tmp/AI-Agents-public/frameworks/shared-skills/skills/ai-mlops .claude/skills/ai-mlops
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ai Mlops in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Ai Mlops on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Ai Mlops is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

MLOps & LLMOps - Production Operations Hub

July 2026 posture: version every changeable artifact, gate every release with a regression-eval suite in CI, instrument the whole path with OpenTelemetry (pin GenAI convention version — the spec now lives in its own repo and is still evolving), treat tool/RAG context as untrusted input, and ship rollback plus incident playbooks before launch.

This skill is the execution hub for operating AI systems in production:

  • Classical ML ops: ingestion, registries, feature stores, drift, retraining, promotion
  • LLMOps: serving, prompt/config lifecycle, online evals, cost controls, safety gates
  • Agent runtime ops: tracing, tool governance, approval paths, MCP-aware telemetry, rollback
  • Governance: privacy, supply chain, auditability, AI Act readiness, safety incident handling

Use this skill for production architecture, release gates, monitoring, incidents, and governance. Use adjacent skills for modelling, retrieval depth, agent design, or inference internals.

When To Use This Skill

Activate this skill when the user asks for:

  • Deploying an ML, LLM, RAG, or agent-backed system to production
  • Designing serving, batch, hybrid, or multi-region runtime architecture
  • Adding observability, drift detection, alerting, retraining, or release gates
  • Writing incident runbooks, rollback plans, or go/no-go checklists
  • Hardening an AI system against prompt injection, RAG poisoning, tool abuse, or data leakage
  • Building governance artifacts for privacy, auditability, or regulated rollout
  • Choosing how to operate prompts, model artifacts, feature definitions, or agent graphs safely
  • Diagnosing why changes to an ML system keep rippling: entanglement, correction cascades, undeclared consumers, pipeline jungles, or config sprawl
  • Operating fairness, privacy-budget, human-oversight, appeal, watermark/provenance, copyright/memorization, or environmental controls
  • Deploying multimodal image, document, audio, video, vision-language, or diffusion systems with bounded media ingestion, safety, latency, and cost

Scope Boundaries

  • EDA, feature engineering, training, SQL transformation -> ai-ml-data-science
  • Prompt strategy, tuning, eval design, fine-tuning ROI -> ai-llm
  • Retrieval architecture, chunking, reranking, search quality -> ai-rag
  • Latency, batching, quantization, GPU serving internals -> ai-llm-inference
  • Deep agent architecture, MCP server design, handoffs, memory -> ai-agents

Keep this skill focused on operating production systems after the architecture exists or while defining production controls for it.

ASCII Flow

text
AI system ready for operation
  |
  v
release artifact
  model/prompt/retrieval/tool versions + owner + eval report + rollback target
  |
  v
production controls
  CI/CD + registry + telemetry + policy gates + security review
  |
  v
rollout
  shadow -> canary -> gradual promotion -> rollback on SLO/eval breach
  |
  v
operate
  monitor drift/cost/latency/safety + incident response + retrain/retire loop

Quick Reference

TaskDefault Tooling / PatternWhen to Use
Data ingestiondlt + contracts + lineageAPIs, CDC, warehouse loading, incremental syncs
Batch scoringAirflow, Dagster, PrefectHigh-volume scoring, backfills, delayed labels
Real-time servingFastAPI, gRPC, KServe, BentoMLLow-latency APIs with explicit SLOs
LLM servingvLLM, TGI, BentoMLHigh-throughput text generation endpoints
Registry / promotionMLflow 3 (alias-based: champion/challenger), W&B, ZenMLVersioning, approvals, rollbacks, lineage
Feature consistencyFeast / managed feature storesBatch + online parity and point-in-time correctness
ObservabilityOpenTelemetry + Prometheus/GrafanaTraces, metrics, alerts, cost and latency budgets
OTel GenAI conventionsPin the semconv version — spec moved to its own repo, still evolving as of July 2026Expect churn; verify at github.com/open-telemetry/semantic-conventions-genai (opentelemetry.io/docs/specs/semconv/gen-ai/ is now a stub redirect)
Drift / retrainingStatistical monitors + gated CTDetect shifts and trigger controlled retraining
Training job orchestrationRay, Slurm, cloud training queues (SageMaker Jobs, Vertex)Queue/schedule fine-tune + eval jobs; avoid runaway GPU spend
Cost chargeback / showbackResource tagging + cost dashboards per team or per modelAllocate LLM API + GPU + storage costs to business units
Eval-as-CI-gateRegression-eval suite blocking model/prompt deploy in CILLM-as-judge: calibrate against human-labeled gold set (judges drift)
Agent runtime opsTrace spans + tool approvals + audit logsTool-using agents, MCP tools, approval flows
Security / governanceThreat model + policy checklists + runbooksGenAI hardening, privacy, AI Act, incident prep

Default Workflow

  1. Pick the runtime pattern with the decision tree below.
  2. Define release artifacts: model/prompt version, owner, rollback target, eval report, runbook.
  3. Instrument first: traces, request IDs, model/prompt/tool versions, latency/cost budgets.
  4. Add policy gates: security review, privacy controls, AI risk notes, approval path.
  5. Roll out gradually: shadow -> canary -> promoted traffic, with automatic rollback criteria.
  6. Close the loop: alerts, incident runbook, feedback collection, retraining or retirement triggers.

Decision Tree: Choose The Operating Pattern

text
Need to operate an AI system in production:
    ├─ Primary workload is data movement?
    │   ├─ APIs / SaaS syncs -> dlt ingestion + contracts + freshness alerts
    │   ├─ Database replication -> CDC / incremental sync + lineage + replay plan
    │   └─ Streaming events -> queue/stream path + backpressure + schema control
    ├─ Primary workload is inference?
    │   ├─ Scheduled / offline -> batch scoring pipeline
    │   ├─ <500 ms API -> online service with SLOs, timeouts, rollback target
    │   └─ Mix of both -> hybrid deployment + shared registry + feature parity
    ├─ System includes LLM or RAG?
    │   ├─ Yes -> prompt/config versioning + token/cost budgets + safety gates
    │   └─ RAG -> retrieval ACLs + poisoning defenses + answerability / citation checks
    ├─ System includes tool-using agents?
    │   ├─ Yes -> approval gates + least-privilege tools + trace tool calls
    │   └─ MCP tools -> auth + audit + semantic telemetry for MCP sessions and tools
    └─ Need regulated or multi-region rollout?
        ├─ Yes -> residency, tenant isolation, audit evidence, rollback by region
        └─ No -> single-region rollout with standard incident and rollback controls

May 2026 Operating Rules

  • OpenTelemetry first: standardize traces and metrics for requests, prompts, models, tools, and MCP interactions. Prefer OTel GenAI semantic conventions and, where relevant, MCP semantic conventions. Caveat: as of mid-2026, gen_ai.* attributes, metrics, events, and spans (including MCP-specific conventions) moved out of the core open-telemetry/semantic-conventions repo into a dedicated open-telemetry/semantic-conventions-genai repo, which as of July 2026 has no tagged releases and no published docs site — treat it as pre-release and pin an exact commit/schema version, not a package tag. The old opentelemetry.io/docs/specs/semconv/gen-ai/ page is now only a "moved" stub. Verify current convention state at https://github.com/open-telemetry/semantic-conventions-genai before shipping.
  • Eval-as-CI-gate (canonical pattern): every model, prompt, feature, retrieval, or agent-graph change must pass a regression-eval suite before deployment. Gate CI on this suite. When using LLM-as-judge scoring, calibrate the judge against a human-labeled gold set — judge scores drift as model versions change and must be periodically re-calibrated. This skill is the canonical owner of this pattern; cross-links from other skills are fine.
  • Treat retrieved content and tools as untrusted: RAG context, tool outputs, external APIs, and MCP servers all need containment, validation, and audit logs.
  • Version the full runtime: model artifact, feature definitions, prompt/config, safety policies, tool schemas, and agent graphs.
  • MLflow 3 alias-based registry: prefer model aliases (e.g., @champion, @challenger) over lifecycle stages for promotion governance. Stages are soft-deprecated in MLflow 3 in favor of aliases. Verify current MLflow docs at https://mlflow.org/docs/latest/ before advising.
  • vLLM V1 engine only: V1 has been the default since v0.8.0 and, per the project's deprecation plan, V0 code was slated for removal starting v0.10 — by mid-2026 V0 is gone, not just deprecated. If a codebase still references V0 flags (VLLM_USE_V1=0, legacy LLMEngine args), treat it as unmaintained and migrate. Reference: https://docs.vllm.ai/en/stable/usage/v1_guide/
  • Document regulatory timing explicitly: as of March 13, 2026, general AI Act obligations apply from August 2, 2026, while general-purpose AI model obligations already started on August 2, 2025. Verify exact applicability for the user’s system before final advice.
  • EU AI Act deadline extension — formally adopted: negotiators reached political agreement on May 7, 2026 to extend high-risk compliance deadlines; the European Parliament formally endorsed the package on June 16, 2026 and the Council gave final green light on June 29, 2026, per a legal briefing updated June 30, 2026. It takes legal effect three days after Official Journal publication (pending at time of writing). High-risk systems under Annex III (biometrics, critical infrastructure, employment, credit, public sector functions) that are new or substantially modified get a 16-month extension to December 2, 2027; AI safety components in regulated products (Annex I) get a 12-month extension to August 2, 2028. General transparency obligations for interactive AI and the general-purpose-AI-model rules are unaffected and still apply from August 2, 2026 / August 2, 2025 respectively. Always verify current Official Journal publication status at https://artificialintelligenceact.eu/implementation-timeline/ before committing any compliance roadmap — treat "adopted by Parliament and Council" as distinct from "in force," since the latter depends on publication date. Source: DLA Piper GENIE briefing, updated June 30, 2026 (https://knowledge.dlapiper.com/dlapiperknowledge/globalemploymentlatestdevelopments/2026/The-Digital-AI-Omnibus-Proposed-deferral-of-high-risk-AI-obligations-under-the-AI-Act).

Known Traps

  • Shipping a model, prompt, or agent change before instrumentation is in place to tell you what broke.
  • Versioning only the model artifact while prompt config, tool schema, safety policy, or retrieval contract changes out-of-band.
  • Treating safety incidents as ordinary runtime failures with no dedicated escalation path, evidence capture, or owner.
  • Building retraining triggers with no gated promotion step, rollback target, or shadow evaluation.
  • Assuming one global runbook covers ML, RAG, and agent failures equally well when the blast radius and evidence requirements differ.

Common Anti-Patterns

  • Folding LLMOps or AgentOps into generic DevOps dashboards and losing the model, prompt, tool, or retrieval dimensions needed for triage.
  • Running canaries without explicit acceptance criteria for cost, latency, quality, and safety.
  • Treating untrusted retrieved content or tool output as trusted internal state once it crosses one service boundary.
  • Waiting to define governance evidence until a regulated customer or auditor asks for it.

Scripts

ScriptPurpose
scripts/drift_check.pyCompute PSI and KL divergence between baseline and current distributions from JSON inputs. Threshold-based exit code for CI integration.
scripts/deployment_smoke_test.shShadow/canary deployment smoke verifier — health check, models-list, inference latency, and finish_reason assertions against an OpenAI-compatible endpoint.

Navigation

Release & Architecture

  • Data Ingestion Patterns - Use for contracts, CDC, incremental loading, lineage, replay, and schema evolution.
  • Deployment Patterns - Use to choose batch, online, hybrid, or streaming deployment modes.
  • Deployment Lifecycle - Use for promotion, rollout, rollback, and decommissioning workflow.
  • Model Registry Patterns - Use for metadata, artifact packaging, and promotion governance.
  • Feature Store Patterns - Use for batch/online parity, latency budgets, and point-in-time correctness.
  • Multi-Region Patterns - Use for residency, failover, disaster recovery, and regional rollback.
  • ML Technical Debt Taxonomy - Use to diagnose boundary erosion/CACHE, correction cascades, undeclared consumers, data/config/pipeline debt, and feedback loops, each with a detection signal and mitigation.

Observability, Evals & Cost

Security & Governance

API & Runtime Interfaces

Templates

Ingestion & Deployment

Monitoring & Incidents

Safety, Privacy & Governance

Recency Protocol For Recommendations

When the user asks for the best, latest, current, or still relevant MLOps/LLMOps tooling:

  1. Start from data/sources.json.
  2. Verify current state using official docs and recent maintenance/release signals.
  3. Confirm volatile facts such as release cadence, hosted-vs-self-hosted posture, pricing model, and managed-service availability.
  4. Separate stable guidance from time-sensitive recommendations in the answer.

Minimum things to verify for tooling comparisons:

  • Latest active documentation or release signal
  • Current maintenance / ecosystem momentum
  • Managed vs self-hosted deployment posture
  • Telemetry, eval, and governance support
  • Lock-in or data residency constraints

External Sources

See data/sources.json for curated references, including:

  • EU AI Act and NIST governance baselines
  • OpenTelemetry GenAI and MCP semantic conventions
  • MCP authorization guidance
  • OWASP GenAI and agentic AI security references
  • Vendor docs for registries, feature stores, orchestration, serving, and observability

For responsible and multimodal operations, start with references/responsible-multimodal-operations.md: release evidence, privacy/fairness controls, poisoning response, oversight and appeals, provenance, environmental accounting, media ingestion, multimodal safety, capacity, and incidents.

Related Skills

  • ai-ml-data-science - Build and validate the model or feature pipeline.
  • ai-llm - Choose prompting, tuning, or evaluation strategy.
  • ai-rag - Design retrieval and search quality systems.
  • ai-llm-inference - Optimize low-level serving performance.
  • ai-agents - Design agent control flow, MCP servers, handoffs, and memory.
  • data-lake-platform - Broader lakehouse, Kafka, and warehouse infrastructure.
  • qa-observability - Cross-system observability implementation depth.
  • ops-devops-platform - Platform operations and infra rollout depth.
  • huggingface-trackio (external huggingface-skills: plugin) - Hugging Face experiment tracking with Trackio.

Fact-Checking

  • Known bugs, regressions, framework/compiler/runtime footguns, and version-specific crash or workaround guidance must be verified against current primary web sources before being treated as current fact.
  • Verify volatile facts, versions, pricing, regulations, and product recommendations with live web sources before final answers.
  • Prefer primary sources and include links when the answer depends on current state.
  • If web access is unavailable, say so and mark vendor or regulatory guidance as unverified.

Learnings Loop

Before applying this skill on a non-trivial task, read learnings.consolidated.md in this directory (and learnings.md if present).

After applying it, if you encountered a pattern worth remembering, a mistake worth preventing, or a domain fact that surprised you, append one dated bullet to learnings.md via agents-skills-feedback-loop/scripts/append_learning.py. Do not modify SKILL.md itself.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Ai Mlops AI skill do?

Operates ML, LLM, responsible-AI, and multimodal systems. Use when deploying, monitoring, governing, or responding to production AI failures.

Why use Ai Mlops on TypingMind?

Because you install it once and use it with any model. Ai Mlops is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Ai Mlops in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/vasilyu1983/AI-Agents-public/tree/main/frameworks/shared-skills/skills/ai-mlops. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Ai Mlops?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Ai Mlops?

As many as you like. As long as a model supports skills, you can use Ai Mlops with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Ai Mlops AI skill free?

Yes. It is published on GitHub by vasilyu1983 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇