What problem does it solve? Designers and PMs without development experience struggle to set up a local frontend environment involving terminals, Git, Node.js, and package managers. This Skill walks them through the entire Buildertrend frontend setup in plain English, handling OS differences and recovering from common errors. ## Core Features & Use Cases - Automated prerequisite installation: Detects Mac or Windows, checks admin privileges, and installs Xcode CLT, Homebrew, fnm, Node.js 22, and pnpm only when missing. - Guided credential and clone flow: Walks users through generating Azure DevOps Git credentials, cloning the BTNet repository, and authenticating to the private npm package feed. - Environment configuration and launch: Creates the .env.development.local file, adds the local.buildertrend.net hosts entry, and starts the app via the preview skill. - Use Case: A product designer with no terminal experience runs the setup and ends with the Buildertrend frontend running at https://local.buildertrend.net:443/ connected to the shared test environment, plus optional Figma, Azure DevOps, and Confluence connections. ## Quick Start Ask Claude to set up the Buildertrend frontend on your computer for the first time.