prefab-dev-build
Installation
SKILL.md
Building and Previewing Renderer/Playground Changes
The One Command
After changing renderer source, Python source, or playground code:
uv run prefab dev build-docs
This is the only command you should use. It orchestrates the full pipeline
with smart caching (only rebuilds what changed). Never run raw npm build
commands (npm run build:playground, npm run build:renderer) directly —
they skip critical steps.