B2C Cip

🌐Community
by salesforcecommercecloud · vlatest · Repository

B2C Cip enables personalized content recommendations for e-commerce shoppers, boosting engagement and driving conversions by tailoring experiences to individual preferences.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add b2c-cip npx -- -y @trustedskills/b2c-cip
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "b2c-cip": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/b2c-cip"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides the foundational tooling required to build and manage B2C Commerce (formerly Salesforce Commerce Cloud) projects. It enables developers to initialize repositories, execute build pipelines, and deploy applications directly from the command line.

When to use it

  • Setting up a new project repository with the correct B2C Commerce configuration files.
  • Running automated build scripts to compile assets and verify code integrity before deployment.
  • Deploying updated storefronts or backend services to your B2C Commerce instance.
  • Managing environment-specific configurations across development, staging, and production.

Key capabilities

  • Project initialization with standard scaffolding for B2C Commerce architectures.
  • Execution of build tasks including asset compilation and dependency resolution.
  • Deployment automation to connect local environments with the cloud instance.
  • Integration support for common development workflows within the Salesforce ecosystem.

Example prompts

  • "Initialize a new B2C Commerce project using the standard scaffolding."
  • "Run the build pipeline to compile all frontend assets and check for errors."
  • "Deploy the current branch of my storefront to the staging environment."

Tips & gotchas

Ensure you have the necessary CLI permissions configured in your Salesforce org before attempting deployment. This tool is specifically designed for B2C Commerce; using it with other Salesforce clouds may result in configuration mismatches or missing dependencies.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
salesforcecommercecloud
Installs
30

🌐 Community

Passed automated security scans.