Skip to content

Commit 9e17c85

Browse files
Phil Whittakerclaude
andcommitted
Update scenarios documentation and add CSV acronym
- Standardize "Document Type" and "Data Type" capitalization in scenarios - Simplify example prompts by removing unnecessary details - Remove duplicate template inheritance scenario - Add CSV to acronyms list for style checking 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9ebfcd0 commit 9e17c85

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

.github/styles/UmbracoDocs/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ exceptions:
3333
- CRM # Customer Relationship Management
3434
- CRUD # Create, Read, Update, Delete
3535
- CSS # Cascading Style Sheets
36+
- CSV # Comma Separated Values
3637
- CTRL # Control (Keyboard key)
3738
- CURL # Client URL
3839
- DELETE # HTTP DELETE method

16/umbraco-cms/reference/developer-mcp/scenarios.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
3232

3333
- Generate landing pages from templates with dynamic content
3434

35-
**Example Prompt:** "Read cities.csv (containing population data from ONS) and create city landing pages using the City Landing Page document type for each UK city"
35+
**Example Prompt:** "Read cities.csv and create city landing pages using the City Landing Page Document Type for each UK city"
3636

3737
**Required Tool Collections:** `document`, `document-type`
3838

@@ -140,7 +140,7 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
140140

141141
- Audit and optimize media file sizes
142142

143-
**Example Prompt:** "Find all images in the Team Photos folder over 1MB and create a report showing their dimensions, file sizes, and which pages use them"
143+
**Example Prompt:** "Find all images in the Team Photos folder and create a report showing their dimensions, file sizes, and which pages use them"
144144

145145
**Required Tool Collections:** `media`
146146

@@ -186,7 +186,7 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
186186
7. **Document Type Management**
187187
- Create document types from JSON schemas
188188

189-
**Example Prompt:** "Create a new FAQ Page document type with a title, rich text intro, and repeatable FAQ items block list"
189+
**Example Prompt:** "Create a new FAQ Page Document Type with a title, rich text intro, and repeatable FAQ items block list"
190190

191191
**Required Tool Collections:** `document-type`
192192

@@ -209,21 +209,21 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
209209
**Required Tool Collections:** `document-type`
210210

211211
8. **Data Type Administration**
212-
- Create custom data types with specific property editors
212+
- Create custom Data Types with specific property editors
213213

214-
**Example Prompt:** "Create a color picker data type limited to our brand colors: #FF0000, #00FF00, #0000FF"
214+
**Example Prompt:** "Create a color picker Data Type limited to our brand colors: #FF0000, #00FF00, #0000FF"
215215

216216
**Required Tool Collections:** `data-type`
217217

218-
- Update data type configurations globally
218+
- Update Data Type configurations globally
219219

220-
**Example Prompt:** "Update the Rich Text Editor data type to enable the source code button"
220+
**Example Prompt:** "Update the Rich Text Editor Data Type to enable the source code button"
221221

222222
**Required Tool Collections:** `data-type`
223223

224-
- Find and manage data type references
224+
- Find and manage Data Type references
225225

226-
**Example Prompt:** "Show me all document types using the 'Legacy Rich Text' data type"
226+
**Example Prompt:** "Show me all document types using the 'Legacy Rich Text' Data Type"
227227

228228
**Required Tool Collections:** `data-type`, `document-type`
229229

@@ -252,12 +252,6 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
252252

253253
**Required Tool Collections:** `template`, `document`
254254

255-
- Manage template inheritance structures
256-
257-
**Example Prompt:** "Show me the template inheritance tree starting from Master"
258-
259-
**Required Tool Collections:** `template`
260-
261255
- Search and update template code
262256

263257
**Example Prompt:** "Find all templates that reference the old ViewHelper and update them to use the new one"

0 commit comments

Comments
 (0)