Agent Jam logo

Agent Jam

  1. Skills
  2. salesforcecommercecloud
  3. b2c-developer-tooling
Why Agent Jam?FeaturesIntegrationsPricing
Join Waitlist

Made with 🫖 by Boiling KettleBoiling Kettle

PrivacyTermsContact

salesforcecommercecloud/b2c-developer-tooling

24 Skills

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

49

Stars

16

Forks

24

Skills

Skills in this Repository

b2c-slas-auth-patterns
Very Popular

Implement SLAS authentication patterns in B2C Commerce including passwordless login (email OTP, SMS OTP, passkeys), session bridging between PWA Kit/Storefront Next and SFRA, hybrid authentication (B2C 25.3+), token refresh flows, trusted system on behalf of (TSOB), and JWT validation. Use this skill whenever the user asks about shopper authentication beyond basic login, token exchange flows, passwordless or biometric auth, keeping sessions alive across storefronts, handling 409 Conflict errors on token endpoints, refreshing shopper tokens, or validating JWTs — even if they don't mention SLAS by name.

salesforcecommercecloud/b2c-developer-tooling4916
B2c Webdav

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4813
B2c Config

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4813
B2c Slas

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4915
B2c Metadata

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4815
b2c-metadata
Popular

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4916
b2c-docs
Very Popular

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4915
b2c-job
Very Popular

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4916
b2c-slas
Popular

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4916
b2c-webdav
Very Popular

List, upload, download, and manage files on B2C Commerce instances via WebDAV. Use this skill whenever the user needs to upload files to IMPEX directories, download exports from an instance, list remote files, create or delete directories, or zip/unzip files on the server. Also use when managing file transfers to sandboxes or browsing instance file systems -- even if they just say 'upload a file to the instance' or 'check what's in the IMPEX folder'.

salesforcecommercecloud/b2c-developer-tooling4916
b2c-scapi-schemas
Very Popular

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4916
B2c Slas Auth Patterns

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4813
B2c Docs

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4915
B2c Scapi Schemas

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4813
b2c-ecdn
Popular

Manage eCDN zones, security settings, and edge configuration for B2C Commerce storefronts. Use this skill whenever the user needs to purge CDN cache, provision SSL certificates, configure WAF or firewall rules, set up rate limiting, enable logpush or Page Shield, manage MRT routing, configure mTLS or cipher suites, or optimize edge performance. Also use when troubleshooting CDN-layer issues or managing zone settings -- even if they just say 'clear the cache' or 'block bot traffic on our storefront'.

salesforcecommercecloud/b2c-developer-tooling4916
B2c Controllers

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4813
B2c Isml

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4915
B2c Job

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4815
b2c-logs
Popular

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4916
b2c-isml
Popular

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4916
B2c Ecdn

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4813
b2c-controllers
Very Popular

Create storefront controllers using SFRA or classic patterns with server.get/post, middleware chains, and res.render/json. Use this skill whenever the user needs to build a page route, handle form submissions, create AJAX endpoints, extend or override existing controllers, or add middleware to a request pipeline. Also use when debugging route registration or response rendering -- even if they just say 'new page endpoint' or 'handle a POST request'.

salesforcecommercecloud/b2c-developer-tooling4916
B2c Logs

B2C CLI, VSCode Extension, Skills+MCP, and Tooling SDK for Salesforce Agentforce Commerce B2C

salesforcecommercecloud/b2c-developer-tooling4813
b2c-config
Very Popular

Inspect, configure, and troubleshoot the B2C CLI's setup, authentication, and instance connections. Use this skill as the **fallback whenever CLI setup, configuration, or authentication is unclear or failing** — including "command can't find my instance/credentials", auth errors (401/403, "client credentials required"), wrong sandbox being targeted, env var vs dw.json precedence, hostname mismatch warnings, missing tenantId/shortCode, OAuth scope errors, multi-instance switching, retrieving access tokens for scripts, and IDE integration. Also use when the user needs to check what `dw.json` looks like, what fields it accepts (camelCase or kebab-case keys), or where the CLI is reading config from. Triggers include "why is the CLI connecting to the wrong instance", "auth keeps failing", "what config does the CLI see", "I need an OAuth token", "my dw.json isn't being picked up", or any general "how do I configure the CLI" question.

salesforcecommercecloud/b2c-developer-tooling4916
salesforcecommercecloud/b2c-developer-tooling