--- name: webui-dev description: Build interactive WebUI apps with compiled-template hydration, template syntax, component patterns, and CLI usage. --- # WebUI App Development Use this skill when building or modifying WebUI applications. ## Critical rules (memorize these) 1. **Every template binding must exist in the server state JSON.** The server renders from JSON. Missing keys render empty. 2. **HTML, CSS, TypeScript are separate files.** No JSX. No CSS-in-JS. No JS in templates. 3. **The `