What problem does it solve? Adding Salesforce's open source B2B Commerce components to a store normally requires manually cloning the GitHub repository, locating the correct store site metadata, and copying dozens of component and label files into the right directories. This Skill automates that entire integration so the components appear in Experience Builder. ## Core Features & Use Cases - Repository Management: Clones the official forcedotcom/b2b-commerce-open-source-components repository into a local .tmp folder, with options to reuse or re-clone an existing copy. - Store Metadata Detection: Resolves the default package directory from sfdx-project.json, finds local DigitalExperienceBundle site metadata, or retrieves it from a connected org when missing. - Controlled Copying: Copies all sfdc_cms__lwc components and sfdc_cms__label files into the store's site directory, with overwrite or copy-only-new options when files already exist. - Use Case: A developer setting up a new B2B Commerce store wants all open source components available in Experience Builder; the Skill clones the repo, resolves the store, copies 45 components and 38 label sets, and outputs the deploy command. ## Quick Start Integrate the open source B2B Commerce components into my store so they appear in Experience Builder.