$npx skillfedfor your agent

llmops-platform-engineering

LLMOps Platform Engineering teaches you to architect internal LLM platforms that balance rapid experimentation with production safety. You'll implement model promotion pipelines with automated quality and safety gates, canary validation, and rollback capabilities, plus set up A/B testing infrastructure and observability across Kubernetes and cloud inference.

LLMOps Platform Engineering helps you design production LLM platforms with safe model promotion and evaluation gates.

AI-generated summary based on this skill's SKILL.md

44 4 MITupdated by BagelHole

Decision gist · record as of 2026-05-22

LLMOps Platform Engineering helps you design production LLM platforms with safe model promotion and evaluation gates. LLMOps Platform Engineering teaches you to architect internal LLM platforms that balance rapid experimentation with production safety. You'll implement model promotion pipelines with automated quality and safety gates, canary validation, and rollback capabilities, plus set up A/B testing infrastructure and observability across Kubernetes and cloud inference.

manual: git clone https://github.com/BagelHole/DevOps-Security-Agent-Skills → cp -r DevOps-Security-Agent-Skills/devops/ai/llmops-platform-engineering ~/.claude/skills/llmops-platform-engineering
devops/ai/llmops-platform-engineering/SKILL.md · version 027c6234

Use it when

  • LLMOps Platform Engineering covers building model promotion pipelines on Kubernetes that orchestrate safe model advancement through staged.
  • LLMOps Platform Engineering guides you through establishing governance workflows with safety evaluation gates that validate models.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

BagelHole/DevOps-Security-Agent-Skills/llmops-platform-engineering · repository language: Shell

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do you build an LLMOps platform with CI/CD?

LLMOps Platform Engineering teaches you to architect internal LLM platforms that integrate CI/CD pipelines with automated evaluation gates and quality checks. You'll design model promotion workflows that validate safety, performance, and compliance before production deployment, ensuring rapid experimentation doesn't compromise reliability.

What's the LLM model promotion pipeline in Kubernetes?

LLMOps Platform Engineering covers building model promotion pipelines on Kubernetes that orchestrate safe model advancement through staged gates. You'll learn to set up inference serving with auto-scaling, implement canary rollouts for gradual validation, and establish rollback capabilities—balancing speed with production safety.

How do you set up evaluation gates for model deployment?

LLMOps Platform Engineering guides you through establishing governance workflows with safety evaluation gates that validate models before promotion. You'll configure quality thresholds, implement automated checks for hallucination detection and guardrails, and create compliance workflows that gate deployment decisions based on measurable criteria.

What governance and compliance workflows matter for LLM deployment?

LLMOps Platform Engineering emphasizes establishing governance frameworks that enforce compliance across model lifecycle stages. You'll implement audit trails, version control in model registries, multi-environment promotion strategies, and observability systems that track safety metrics and cost analytics throughout production LLM inference infrastructure.

How can you configure A/B testing and canary rollouts?

LLMOps Platform Engineering teaches infrastructure for A/B testing LLM models and canary deployments that validate new versions safely. You'll design testing frameworks that measure latency, SLOs, and user outcomes, implement gradual traffic shifting to detect issues early, and establish rollback procedures when quality thresholds aren't met.

What observability and monitoring do production LLM systems need?

LLMOps Platform Engineering covers observability for LLM production systems including latency benchmarking, cost analytics, safety metric tracking, and SLO monitoring. You'll implement dashboards that surface model performance, inference costs, and compliance signals across Kubernetes clusters, enabling teams to detect degradation and respond quickly.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

LLMOps Platform Engineering

Design and operate an internal LLM platform that supports rapid experimentation without compromising reliability, cost, or compliance.

When to Use This Skill

  • Building an internal platform for teams to deploy and manage LLM-powered features
  • Designing CI/CD pipelines that include model evaluation gates
  • Setting up A/B testing infrastructure for model versions
  • Creating Kubernetes-based model serving infrastructure
  • Establishing governance workflows for model promotion

Prerequisites

  • Kubernetes cluster with GPU node pools (or cloud inference API access)
  • Container registry (Harbor, ECR, GCR, or ACR)
  • CI/CD system (GitHub Actions, GitLab CI, or Argo Workflows)
  • Observability stack (Prometheus + Grafana + OpenTelemetry)
  • Model registry (MLflow or custom metadata store)

Outcomes

  • Standardized path from experiment to production
  • Safe model rollout with

(truncated - see the full file via the links below)

File tree — 1 file
devops/ai/llmops-platform-engineering/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Design and operate production LLM platforms with safe model promotion”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

gpu-kubernetes-operations
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

Deploy and operate production-grade GPU clusters in Kubernetes with built-in support for NVIDIA device plugins, MIG partitioning, and time-slicing. Monitor GPU health via DCGM metrics and Prometheus, configure autoscaling policies, and troubleshoot scheduling and driver issues across your AI infrastructure.

MITupdated May 2026
★ 44repo stars
model-serving-kubernetes
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

Run production ML inference on Kubernetes using KServe or NVIDIA Triton, with built-in support for canary traffic splitting, request-based autoscaling, and GPU resource allocation. The skill covers model versioning, A/B testing patterns, and dynamic batching for throughput optimization.

MITupdated May 2026
★ 44repo stars
semantic-versioning
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

This skill equips AI agents to handle version management workflows by applying semantic versioning conventions to your release pipeline. Streamline version bumping, changelog generation, and release tagging—letting your automation handle the repetitive parts of version control so your team focuses on what matters.

MITupdated May 2026
★ 44repo stars
multi-tenant-llm-hosting
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

Build shared LLM inference platforms that safely serve multiple teams or customers without compromising security or performance. This skill covers tenant identity enforcement, per-tenant API keys, namespace isolation, quota configuration, request routing, and cost attribution—enabling you to run efficient, governed multi-tenant deployments on Kubernetes with vLLM and API gateways.

MITupdated May 2026
★ 44repo stars
vllm-server
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

vllm-server guides you through deploying and configuring vLLM—a high-performance open-source LLM serving engine—for production workloads. Set up continuous batching, multi-GPU tensor parallelism, model quantization, and OpenAI-compatible API endpoints to serve models like Llama and Mistral at scale. Includes Docker deployment, performance tuning, monitoring with Prometheus metrics, and troubleshooting for common VRAM and throughput issues.

MITupdated May 2026
★ 44repo stars
llm-fine-tuning
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

Configure end-to-end LLM fine-tuning from single-GPU LoRA to multi-node distributed training. This skill covers QLoRA quantization for large models on consumer hardware, Axolotl framework setup, DeepSpeed ZeRO optimization, DPO alignment, and adapter merging for production deployment.

MITupdated May 2026
★ 44repo stars

More skills llm-inference-scaling (MIT)

Tags
model-lifecycle-managementinference-infrastructuredeployment-automationquality-assurance-gatesrisk-mitigation-frameworkmulti-tenant-governanceperformance-benchmarkingcompliance-trackingcost-optimizationcanary-rollout