Builds Docker images, starts local servers, and runs smoke tests for the AMD/ROCm development environment. Use when validating changes locally on AMD hardware, building AMD container images, or running AMD-specific smoke and explicit runtime checks.
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 AMD/ROCm development environment. Use when validating changes locally on AMD hardware, building AMD container images, or running AMD-specific smoke and explicit runtime checks.
Local Dev AMD
Trigger
The primary skill needs amd-local build/serve/smoke validation
Required Surfaces
local_smoke
Conditional Surfaces
local_e2e
Stop Conditions
AMD-local smoke cannot be run or platform image mapping is unavailable
Gotchas
Keep real AMD deployment references out of the default context path unless the task actually needs real-model deployment details.
Workflow
Read AMD-local docs and environment config to understand the AMD build setup
Build the AMD image with make agent-dev ENV=amd
Start the local server with make agent-serve-local ENV=amd
Run smoke tests with make agent-smoke-local to validate the build
Verify the default AMD smoke config starts successfully without unexpected fallbacks
make agent-serve-local ENV=amd AGENT_SERVE_CONFIG=deploy/recipes/balance.yaml
Acceptance
The default AMD smoke config starts successfully
AMD image/platform behavior does not fall back unexpectedly
When real AMD model deployment is in scope, the agent uses deploy/amd/README.md and deploy/recipes/balance.yaml as the primary reference instead of inventing a new ROCm setup path