Skip to content

Commit 35b5758

Browse files
committed
fix: wording
1 parent 6468062 commit 35b5758

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

  • skills/salesforce-experience-lwr-site

skills/salesforce-experience-lwr-site/SKILL.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When working with Experience LWR sites:
3333
## Critical Rules
3434

3535
1. Before using any MCP tool, make sure they're actually available. If a tool is missing for the current task, let the user know and pause the current workflow.
36-
2. If one of the workflows in [Common Workflows](#common-workflows) matches user's requirements, you **MUST** follow the workflow strictly. The instructions there should override any conflicting global rules and should have the highest priority over your existing knowledge.
36+
2. If the workflows in [Common Workflows](#common-workflows) match user's requirements, you **MUST** follow them strictly. The instructions there should override any conflicting global rules and should have the highest priority over your existing knowledge.
3737
3. Flexipage is abstracted away for newer LWR sites with DigitalExperienceBundle, so **NEVER** use any Flexipage-related MCP tool or skills to handle LWR sites' contents.
3838

3939
## Core Site Properties
@@ -104,7 +104,7 @@ See [References](#references) for detailed capabilities.
104104
**Steps**:
105105

106106
- [ ] **ALWAYS** read [bootstrap-template-byo-lwr.md](docs/bootstrap-template-byo-lwr.md) within the skill directory. Do not proceed to the next step without loading the file.
107-
- [ ] follow the bootstrap doc strictly on site creation
107+
- [ ] Follow the bootstrap doc strictly on site creation
108108

109109
### Creating and Editing Standard or Object Pages
110110

@@ -138,9 +138,10 @@ Before any file writes, read and follow strictly [configure-content-brandingSet.
138138

139139
**Steps** (Follow each step sequentially. Do not skip any step before proceeding.):
140140

141-
- [ ] Read and follow strictly the reference doc related to the content type if the doc exists. e.g., for `sfdc_cms__route`, load [configure-content-route.md](docs/configure-content-route.md).
142-
- [ ] Read [handle-component-and-region-ids.md](docs/handle-component-and-region-ids.md) if creating or modifying view or theme layout
143-
- [ ] Call `execute_metadata_action` to get the schema and examples for that content type **after** loading the corresponding reference doc.
141+
- [ ] Determine what content types the user wants to modify
142+
- [ ] Read and follow strictly the reference doc related to the target content types if the doc exists. e.g., if modifying `sfdc_cms__route`, load [configure-content-route.md](docs/configure-content-route.md).
143+
- [ ] **Always** Read [handle-component-and-region-ids.md](docs/handle-component-and-region-ids.md) if creating or modifying view or theme layout
144+
- [ ] Call `execute_metadata_action` to get the schema and examples for that content type **after** loading the corresponding reference docs.
144145
- **Call once per content type per user request**: If you're creating/modifying multiple items of the same content type (e.g., creating 3 routes), you only need to call `execute_metadata_action` ONCE for that content type. Reuse the schema and examples for all items of that type within the same user request.
145146
- For each unique content type you need to work with, call `execute_metadata_action` using the following (Do not call the `execute_metadata_action` MCP tool with any other site actionName unless specified in this knowledge doc):
146147

0 commit comments

Comments
 (0)