What problem does it solve? Non-engineering team members who have completed the initial setup need a guided way to launch the local Buildertrend frontend without memorizing terminal commands, Node version requirements, or hosts file configuration. ## Core Features & Use Cases - Environment Verification: Locates the BTNet repository, checks Node and pnpm versions, and creates the missing .env.development.local file when needed. - Hosts File Configuration: Walks Mac and Windows users through adding the local.buildertrend.net entry to their system hosts file. - Server Launch & Preview: Detects whether port 443 is already in use, starts the dev server with pnpm run start, and directs the user to https://local.buildertrend.net:443/. - Use Case: A product manager wants to preview UI changes before a review meeting. They ask Claude to start the app, and the Skill verifies prerequisites, starts the server, and confirms the Buildertrend UI loads in the browser. ## Quick Start Ask Claude to start the Buildertrend app and open it in your browser so you can preview your changes.