training-stack-change

Coordinate training stack changes across workflows, artifacts, and runtime outputs.

5.1k|806|Updated Aug 26, 2025
One-click install
npx skills add https://github.com/vllm-project/semantic-router --skill training-stack-change
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: training-stack-change
Source: https://github.com/vllm-project/semantic-router/tree/main/tools/agent/skills/training-stack-change
Command: npx skills add https://github.com/vllm-project/semantic-router --skill training-stack-change

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps ML training pipelines in sync by coordinating changes across training workflows, selectors, embedding pipelines, evaluation artifacts, and runtime-facing outputs.

Core Features & Use Cases

  • Change surface tracking: detects and aligns edits under src/training/** to prevent runtime drift.
  • Artifact governance: ensures updated contracts between training outputs and downstream consumers are reflected in code and docs.
  • Change verification: provides a structured process to review, validate, and record debt for misalignments.

Quick Start

Run make agent-report ENV=cpu CHANGED_FILES="..." and make agent-ci-gate CHANGED_FILES="..." to verify surface alignment.

Frequently Asked Questions about training-stack-change

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

FAQPage Schema
How do I keep ML training pipelines in sync when modifying training workflows?

To keep ML training pipelines in sync, coordinate changes across training workflows, selectors, and embedding pipelines to prevent runtime drift and ensure artifact alignment. This process verifies that surface edits match updated contracts.

What is training stack change coordination in ML repo environments?

Training stack change coordination detects edits under src/training and aligns them with evaluation artifacts and runtime-facing outputs. It satisfies documentation, validation, and debt-tracking requirements for evolving artifact contracts.

How do I validate alignment between training outputs and downstream consumers?

Validate alignment between training outputs and downstream consumers by applying artifact governance to reflect updated contracts in code and docs. Run make agent-ci-gate with changed files to verify surface alignment.

Does this workflow governance process track technical debt for misaligned training artifacts?

Yes, this workflow governance process provides a structured review to record debt for misalignments between training artifacts and runtime outputs. It detects surface changes to prevent drift in ML pipelines.

What's the best way to review and verify changes across an ML training stack?

The best way to verify changes across an ML training stack is running make agent-report with environment and changed files to generate a report, followed by agent-ci-gate to enforce validation and debt tracking.