From 1a6643c604368e7f72dc9123f7cb95d7b61b9949 Mon Sep 17 00:00:00 2001 From: k-j-kim Date: Thu, 26 Mar 2026 17:08:23 -0700 Subject: [PATCH] Fix frontmatter name to match directory for agentforce skill --- .../implementing-webapp-agentforce-conversation-client/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/implementing-webapp-agentforce-conversation-client/SKILL.md b/skills/implementing-webapp-agentforce-conversation-client/SKILL.md index 0fd7aa3..c4c0655 100644 --- a/skills/implementing-webapp-agentforce-conversation-client/SKILL.md +++ b/skills/implementing-webapp-agentforce-conversation-client/SKILL.md @@ -1,5 +1,5 @@ --- -name: managing-webapp-agentforce-conversation-client +name: implementing-webapp-agentforce-conversation-client description: "Adds or modifies AgentforceConversationClient in React apps (.tsx or .jsx files). Use when user says \"add chat widget\", \"embed agentforce\", \"add agent\", \"add chatbot\", \"integrate conversational AI\", or asks to change colors, dimensions, styling, or configure agentId, width, height, inline mode, or styleTokens for travel agent, HR agent, employee agent, or any Salesforce agent chat." metadata: author: ACC Components