What problem does it solve? It guides AI coding agents through Web frontend engineering tasks—implementing pages, fixing bugs, configuring builds, and validating changes in a real browser—so frontend work is verified rather than assumed correct. ## Core Features & Use Cases - Framework Implementation: Build React or Vue pages and components following existing project conventions, with Vite as the default bundler for new apps. - Browser-Based Validation: Enforces a mandatory verification workflow using the agent-browser tool to reproduce bugs, confirm fixes, and check console errors before claiming completion. - CloudBase Web Integration: Covers CloudBase Web SDK setup, authentication boundaries, and static hosting deployment rules including hash routing and relative asset paths. - Use Case: A user reports that the login form on their Vite + React app does not redirect after submission. The skill guides the agent to reproduce the flow in a browser, patch the submit handler, run type checks, and re-verify the redirect works. ## Quick Start Ask the agent to implement or fix a specific page, route, or form in your React or Vue project and verify the result in the browser.