This walks you through the full B2B Commerce store creation flow in Salesforce, which is more manual than you might expect. You create the store through the UI setup wizard (it auto-generates hundreds of config values), then the skill helps you list available DigitalExperienceConfig sites, select the right one, and retrieve the storefront metadata to your repo. The interactive seven-step process exists because store names get mangled with underscores and number suffixes, so you need to see what actually got created before retrieving. The key concept it hammers home is that you never create storefront metadata manually. The wizard generates it, you retrieve it, then you can customize and deploy.
npx -y skills add forcedotcom/sf-skills --skill commerce-b2b-store-create --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
coreyhaines31/marketingskills