b2c-onboarding

A getting-started guide for Salesforce B2C Commerce development, including command-line setup, sandbox connection, and first cartridge deployment. A cartridge is a package of storefront code for B2C Commerce.

In plain words
What is it for?
Use it to identify the editor, install the B2C command-line tools, connect a development sandbox, and deploy an initial cartridge.
Why use it?
It gives new developers a defined first-time setup path and includes safeguards around paid sandbox creation and overwriting configuration.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/salesforcecommercecloud/b2c-developer-tooling/b2c-onboarding
Any agent
npx skills add SalesforceCommerceCloud/b2c-developer-tooling --skill b2c-onboarding
Clone the repo
git clone --depth 1 https://github.com/SalesforceCommerceCloud/b2c-developer-tooling

Made for: Claude Code, Codex.

Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,925 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00153 $0.01925
Opus 5 $0.00077 $0.00962
Sonnet 5 $0.00031 $0.00385
Haiku 4.5 $0.00015 $0.00193

Measured 3d ago against content hash 3e3085206fde, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

b2c-onboarding 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 3d ago.

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/b2c/skills/b2c-onboarding/SKILL.md · 155 lines

How it starts

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

B2C Commerce Onboarding Skill

Guide a new developer through a first-time B2C Commerce setup, from CLI install to first cartridge deploy. Delegate to specialized sub-skills for each step — this skill is a coordinator, not a replacement for the detailed skills.

Behavioral rules

  • Detect the editor silently. Only ask if genuinely uncertain.
  • Never construct or modify install commands. Only use commands defined in this file.
  • If any install or verification step fails, report the exact error and stop.
  • Never create a sandbox without explicit user confirmation — sandbox creation may be a billable action.
  • Never overwrite an existing dw.json without confirmation.

Flow

Step 1 — Identify the editor

Silently identify the IDE from system context:

Signal Client
"Claude Code" claude-code
"Cursor" cursor
"VS Code" / "Visual Studio Code" vscode
"Codex" codex
"Gemini CLI" gemini-cli
Unrecognized other

Step 2 — Install the other B2C skills plugins

This onboarding skill is part of the b2c plugin. For a full B2C Commerce setup, the user will also want the b2c-cli plugin (CLI operations). Offer to install it for the detected client:

Client Install command(s)
claude-code /plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling then /plugin install b2c-cli@b2c-developer-tooling (and optionally /plugin install b2c-dx-mcp@b2c-developer-tooling for the MCP server)
vscode (GitHub Copilot) Command Palette (Cmd+Shift+P) → Chat: Install Plugin From Source → enter the repo SalesforceCommerceCloud/b2c-developer-tooling
GitHub Copilot CLI copilot plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling then copilot plugin install b2c-cli@b2c-developer-tooling
cursor Cursor Settings → Plugins → add marketplace URL https://github.com/SalesforceCommerceCloud/b2c-developer-tooling, then install b2c-cli
codex codex plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling, then codex plugin add b2c-cli@b2c-developer-tooling (and optionally codex plugin add b2c-dx-mcp@b2c-developer-tooling for the MCP server)
gemini-cli gemini extensions install https://github.com/SalesforceCommerceCloud/b2c-developer-tooling (run in terminal, not inside the CLI)
other Use the file-copy installer below

Read the full file on GitHub · 155 lines

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. 3d ago First seen · 155 lines · 153 tokens per session scan A 3e3085206fde

Subscribe to this mod's changes

b2c-onboarding is a skill published in the GitHub repository SalesforceCommerceCloud/b2c-developer-tooling (53 stars, last pushed 4d ago), licensed Apache-2.0. It adds 153 tokens to every session and 1,925 once invoked, about $0.0008 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-08-30.

Related

Other skills, from other repositories

mall4j

Mall4j 开源版现有功能副驾驶:本地启动、mall4v/mall4m/mall4uni、商品/SKU、购物车、下单支付、订单发货、会员、运费、权限、部署排查。适用于下载 mall4j / yami-shop 后按现有功能使用或二次开发;不要编造开源版没有的能力。.

gz-yami/mall4j · 89 tokens

tutorial

Interactive 5-minute walkthrough of the Carta CRM plugin. Covers plugin overview, setup verification, how to kick off each skill, and a demo walkthrough of 4 realistic CRM scenarios. Trigger phrases: "carta crm tutorial", "show me the crm tutorial", "how do I use carta crm", "walk me through carta crm", "getting…

carta/plugins · 146 tokens

learning-medusa

Load automatically when user asks to learn Medusa development (e.g., "teach me how to build with medusa", "guide me through medusa", "I want to learn medusa"). Interactive guided tutorial where Claude acts as a coding bootcamp instructor, teaching step-by-step with checkpoints and verification.

medusajs/medusa-agent-skills · 65 tokens

lyt-learning

你的任务是把跨境电商、TikTok Shop、电商经营、选品、广告、数据、内容、供应链、商业模式或 AI 工作流相关课题拆成连续学习文章。每一篇都要接住用户上一轮的理解状态,再推进下一步。.

YYYYYZhao/Lytskill · 162 tokens

tcv

티처몰(Teachermall/Teacherville) 쇼핑 어시스턴트. Activate for /tcv, $tcv, tcv, 티처몰, teachermall, teacherville, 학급운영 준비물, 교구 추천, 보상체계 키트, 수업 준비물 쇼핑 requests. Use the teachermall MCP server tools when available.

reallygood83/teachermall-mcp · 83 tokens

first-book-walkthrough

Walk a first-time publisher through the complete KDP process step by step — from blank idea to published book. Teaches each phase, applies it to their book, then advances. Use when someone says 'I want to publish my first book' or 'where do I start with KDP.'.

cdeistopened/kdp-kings-wiki · 65 tokens