experience-cms-brand-apply

Extracts and applies Salesforce CMS brand guidelines to generated content.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Build --skill experience-cms-brand-apply-padjei
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: experience-cms-brand-apply
Source: https://github.com/padjei/SF_Build/tree/main/.claude/skills/experience-cms-brand-apply
Command: npx skills add https://github.com/padjei/SF_Build --skill experience-cms-brand-apply-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring generated content consistently matches an organization's brand voice, tone, and style is difficult when brand guidelines live in Salesforce CMS and must be manually retrieved and interpreted for every request. ## Core Features & Use Cases - Brand Search: Searches Salesforce CMS for existing brand definitions using the search_brands MCP tool and presents matching options for user confirmation. - Brand Instruction Extraction: Retrieves the full brand instruction prompt via get_brand_instructions, covering voice, tone, key messages, style rules, and guardrails. - Guideline Application: Applies extracted brand rules to all subsequently generated content, treating brand guardrails as hard constraints. - Use Case: A user asks to "write a landing page using our brand voice." The skill searches CMS for the brand, confirms the selection, extracts the brand instructions, and generates the page content aligned with the brand's tone and style rules. ## Quick Start Ask the assistant to apply your brand guidelines from Salesforce CMS to the content you want generated, for example by requesting to write a page using your brand voice.

Frequently Asked Questions about experience-cms-brand-apply

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply my brand voice to AI-generated content in Salesforce?▼

Request branded content and the skill searches Salesforce CMS for your brand, confirms the selection with you, then retrieves brand instructions via get_brand_instructions. The extracted voice, tone, and style rules are applied to all content generated afterward.

How do I search for brands stored in Salesforce CMS?▼

The skill calls the search_brands MCP tool with a keyword or brand name and returns matching brands with their managedContentId, title, and content URL. If multiple brands match, you are asked to choose which one to apply.

What tools are required for CMS brand extraction to work?▼

The skill requires the search_brands and get_brand_instructions MCP tools to be available in the environment. Without them, it falls back to asking you to provide brand guidelines manually in the conversation.

Can this skill create a new brand or search for images?▼

No. It only applies existing brand definitions from Salesforce CMS. Creating new brands, editing brand definitions, generating logos, and searching for media or images are explicitly out of scope.

What happens if no brand is found in Salesforce CMS?▼

The skill informs you that no brands were found and offers alternatives: create a brand in Salesforce CMS using the sfdc_cms__brand content type, or provide brand guidelines directly in the conversation to proceed without CMS branding.