This handles the tedious work of swapping out-of-the-box B2B Commerce components for their open source equivalents in your site metadata. It scans your content.json files, cross-references an authoritative mapping table, and lets you pick which components to replace via checkboxes. The workflow is careful: it delegates to another skill to ensure the open source repo is cloned and components are copied first, then does a dry run to show you exactly what can be replaced, what's missing from the repo, and what has no mapping. Saves you from manually hunting through JSON files and mistyping component names. Most useful when you're migrating a store to open code components and want to avoid the manual grep and replace dance.
npx -y skills add forcedotcom/sf-skills --skill commerce-b2b-open-code-components-replace --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
coreyhaines31/marketingskills