CtrlK
BlogDocsLog inGet started
Tessl Logo

plugin-end-to-end

Implements end-to-end plugin changes spanning router config, post-decision processing, optional CLI/UI exposure, and E2E test coverage. Use when adding a new plugin type, changing plugin config schema or execution semantics, updating plugin chain behavior, or modifying plugin-exposed metadata across surfaces.

68

Quality

85%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Plugin End to End

Trigger

  • Add or change a plugin type
  • Change plugin config schema, execution semantics, or plugin-exposed metadata
  • Update plugin chain behavior that affects runtime or tests

Workflow

  1. Read change surfaces and module boundaries for plugin context
  2. Modify plugin config schema, execution semantics, or chain behavior
  3. Run make agent-report ENV=cpu CHANGED_FILES="..." to identify impacted surfaces
  4. Run make agent-ci-gate CHANGED_FILES="..." to validate all constraints
  5. Verify plugin config, runtime behavior, tests, and E2E cover the changed plugin path

Gotchas

  • Plugin behavior spans config and runtime; changing one side without the other creates immediate drift.
  • User-visible plugin metadata often affects headers, dashboard display, or E2E expectations even when the core hook code is small.

Must Read

  • tools/agent/docs/change-surfaces.md
  • tools/agent/docs/module-boundaries.md
  • tools/agent/docs/testing-strategy.md

Standard Commands

  • make agent-report ENV=cpu CHANGED_FILES="..."
  • make agent-ci-gate CHANGED_FILES="..."
  • make agent-feature-gate ENV=cpu CHANGED_FILES="..."

Acceptance

  • Plugin config and post-decision runtime behavior stay aligned
  • Tests and E2E cover the changed plugin path
  • User-visible plugin metadata is updated wherever it is displayed
Repository
vllm-project/semantic-router
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.