What problem does it solve? Building and shipping React/TypeScript apps on UiPath Automation Cloud involves many error-prone steps — OAuth-PKCE setup, scope configuration, packaging, publishing, and folder-key deployment — where a single misstep causes silent 401s, broken redirects, or failed deploys. This Skill encodes the full correct pipeline so apps scaffold, build, and deploy reliably. ## Core Features & Use Cases - Coded Web App scaffolding: Creates Vite + React + TypeScript apps wired to the @uipath/uipath-typescript SDK with OAuth config, Apollo Vertex styling, and meta-tag-based SDK initialization. - Coded Action App scaffolding: Builds Action Center human-task forms with a validated action-schema.json data contract, outcome buttons, and optional PDF viewer via react-pdf. - Full deploy pipeline: Runs build → pack → publish → deploy via the uip codedapp CLI, including folder-key resolution, version bumping, and Action-type publishing. - Dashboard generation: Produces analytics and governance dashboards from natural-language requests, wired to tenant data through the Insights real-time API. - Use Case: Ask it to "build a dashboard showing agent health and error rates" or "scaffold an action app for loan review with Approve/Reject outcomes" and it handles scaffolding, OAuth scopes, and deployment end to end. ## Quick Start Ask the assistant to scaffold and deploy a UiPath coded web app named my-dashboard connected to your tenant.