vllm-semantic-router-harness

Resolve primary skills and run harness validation in the vLLM Semantic Router repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges native skill discovery into the vLLM Semantic Router repository harness, routing tasks through the canonical agent-report flow, repo-local skill registry, and validation commands. Use when starting any task inside the vLLM Semantic Router repository to resolve the correct primary skill, read canonical docs, and run harness validation.

Core Features & Use Cases

  • Native-discovery bridge that anchors skill routing to canonical docs and registry.
  • Reads AGENTS.md, docs/agent/README.md, and tools/agent skill registry to present the correct primary skill.
  • Provides harness validation commands to ensure changes are compliant and reproducible.

Quick Start

Run the local harness in this repository to resolve the primary skill, read canonical docs, and execute harness validation.

Frequently Asked Questions about vllm-semantic-router-harness

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

FAQPage Schema
How do I resolve the correct primary skill for a task inside the vLLM Semantic Router repository?

Skill discovery in vLLM SR anchors routing by reading AGENTS.md, docs/agent/README.md, and tools/agent/skill-registry.yaml to present the correct primary skill for your specific repository task.

What is native skill discovery for repository harness validation?

Native skill discovery for harness validation bridges tasks into the vLLM Semantic Router repository, resolving the primary skill and running validation commands to ensure changes are compliant and reproducible.

How do I run harness validation to ensure my repository changes are compliant?

Run harness validation by executing local repository commands after resolving the primary skill, which checks your changes against canonical agent-report flow standards to ensure compliance and reproducibility.

Do I need to read canonical docs before starting a workflow in the vLLM Semantic Router?

Yes, reading canonical docs is required before starting a workflow in the vLLM Semantic Router to anchor skill routing and ensure tasks follow the compliant agent-report flow.

What are the limitations of using a native-discovery bridge for skill routing?

The native-discovery bridge is limited to tasks inside the vLLM Semantic Router repository, relying strictly on AGENTS.md and the local skill registry to anchor workflow validation and routing.