commerce-b2b-open-code…
Integrate Salesforce B2B Commerce open source components from GitHub into B2B Commerce stores. Use when users mention \"integrate open code components\",…
Author a Salesforce Digital Experience brand (a \"brand.json\") so the VS Code Brand Toolkit can load, edit, and preview it. Use this skill whenever someone wants to: create a brand, make a new brand, generate a brand from a description or a color/logo/mood, add a brand to a
$ npx -y skills add forcedotcom/sf-skills --skill experience-cms-brand-create --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/experience-cms-brand-createContext preview
The summary Claude sees to decide when to auto-load this skill.
Author a Salesforce Digital Experience brand (a \"brand.json\") so the VS Code Brand Toolkit can load, edit, and preview it. Use this skill whenever someone wants to: create a brand, make a new brand, generate a brand from a description or a color/logo/mood, add a brand to a
name: experience-cms-brand-create
description: "Author a Salesforce Digital Experience brand (a \"brand.json\") so the VS Code Brand Toolkit can load, edit, and preview it. Use this skill whenever someone wants to: create a brand, make a new brand, generate a brand from a description or a color/logo/mood, add a brand to a project so the Brand Toolkit picks it up, scaffold a brand.json, theme a Digital Experience site, or turn a brand idea (\"a dark luxury brand\", \"match our logo\", \"coral + rounded + friendly\") into a loadable brand. Also use it when the user mentions \"Brand Toolkit\", \"theme manager brand\", \"brand token\", \"colorScheme\", \"primaryAccent\", \".digitalExperience/brands\", \"sfdc_cms:title\", or a \"brand.json\" that should show up in the Brand Toolkit. Do NOT use this skill to apply an existing brand's voice, tone, or guidelines to generated content (use experience-cms-brand-apply), to search Salesforce CMS for existing brands, or to search for images, media, or logos (use experience-search-coordinate)."
metadata:
version: "1.0"
domains: ["Experience"]
relatedSkills:
- "experience-cms-brand-apply"
- "experience-search-coordinate"Generates a Digital Experience **brand** — one `brand.json` file — from a user's description, and writes it where the VS Code **Brand Toolkit** will discover it, so the user can immediately load, edit, and preview the brand.
A brand is a single JSON object of design tokens: colors (`colorScheme`), a font catalog and base font (`fontFamily` / `baseFontFamily`), size/spacing/border scales, per-role `typography`, and `buttonStyleGroup` definitions. Most of it is fixed structure with internal references; **you create a brand by starting from a known-good template and changing only the leaf values** (colors, font choice, border radius, base size) plus a unique name.
The Brand Toolkit owns everything downstream: it computes derived hover colors, compiles the `--tm-*` CSS, and manages the active-brand config on Save. Your job is just the `brand.json`.
> **Related:** This skill *creates* a new brand definition. To *apply* an existing > brand's voice, tone, and guidelines to generated content, use the > `experience-cms-brand-apply` skill instead.
Read each reference when its step arrives — don't inline everything up front:
is your starting point for EVERY brand. Copy it, then change leaves.
references you must leave intact; the `colorScheme` guide; the font catalog and which fonts actually render in the preview; the derived-colors rule. Read before editing values.
(`.digitalExperience/brands/<slug>.brand.json`), the title→slug rule, and what the toolkit generates so you don't. Read before writing the file.
Walk these steps in order. When you have an interactive user, ask before assuming and confirm the design back before writing; in a single-turn, headless, or CLI run with no user to answer, state the choices you inferred and write in the same run rather than waiting for a confirmation that cannot arrive (see Step 3). Steps 1–5 create the brand file and complete the task. After they finish, an optional post-completion action — opening the Brand Toolkit to preview/edit — is described in **"After completion"** below; it is not part of the required workflow.
Find out what the brand should feel like. If the user already gave a description ("a dark, premium fintech brand in deep purple"), extract from it; otherwise ask briefly for:
unique in the project). If they don't offer one, propose one from the vibe.
a description ("Salesforce blue", "warm coral"). Convert to a `#rrggbb` hex.
`root` and `contrast`.
classic serif, techy mono), density. Map these to `borderRadius`, `fontFamily` choice, and `baseFontSize`.
If a logo or image is provided, sample its dominant color for `primaryAccent` and judge light/dark from its background. Keep it to a couple of questions — infer the rest from the vibe and confirm in Step 3.
1. Read `assets/brand-template.json` — this is your base. Read `references/brand-anatomy.md` so you know which leaves are safe to change. 2. Copy the template and override ONLY leaf values:
`#000000`; dark: a dark bg / `#ffffff`).
the accent.
entries) → a reference to a catalog key whose font actually renders in the preview (see the anatomy doc's font list).
`baseFontSize.value`, `fontWeight.normal`. 3. Do NOT: add `*Derived` color keys, drop or rename any section/key, replace a `{!$brand....}` reference with a literal, or use a font name outside the renderable catalog. The structure must stay identical to the template. 4. Sanity-check contrast: `contrast` on `root`, and `primaryAccentContrast` on `primaryAccent`, must be legible. Prefer black/white for the contrast colors
This repository provides a curated collection of Salesforce agent skills for building applications.
Repo: forcedotcom/sf-skills
Integrate Salesforce B2B Commerce open source components from GitHub into B2B Commerce stores. Use when users mention \"integrate open code components\",…
Replace OOTB (out-of-the-box) B2B Commerce components with open source equivalents in site metadata content.json files, or look up the equivalent open code…
Use this skill to diagnose and resolve what blocks a DevOps Center promotion of a work item's feature branch: Git merge conflicts and deployment failures.…
Use this skill to manage the full lifecycle of a DevOps Center pipeline — list all pipelines, get a single pipeline's details, create a new pipeline linked to…
Analyzes DevOps Center test failures and Code Analyzer violations in plain language — failure category, offending file/class/method/line, rule violated, fix…
Configures DevOps Center pipeline testing infrastructure: enables a test provider so its suites become available, re-syncs a configured provider to pull in new…