This walks you through creating a B2B Commerce store in Salesforce and pulling down the storefront metadata without breaking anything. The key insight here is that Commerce generates hundreds of config values automatically when you run the setup wizard, so you absolutely cannot write this metadata by hand. The skill enforces a 7-step interactive flow: it explains the Store vs Storefront concept, guides you through the UI wizard, lists your actual DigitalExperienceConfig sites (because naming gets munged with underscores and number suffixes), lets you pick the right one, then retrieves it with the Salesforce CLI. Good guardrails if you're new to Commerce deployment patterns.
npx skills add https://github.com/forcedotcom/afv-library --skill creating-b2b-commerce-store