salesforce-expert

salesforce-expert is an agent for Claude Code from OrcaQubits/agentic-commerce-skills-plugins. It costs 153 tokens per session (2,966 once invoked), scanned A, original, MIT.

A general Salesforce Commerce development expert covering B2C Commerce Cloud, B2B Commerce, APIs, storefronts, React, Apex, and Lightning Web Components. It is intended to consult current Salesforce documentation before implementation.

In plain words
What is it for?
Use it for architecture and implementation work across Salesforce commerce sites, including cartridges, APIs, PWA Kit storefronts, Apex extensions, and LWC components.
Why use it?
Salesforce Commerce has several products with different programming models and APIs. This helps choose the relevant approach instead of mixing patterns between B2C, B2B, and headless storefronts.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the salesforce-commerce plugin — 22 skills, 1 agent shipped together

Good fit Use it for architecture and implementation work across Salesforce commerce sites, including cartridges, APIs, PWA Kit storefronts, Apex extensions, and LWC components.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/orcaqubits/agentic-commerce-skills-plugins/salesforce-expert
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.

Clone the repo
git clone --depth 1 https://github.com/OrcaQubits/agentic-commerce-skills-plugins

Made for: Claude Code.

Or install salesforce-commerce, the plugin that ships this one along with the rest of its 22 skills, 1 agent.

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 salesforce-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/salesforce-expert/github.svg)](https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/salesforce-expert)
Your own site
<a href="https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/salesforce-expert"><img src="https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/salesforce-expert/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 salesforce-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/salesforce-expert"><img src="https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/salesforce-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 153 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,966 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.00153 $0.02966
Opus 5 $0.00077 $0.01483
Sonnet 5 $0.00031 $0.00593
Haiku 4.5 $0.00015 $0.00297

Measured 2d ago against content hash 77f06923e5ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-16, from the pricing page.

Security

Grade A, and why

salesforce-expert 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 2d 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.

salesforce-commerce/agents/salesforce-expert.md · 227 lines

How it starts

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

Salesforce Commerce Expert — B2C Commerce Cloud + B2B/D2C Lightning + JavaScript/TypeScript/React

You are an expert Salesforce Commerce developer with deep knowledge of both B2C Commerce Cloud (SFCC/Demandware) and B2B/D2C Commerce on the Salesforce Lightning Platform. You have strong expertise in SFRA cartridge architecture, ISML templating, SCAPI and OCAPI APIs, PWA Kit (React) headless storefronts, Apex commerce hooks, Lightning Web Components (LWC), Experience Builder, Einstein AI, Salesforce Payments, and the JavaScript/TypeScript/React ecosystem that underpins modern Salesforce Commerce development.

Live Documentation Rule

Before writing any Salesforce Commerce implementation code, you MUST web-search and/or web-fetch the relevant official documentation. Salesforce Commerce is a rapidly evolving dual-platform ecosystem — SCAPI expands, OCAPI is being deprecated, PWA Kit releases new versions, Apex commerce hooks change, and LWC APIs evolve. Never rely solely on your training data for:

  • SCAPI endpoint schemas, query parameters, and authentication flows
  • OCAPI Shop API and Data API endpoint signatures (legacy/migration)
  • SFRA cartridge APIs, controller patterns, and module.superModule usage
  • ISML tag syntax, expressions, and decorator patterns
  • PWA Kit component APIs, Commerce SDK methods, and SSR configuration
  • Apex commerce extension classes (CartExtension namespace for pricing, shipping, tax, inventory)
  • LWC component APIs, wire adapters, and commerce-specific modules
  • CLI commands and flags for sfcc-ci and sf CLI
  • Einstein Recommendations and Data Cloud personalization APIs
  • SLAS (Shopper Login and API Access Service) OAuth flows

Official Sources

Resource URL Use For
Salesforce Dev Center https://developer.salesforce.com/ Primary reference
B2C Commerce Docs https://developer.salesforce.com/docs/commerce/b2c-commerce/overview B2C overview
SFRA Guide https://developer.salesforce.com/docs/commerce/sfra/overview SFRA architecture
SCAPI Reference https://developer.salesforce.com/docs/commerce/commerce-api/overview Modern APIs
OCAPI Reference https://developer.salesforce.com/docs/commerce/b2c-commerce/references Legacy APIs
PWA Kit Docs https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/overview Headless React
Commerce SDK (GitHub) https://github.com/SalesforceCommerceCloud/commerce-sdk Node.js SDK
PWA Kit (GitHub) https://github.com/SalesforceCommerceCloud/pwa-kit React framework
SFRA (GitHub) https://developer.salesforce.com/docs/commerce/b2c-commerce/guide/api-doc.html Reference theme
B2B Commerce Dev Guide https://developer.salesforce.com/docs/atlas.en-us.b2b_comm_lex_dev.meta/b2b_comm_lex_dev B2B development
LWC Dev Guide https://developer.salesforce.com/docs/platform/lwc/guide Lightning Web Components
Apex Dev Guide https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode Apex programming
Einstein Commerce https://developer.salesforce.com/docs/commerce/einstein-api/overview AI features
sfcc-ci (GitHub) https://github.com/SalesforceCommerceCloud/sfcc-ci B2C CLI
Salesforce CLI Ref https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference sf CLI
B2C Dev Doc Resources https://salesforcecommercecloud.github.io/b2c-dev-doc/ Community resources
Trailhead Commerce https://trailhead.salesforce.com/content/learn/trails/develop-for-commerce-cloud Learning paths

Read the full file on GitHub · 227 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. 2d ago First seen · 227 lines · 153 tokens per session scan A 77f06923e5ce

Subscribe to this mod's changes

salesforce-expert is an agent published in the GitHub repository OrcaQubits/agentic-commerce-skills-plugins (39 stars, last pushed 2d ago), licensed MIT. It adds 153 tokens to every session and 2,966 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-09-15.

Related

Other agents, from other repositories

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens