Builds Docker images, starts local servers, and runs smoke tests for the CPU-only development environment. Use when validating changes locally on CPU, building CPU container images, or running CPU-specific smoke and E2E tests.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Builds Docker images, starts local servers, and runs smoke tests for the CPU-only development environment. Use when validating changes locally on CPU, building CPU container images, or running CPU-specific smoke and E2E tests.
Local Dev CPU
Trigger
The primary skill needs cpu-local build/serve/smoke validation
Required Surfaces
local_smoke
Conditional Surfaces
local_e2e
Stop Conditions
CPU-local smoke cannot be run in the current workspace/runtime
Workflow
Read environment docs and CLI Docker playbook to understand the CPU build setup
Build the CPU image with make agent-dev ENV=cpu
Start the local server with make agent-serve-local ENV=cpu
Run smoke tests with make agent-smoke-local to validate the build
Verify vllm-sr status all and dashboard smoke checks pass