fix: @W-22259678@ update stale skill name references (#301)

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
This commit is contained in:
Hemant Singh Bisht 2026-06-29 12:32:07 +05:30 committed by GitHub
parent 7f223b0d41
commit 48ef93f39d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -9,9 +9,9 @@ The skills are contributed by Salesforce and the broader community. Its optim
``` ```
sf-skills/ sf-skills/
├── skills/ # Directory-based executable workflows ├── skills/ # Directory-based executable workflows
│ ├── generating-apex/ │ ├── platform-apex-generate/
│ ├── generating-custom-object/ │ ├── platform-custom-object-generate/
│ ├── generating-flow/ │ ├── automation-flow-generate/
│ └── ... │ └── ...
├── samples/ # Synced sample apps (e.g. from npm) ├── samples/ # Synced sample apps (e.g. from npm)
│ └── ui-bundle-template-app-react-sample-b2e/ │ └── ui-bundle-template-app-react-sample-b2e/

View File

@ -146,7 +146,7 @@ Do not consider a task complete until all three steps have been run successfully
### Data access (Salesforce) ### 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`. This applies to: GraphQL queries/mutations, REST calls, SDK initialization, custom hooks that fetch data, or any code that imports from `@salesforce/platform-sdk`.

View File

@ -146,7 +146,7 @@ Do not consider a task complete until all three steps have been run successfully
### Data access (Salesforce) ### 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`. This applies to: GraphQL queries/mutations, REST calls, SDK initialization, custom hooks that fetch data, or any code that imports from `@salesforce/platform-sdk`.