ui-porting-migration
Installation
SKILL.md
Porting between agent-UI protocols
Most ports are mechanical if the app was built with an adapter, and a rewrite if it was not. Establish the adapter first, then port.
The adapter layer
Every host interaction goes through one module. Components never touch
window.openai, app.*, or postMessage directly.