What problem does it solve? Migrating a Salesforce B2B Commerce store from out-of-the-box components to open source components requires manually finding and editing every component definition across many site metadata content.json files, which is tedious and error-prone. ## Core Features & Use Cases - Site-wide scan and cross-reference: Finds all OOTB commerce_builder component definitions in sfdc_cms__view and sfdc_cms__themeLayout content.json files and matches them against an authoritative mapping table. - Safe, verified replacement: Replaces definitions with exact site: equivalents only after confirming the target component exists in the cloned open source repository, batching all edits into a single Read/Write pass per file. - Lookup-only and view-scoped modes: Reports OOTB to open code mappings without modifying files, or limits work to a specific view directory. - Use Case: You have a B2B store using commerce_builder:heading, cartBadge, and searchInput across five views. The skill scans the site, shows a selectable list of replaceable components, swaps the definitions, and reports skipped or unmapped components with a deployment command. ## Quick Start Ask the assistant to replace the OOTB commerce components in your store's site metadata with their open code equivalents.