mlops

Route machine learning operations requests to subdomain skills for training, inference, evaluation, and deployment.

6|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/yakeworld/Synthos --skill mlops-yakeworld
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mlops
Source: https://github.com/yakeworld/Synthos/tree/main/skills/private/mlops
Command: npx skills add https://github.com/yakeworld/Synthos --skill mlops-yakeworld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Machine learning operations span many disconnected tools and subdomains, making it hard to route a request to the right capability while enforcing accuracy, evidence traceability, and reproducibility. This Skill acts as a governed router and contract layer for MLOps tasks, rejecting out-of-scope requests with contextual error messages instead of fabricating results. ## Core Features & Use Cases - Subdomain Routing: Directs requests to the correct subdomain such as codex-llm-routing, ellipse-3d-anatomy-constrained, evaluation, inference, models, research, or training, with routing decisions traceable to the request description. - Contract Enforcement: Applies boundary definitions, IO contracts, and strategy genes (MLOP-001 to MLOP-007) covering input validation, output consistency, error context, and a no-arbitrary-code safety rule. - Golden Set Verification: Ships golden input/output/error test cases (routing success and rejection paths) as the single source of truth, requiring a weighted score of at least 0.80 with all critical checks passing. - Use Case: A user asks to route Codex CLI v0.139+ to a local LLM via a Responses API proxy; the Skill routes to codex-llm-routing with traceable evidence, while an unrelated request like writing a poem is rejected with context and recovery suggestions. ## Quick Start Ask the assistant to route your machine learning operations request, such as deploying a model or running an evaluation, to the appropriate mlops subdomain.

Frequently Asked Questions about mlops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route an MLOps request to the right subdomain?▼

Describe your task in natural language and the router matches it against subdomains: codex-llm-routing, ellipse-3d-anatomy-constrained, evaluation, inference, models, research, or training. The routing decision must be traceable back to keywords in your request description.

What subdomains does this MLOps skill cover?▼

It covers evaluation (lm-evaluation-harness, weights-and-biases), inference (llama-cpp, vllm, outlines), models (audiocraft, segment-anything-model), research (dspy), training (axolotl, fine-tuning-with-trl, unsloth), plus codex-llm-routing and ellipse-3d-anatomy-constrained.

What happens when a request does not match any MLOps subdomain?▼

The request is rejected rather than executed. The error response includes the context explaining why no subdomain matched and a recovery suggestion pointing to a more appropriate skill, following rules MLOP-003 and MLOP-005.

How is output quality verified in this skill?▼

Verification uses a golden set of input, output, and error test cases as the single source of truth. Passing requires a weighted score of at least 0.80 with all critical checks passing, plus adherence to principles of accuracy, evidence traceability, and reproducibility.

Can this skill execute arbitrary code during ML tasks?▼

No. Rule MLOP-006 explicitly prohibits executing unverified arbitrary code and exposing internal state. Operations that violate the safety constraints are rejected or isolated.