This handles embedding Salesforce's AgentforceConversationClient chat widget into UI bundle projects without writing your own chatbot component. It enforces strict rules: never build a custom chat widget, always use the official package, and put all styling through styleTokens instead of CSS. The skill walks through checking for existing implementations, validating agent IDs against a specific format (18 chars starting with 0Xx), and updating props without breaking what's already there. It also surfaces the prerequisite cookie and trusted domain settings that trip people up during local development. Useful if you're constantly embedding Agentforce chat widgets and want consistent integration patterns enforced automatically.
npx skills add https://github.com/forcedotcom/afv-library --skill implementing-ui-bundle-agentforce-conversation-client