What problem does it solve?
It helps you reliably implement and validate a web frontend (and its CloudBase integration) once the product direction is already clear, so you can ship a working UI instead of guessing.
Core Features & Use Cases
- Frontend engineering execution: implement Vue/React/Vite pages, components, forms, and routing with repo-aligned conventions.
- CloudBase Web integration support: wire CloudBase Web SDK usage correctly for auth/static hosting/database-related browser flows without pushing auth into cloud functions.
- Engineering-constitution guardrails: enforce TypeScript safety (prefer unknown + narrowing over any), and require both static checks and browser validation before declaring completion.
- Validation through browser: reproduce the flow with agent-browser to confirm routing, rendering, auth, and async UI behavior matches expectations.
- Scope control: keep work focused on engineering execution, avoiding UI direction-only tasks or backend-only detours.
Quick Start
Use this skill to implement and then browser-verify a Vue/Vite page change in an existing project, including lint/typecheck/build and an agent-browser smoke test of the affected route.