What problem does it solve? Setting up the CONSTRUCT views single-page application requires copying a template project, substituting version placeholders, and installing npm dependencies correctly; this Skill automates that one-time setup with verification at each step. ## Core Features & Use Cases - Template Copy with Verification: Copies the Vite + React + Tailwind template into views/src/ using archive mode, then verifies required files like package.json, vite.config.js, and .nvmrc exist. - Version Substitution: Replaces the {{VERSION}} placeholder in package.json with the value from .construct/VERSION, falling back to 0.2.0-dev. - Dependency Installation: Runs npm install and confirms success by checking for node_modules/vite and package-lock.json. - Use Case: After installing CONSTRUCT on a new machine, invoke this Skill once to populate views/src/, then proceed to views-build and construct-up to serve the app. ## Quick Start Ask the agent to scaffold the views app by saying "scaffold the views" or "set up the views app" from within a CONSTRUCT installation.