From 95f49302ab56ab98eb110f2c347a7cfef1248c4e Mon Sep 17 00:00:00 2001 From: Hemant Singh Bisht Date: Mon, 29 Jun 2026 11:13:08 +0530 Subject: [PATCH] fix: update stale skill name references to match new naming convention - README.md: update folder structure examples from old names (generating-apex, generating-custom-object, generating-flow) to new names (platform-apex-generate, platform-custom-object-generate, automation-flow-generate) - samples/AGENT.md (b2e + b2x): update using-ui-bundle-salesforce-data to experience-ui-bundle-salesforce-data-access --- README.md | 6 +++--- samples/ui-bundle-template-app-react-sample-b2e/AGENT.md | 2 +- samples/ui-bundle-template-app-react-sample-b2x/AGENT.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c7115ca..6bb11e8 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ The skills are contributed by Salesforce and the broader community. It’s optim ``` sf-skills/ ├── skills/ # Directory-based executable workflows -│ ├── generating-apex/ -│ ├── generating-custom-object/ -│ ├── generating-flow/ +│ ├── platform-apex-generate/ +│ ├── platform-custom-object-generate/ +│ ├── automation-flow-generate/ │ └── ... ├── samples/ # Synced sample apps (e.g. from npm) │ └── ui-bundle-template-app-react-sample-b2e/ diff --git a/samples/ui-bundle-template-app-react-sample-b2e/AGENT.md b/samples/ui-bundle-template-app-react-sample-b2e/AGENT.md index b5b2a71..d28f9ad 100644 --- a/samples/ui-bundle-template-app-react-sample-b2e/AGENT.md +++ b/samples/ui-bundle-template-app-react-sample-b2e/AGENT.md @@ -146,7 +146,7 @@ Do not consider a task complete until all three steps have been run successfully ### Data access (Salesforce) -**Before writing any code that connects to Salesforce, you MUST invoke the `using-ui-bundle-salesforce-data` skill. Do not write any data access code without consulting it first.** +**Before writing any code that connects to Salesforce, you MUST invoke the `experience-ui-bundle-salesforce-data-access` skill. Do not write any data access code without consulting it first.** This applies to: GraphQL queries/mutations, REST calls, SDK initialization, custom hooks that fetch data, or any code that imports from `@salesforce/platform-sdk`. diff --git a/samples/ui-bundle-template-app-react-sample-b2x/AGENT.md b/samples/ui-bundle-template-app-react-sample-b2x/AGENT.md index b5b2a71..d28f9ad 100644 --- a/samples/ui-bundle-template-app-react-sample-b2x/AGENT.md +++ b/samples/ui-bundle-template-app-react-sample-b2x/AGENT.md @@ -146,7 +146,7 @@ Do not consider a task complete until all three steps have been run successfully ### Data access (Salesforce) -**Before writing any code that connects to Salesforce, you MUST invoke the `using-ui-bundle-salesforce-data` skill. Do not write any data access code without consulting it first.** +**Before writing any code that connects to Salesforce, you MUST invoke the `experience-ui-bundle-salesforce-data-access` skill. Do not write any data access code without consulting it first.** This applies to: GraphQL queries/mutations, REST calls, SDK initialization, custom hooks that fetch data, or any code that imports from `@salesforce/platform-sdk`.