VerifiedGlobalGit
v1.0.0

deployment-profile-change

by @vllm-project0 pulls
URLopenbooklet.com/s/deployment-profile-change
Pinnedopenbooklet.com/s/deployment-profile-change@1.0.0
APIGET /api/v1/skills/deployment-profile-change

Modifies non-operator Kubernetes deployment manifests, profile-owned stack resources, or profile-specific platform wiring. Use when changing deploy/kubernetes stack manifests outside CRDs, such as response-api, ai-gateway, routing-strategies, observability, or streaming profiles.

21 skills from this repovllm-project/semantic-router
deployment-profile-changeviewing
algorithm-selectiontools/agent/skills/algorithm-selection/SKILL.md

Implements candidate-model selection logic that runs after a routing decision matches, including model ranking, cost-aware routing, and latency-aware model choice. Use when reading or modifying how the router picks which model serves a matched decision.

algorithm-selection-changetools/agent/skills/algorithm-selection-change/SKILL.md

Modifies candidate-model selection logic that runs after a routing decision matches, including ranking, cost-aware routing, and latency-aware model choice. Use when changing how the router selects which model serves a matched decision, updating candidate ranking algorithms, or adjusting model cost/latency trade-offs.

architecture-guardrailstools/agent/skills/architecture-guardrails/SKILL.md

Enforces structural rules, dependency boundaries, interface placement, and composition-oriented design patterns across the codebase. Use when making non-trivial code changes to verify module boundaries, check dependency direction, or validate that new code follows the project's architecture conventions.

binding-ffitools/agent/skills/binding-ffi/SKILL.md

Builds and maintains native Rust/C bindings and FFI layers that connect router-side classifiers and signal evaluation to compiled model runtimes. Use when adding or modifying native model bindings, updating FFI interfaces, or changing how the router calls into compiled classifier code.

cross-stack-bugfixtools/agent/skills/cross-stack-bugfix/SKILL.md

Diagnoses and fixes bugs that span multiple layers (runtime, CLI, UI, platform, tests) requiring coordinated changes across surfaces. Use when a bug does not map cleanly to a narrower skill, the fix touches more than one surface, or changes need cross-cutting validation.

dashboard-config-uitools/agent/skills/dashboard-config-ui/SKILL.md

Modifies dashboard configuration editor forms, config display components, and mutation-flow logic that connects the UI to the router config contract. Use when editing dashboard config forms, updating how config values are displayed, or changing the mutation flow between the dashboard UI and the router/CLI schema.

dashboard-console-backendtools/agent/skills/dashboard-console-backend/SKILL.md

Modifies dashboard backend handlers, persistence layer, authentication, session management, and server-side console behavior. Use when changing dashboard API endpoints, updating database queries, modifying auth/session logic, or adjusting server-side console functionality.

dashboard-console-platform-changetools/agent/skills/dashboard-console-platform-change/SKILL.md

Modifies dashboard backend APIs, console persistence, authentication, session management, and control-plane behavior behind the dashboard surface. Use when changing server-side dashboard handlers, updating auth/session logic, modifying storage behavior, or addressing enterprise-console platform debt.

dashboard-surface-changetools/agent/skills/dashboard-surface-change/SKILL.md

Modifies frontend dashboard surfaces including config editing UI, topology visualization, and playground reveal/display components that reflect router behavior. Use when changing how routing metadata is presented in the dashboard, updating config editing forms, modifying topology graph rendering, or adjusting playground response display.

decision-logictools/agent/skills/decision-logic/SKILL.md

Implements boolean decision predicates, thresholds, and control-logic that combine signals and route conditions into routing decisions. Use when modifying conditional routing rules, adding decision predicates, or changing threshold logic in the Go router.

decision-logic-changetools/agent/skills/decision-logic-change/SKILL.md

Modifies boolean decision predicates, thresholds, gates, and priority-driven routing branches that combine signals into routing decisions. Use when changing how signals are evaluated into boolean logic, adding or removing decision gates, or adjusting threshold-based routing behavior.

dsl-crdtools/agent/skills/dsl-crd/SKILL.md

Maintains the translation layer between the router DSL configuration and Kubernetes CRD manifests, including DSL emission, parsing, and config-to-k8s mapping. Use when modifying how router config is translated to Kubernetes resources, updating DSL parsers, or changing CRD field mappings.

e2e-selectiontools/agent/skills/e2e-selection/SKILL.md

Selects which local and CI end-to-end test profiles are affected by a code change, using the repo-local profile map. Use when a change could affect E2E test behavior and the correct test profiles need to be identified and executed.

feature-complete-checklisttools/agent/skills/feature-complete-checklist/SKILL.md

Runs the repository-standard completion checklist before closing a task, verifying all surfaces are validated, E2E profiles pass, and any remaining gaps are documented as tech debt. Use when a primary skill is nearly done and the close-out report needs to be generated.

fleet-sim-changetools/agent/skills/fleet-sim-change/SKILL.md

Modifies the fleet simulator package, API service, release wiring, or simulator-owned docs and assets as one maintained subsystem. Use when changing src/fleet-sim, simulator release workflow, or fleet-sim-owned docs and assets under website/.

fleet-sim-runtimetools/agent/skills/fleet-sim-runtime/SKILL.md

Modifies the fleet simulator package, API surface, release workflow, and simulator-owned docs or assets. Use when a primary skill touches src/fleet-sim or the simulator subsystem's owned website/release surfaces.

harness-governancetools/agent/skills/harness-governance/SKILL.md

Maintains the repository's shared agent contract by updating human-readable docs, executable manifests, and contributor-facing harness wrappers. Use when editing AGENTS.md, repo-manifest.yaml, task-matrix.yaml, governance docs, or any contributor-facing harness interface.

header-contract-changetools/agent/skills/header-contract-change/SKILL.md

Adds, renames, removes, or changes the meaning of `x-vsr-*` HTTP headers and updates the downstream reveal/display path in dashboard and playground surfaces. Use when modifying router header contracts, changing how routing metadata is emitted in headers, or updating UI header allowlists.

k8s-operatortools/agent/skills/k8s-operator/SKILL.md

Manages Kubernetes operator APIs, Custom Resource Definitions (CRDs), and control-plane reconciliation logic for the semantic router. Use when modifying CRD schemas, updating operator controller logic, or changing how the router integrates with the Kubernetes API.

k8s-operator-changetools/agent/skills/k8s-operator-change/SKILL.md

Modifies Kubernetes operator APIs, CRD schemas, and control-plane reconciliation behavior for semantic-router deployments. Use when updating operator controller logic, changing CRD field definitions, modifying config translation to Kubernetes resources, or adjusting deployment control-plane behavior.

Auto-indexed from vllm-project/semantic-router

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

startup-chain-change

Modifies the local startup chain including image build, container serve/bootstrap logic, and canonical smoke test behavior. Use when changing `vllm-sr serve` behavior, image selection or pull policy, container startup sequences, local Docker/Make bootstrap, or canonical smoke config.

3.4K0
@openbooklet

signal-end-to-end

Implements end-to-end signal changes spanning router config, signal extraction, CLI schema, optional bindings, dashboard surfaces, and E2E test coverage. Use when adding a new signal type, changing signal configuration or extraction logic, updating CLI schema for signal parameters, or modifying how signals are displayed in the dashboard.

3.4K0
@openbooklet

dashboard-console-platform-change

Modifies dashboard backend APIs, console persistence, authentication, session management, and control-plane behavior behind the dashboard surface. Use when changing server-side dashboard handlers, updating auth/session logic, modifying storage behavior, or addressing enterprise-console platform debt.

3.4K0
@openbooklet

decision-logic-change

Modifies boolean decision predicates, thresholds, gates, and priority-driven routing branches that combine signals into routing decisions. Use when changing how signals are evaluated into boolean logic, adding or removing decision gates, or adjusting threshold-based routing behavior.

3.4K0
@openbooklet

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.

3.4K0
@openbooklet

router-service-platform-change

Modifies router-side API, authz, memory, provider, storage, or runtime service modules outside config, decision, selection, and extproc plugin chains. Use when changing apiserver endpoints, authz or rate-limit policy code, memory or response storage flows, provider adapters, or other router service-platform modules.

3.4K0