b2c-commerce-store-setup

b2c-commerce-store-setup is a skill for Claude Code, Codex from BanibrataChatterjee/AwesomeSalesforceSkills. It costs 106 tokens per session (2,782 once invoked), scanned A, original, Apache-2.0.

A guide to configuring Salesforce B2C Commerce, also called SFCC, a hosted platform for consumer storefronts managed through Business Manager. It covers sites, storefront code cartridges, customer groups, promotions, and search indexes.

In plain words
What is it for?
Use it to create a Business Manager site, configure SFRA cartridge paths, manage customer groups and promotions, and rebuild search indexes.
Why use it?
It prevents confusion between SFCC and Salesforce B2B Commerce on Lightning, and helps avoid storefront code-order, quota, and stale-search problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create a Business Manager site, configure SFRA cartridge paths, manage customer groups and promotions, and rebuild search indexes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/banibratachatterjee/awesomesalesforceskills/b2c-commerce-store-setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BanibrataChatterjee/AwesomeSalesforceSkills --skill b2c-commerce-store-setup
Clone the repo
git clone --depth 1 https://github.com/BanibrataChatterjee/AwesomeSalesforceSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for b2c-commerce-store-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/b2c-commerce-store-setup/github.svg)](https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/b2c-commerce-store-setup)
Your own site
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/b2c-commerce-store-setup"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/b2c-commerce-store-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for b2c-commerce-store-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/b2c-commerce-store-setup"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/b2c-commerce-store-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,782 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00106 $0.02782
Opus 5 $0.00053 $0.01391
Sonnet 5 $0.00021 $0.00556
Haiku 4.5 $0.00011 $0.00278

Measured 7d ago against content hash 7dd97cf90553, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

b2c-commerce-store-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_b2c_commerce_store_setup.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/admin/b2c-commerce-store-setup/SKILL.md · 205 lines

How it starts

The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.

B2C Commerce Store Setup

This skill activates when a practitioner needs to configure a Salesforce B2C Commerce (SFCC) storefront from Business Manager site creation through SFRA cartridge path management, quota awareness, and search index operations. It is strictly for the proprietary SFCC infrastructure — not for B2B Commerce on the Salesforce Lightning platform.


Before Starting

Gather this context before working on anything in this domain:

  • Confirm the platform is B2C Commerce (SFCC) — Business Manager URL, not a Lightning org. B2B Commerce uses WebStore and lives in a Salesforce org; SFCC does not.
  • Identify the target instance type: Development, Staging, or Production. Replication behavior and quota enforcement differ.
  • Know the full custom cartridge list and their dependency order before touching the cartridge path — wrong order causes silent fallback to app_storefront_base, which is extremely hard to debug.
  • Be aware of the active-promotions performance threshold (1,000 active promotions). Exceeding it degrades basket performance before hitting the hard cap of 10,000.
  • Search index is NOT automatically rebuilt after catalog or preference changes — any session that cached old data will see stale results until manual rebuild.

Core Concepts

Business Manager and Site Architecture

B2C Commerce is managed through Business Manager (BM), a proprietary admin interface. Each storefront is a site created at Administration > Sites > Manage Sites > New. Site IDs must be 32 characters or fewer, alphanumeric only, no spaces. A site is bound to:

  • A storefront catalog (subset of the master catalog assigned as the browsable product set)
  • A currency and one or more locales
  • A cartridge path that controls which code runs for the site

Sites are isolated; preferences, promotions, and catalogs are scoped per-site unless explicitly shared at the organization level.

SFRA Cartridge Path

Storefront Reference Architecture (SFRA) uses a colon-separated cartridge path evaluated left to right. When SFCC resolves a template, script, or static resource it walks from the leftmost cartridge until it finds the file. The base cartridge app_storefront_base must always sit at the rightmost position. Custom cartridges and integration cartridges go to its left.

Read the full file on GitHub · 205 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 205 lines · 106 tokens per session scan A 7dd97cf90553

Subscribe to this mod's changes

b2c-commerce-store-setup is a skill published in the GitHub repository BanibrataChatterjee/AwesomeSalesforceSkills (3 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 106 tokens to every session and 2,782 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

b2c-commerce-store-setup

Use when configuring or troubleshooting a Salesforce B2C Commerce (SFCC) storefront — including Business Manager site creation, SFRA cartridge path setup, customer groups, search index rebuilding, and key quota limits. Trigger keywords: SFCC, Commerce Cloud, Business Manager, storefront, cartridge, SFRA, site…

PranavNagrecha/AwesomeSalesforceSkills · 123 tokens

sfcc-cartridge-development

Build SFRA-based Salesforce Commerce Cloud cartridges with controllers, ISML templates, and hooks to customize storefront behavior.

finsilabs/awesome-ecommerce-skills · 27 tokens

commerce-catalog-strategy

Use this skill when designing a product catalog taxonomy, planning attribute strategy, or determining search and navigation structure for a B2B or B2C/D2C Commerce store. Triggers on: taxonomy design questions, attribute planning, search index strategy, category navigation structure, or merchandising hierarchy…

PranavNagrecha/AwesomeSalesforceSkills · 114 tokens

sfcc-business-manager

Configure Salesforce Commerce Cloud via Business Manager — manage catalogs, promotions, site preferences, and run XML import/export jobs.

finsilabs/awesome-ecommerce-skills · 27 tokens

sfcc-performance

Performance optimization strategies for Salesforce B2C Commerce Cloud including caching, efficient data retrieval, index-friendly APIs, and job optimization. Use when asked about SFCC performance, caching strategies, or optimization.

taurgis/sfcc-dev-mcp · 43 tokens

sfcc-sfra-scss

Best practices for styling and theming SFRA storefronts using SCSS. Use when asked to create style overrides, theming, responsive layouts, or CSS customizations in SFCC.

taurgis/sfcc-dev-mcp · 44 tokens