This handles the full workflow for pulling brand guidelines out of Salesforce CMS and applying them to whatever content you're generating. It searches for brands using the CMS channels API, extracts voice, tone, style rules, and typography specs, then makes sure everything you create follows those guidelines from the start. The workflow is strict about sequence: search first if needed, extract instructions, then generate content with branding baked in, never retrofitted after. Useful when users say "apply my brand" or "use our brand voice" and you need to actually retrieve real guidelines instead of improvising. Requires the get_brand_instructions and search_media_cms_channels MCP tools, and the org needs Agentforce Vibes branding enabled.
npx -y skills add forcedotcom/sf-skills --skill experience-cms-brand-apply --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
aradotso/marketing-skills