SalesforceCommerceCloud

60 mods across 1 repository, 53 stars between them.

b2c-metrics

25

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Query observability metrics from SCAPI Metrics API (CLOSED BETA). Use this skill whenever the user needs request volume, latency distributions, error rates, cache performance, or technical health indicators for SCAPI, OCAPI, MRT, SFRA controllers, or overall system performance. Also use when they want to monitor…

53 2d ago A 107 tokens original Apache-2.0

b2c-mrt

26

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Deploy and manage Managed Runtime (MRT) storefronts using the b2c CLI. Use this skill whenever the user needs to deploy a PWA Kit bundle, manage MRT environments and projects, set environment variables, configure URL redirects, or manage organization connections — even if they just say "deploy my PWA" or "set up a…

53 2d ago A 77 tokens original Apache-2.0

b2c-sandbox

27

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Create and manage on-demand sandboxes (ODS) for B2C Commerce using the b2c CLI. Use this skill whenever the user needs to spin up a new development sandbox, list running sandboxes, start/stop/restart an instance, or manage sandbox lifecycle — even if they just say "I need a sandbox" or "restart my instance".

53 2d ago A 78 tokens original Apache-2.0

b2c-scapi-custom

28

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Check custom SCAPI endpoint registration status using the b2c CLI. Use this skill whenever the user needs to verify that their custom API endpoints are registered and working, debug 404 or "endpoint not found" errors on custom APIs, or list custom API endpoints and their deployment status — even if they just say "my…

53 2d ago A 84 tokens original Apache-2.0

b2c-scapi-schemas

29

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Browse and retrieve SCAPI OpenAPI schema specifications. Use this skill whenever the user needs to list available SCAPI APIs, inspect endpoint paths or request/response shapes, explore data models for products or orders, check which fields an API returns, or understand SCAPI versioning. Also use when looking up API…

53 2d ago A 98 tokens original Apache-2.0

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Import and export site archives containing metadata XML on B2C Commerce instances using the b2c CLI. Use this skill whenever the user needs to import a site archive directory or zip to an instance, apply an ordered set of archives idempotently, export site configuration as XML, structure a site archive folder…

53 2d ago A 149 tokens original Apache-2.0

b2c-sites

31

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

List storefront sites, check site status, and manage cartridge paths on B2C Commerce instances using the b2c CLI. Use this skill whenever the user needs to discover site IDs, check which storefronts are online or offline, get site configuration as JSON, or view/modify the ordered cartridge path for a site or Business…

53 2d ago A 115 tokens original Apache-2.0

b2c-slas

32

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Create, update, and manage SLAS (Shopper Login and API Access Service) clients using the b2c CLI. Use this skill whenever the user needs to provision a SLAS client, update OAuth scopes, rotate client secrets, get a shopper access token, or configure shopper authentication for headless, PWA, or Storefront Next (SFNext)…

53 2d ago A 102 tokens original Apache-2.0

b2c-webdav

33

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

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, zip or unzip files on the server, manage file transfers to sandboxes, or browse…

53 2d ago A 99 tokens original Apache-2.0

b2c-scaffold

34

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Generate B2C Commerce cartridges, controllers, hooks, custom APIs, job steps, and Page Designer components from scaffold templates. Use this skill whenever the user needs to create a new cartridge, add a controller or hook to an existing cartridge, bootstrap a custom API endpoint, or generate boilerplate for job steps…

53 2d ago A 92 tokens original Apache-2.0

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Build Business Manager extension cartridges with custom admin tools, menu items, and dialog actions. Use this skill whenever the user needs to create bm cartridges, add menu actions or dialog buttons in BM, configure bmextensions.xml, or extend admin pages with form overlays. Also use when customizing the BM interface…

53 2d ago A 90 tokens original Apache-2.0

b2c-controllers

36

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

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…

53 2d ago A 90 tokens original Apache-2.0

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Develop Custom SCAPI REST endpoints with api.json routes, schema.yaml definitions, and OAuth scope configuration. Use this skill whenever the user needs to create a custom API on the Commerce platform, define OpenAPI 3.0 schemas for request/response, structure the rest-apis cartridge folder, or debug endpoint…

53 2d ago A 152 tokens original Apache-2.0

b2c-custom-caches

38

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Implement custom caching with CacheMgr, caches.json definitions, and cache region configuration. Use this skill whenever the user needs to cache expensive computations or API responses server-side, define cache regions with TTL and size limits, invalidate cache entries, or debug disappearing cache data. Also use when…

53 2d ago A 88 tokens original Apache-2.0

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Create custom job steps for B2C Commerce batch processing. Use this skill whenever the user needs to write a batch job, data export script, scheduled cleanup task, or any server-side processing that runs on a schedule. Also use when they ask about steptypes.json, chunk-oriented vs task-oriented job steps…

53 2d ago A 148 tokens original Apache-2.0

b2c-custom-objects

40

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Store and query custom business data using CustomObjectMgr, OCAPI Data API, and Shopper Custom Objects API. Use this skill whenever the user needs to create, read, update, or search custom object instances, build processing queues with status fields, choose between site-scoped and organization-scoped storage, or query…

53 2d ago A 104 tokens original Apache-2.0

b2c-forms

41

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Build forms with validation in B2C Commerce using SFRA patterns. Use this skill whenever the user needs to create a storefront form (checkout, registration, profile edit, address, contact), define form fields in XML, handle form submission in a controller, add field validation rules, or render forms in ISML templates.…

53 2d ago A 117 tokens original Apache-2.0

b2c-hooks

42

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Register and implement B2C Commerce platform hooks declared in hooks.json and invoked by HookMgr during OCAPI/SCAPI requests or system events. Use for hooks.json, HookMgr.callHook(), dw.system.Status, dw.ocapi.shop. before/after/modifyResponse hooks, dw.order.payment.authorize/authorizeCreditCard, dw.order.calculate…

53 2d ago A 130 tokens original Apache-2.0

b2c-isml

43

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Build ISML templates with isprint, isset, isloop, isdecorate, isinclude tags, and ${...} expression syntax. Use this skill whenever the user needs to write or debug storefront templates, create decorator layouts with isreplace, build reusable template modules, control HTML encoding in output, or use ISML expression…

53 2d ago C 104 tokens original Apache-2.0

b2c-localization

44

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Add translations and multi-language support to B2C Commerce storefronts. Use this skill whenever the user needs to translate a storefront, add a new locale, create or edit .properties resource bundles, display translated strings in templates, format dates or currencies for different regions, or build a language…

53 2d ago A 107 tokens original Apache-2.0

b2c-logging

45

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Implement server-side logging with dw.system.Logger, custom log categories, and named log files. Use this skill whenever the user needs to add debug or error logging to Commerce scripts, write to a dedicated log file, configure log categories and levels, or use nested diagnostic context for tracing. Also use when…

53 2d ago A 98 tokens original Apache-2.0

b2c-metadata

46

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Define custom attributes, custom object types, and site preferences for B2C Commerce using metadata XML. Use this skill whenever the user needs to add a field to products, orders, or customers, create a new custom object type, set up site preferences, or extend the B2C data model. Also use when they ask about…

53 2d ago A 118 tokens original Apache-2.0

b2c-onboarding

47

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Get started with Salesforce B2C Commerce development. Use this skill when the user is new to B2C Commerce, wants to set up a fresh development environment, is asking "how do I get started", needs to install the B2C CLI for the first time, wants to connect a sandbox, or wants to deploy their first cartridge. Triggers…

53 2d ago A 153 tokens original Apache-2.0

b2c-ordering

48

SalesforceCommerceCloud/b2c-developer-tooling

Skill Claude CodeCodex

Manage the order lifecycle in B2C Commerce including order creation, status transitions, failure handling, and checkout completion. Use this skill whenever the user needs to create an order from a basket, transition order status, handle failed or cancelled orders, implement payment authorization in checkout, or…

53 2d ago A 84 tokens original Apache-2.0