Skip to content

Commit 126d7b5

Browse files
Phil Whittakerclaude
andcommitted
Generalize instruction file references in example instructions
- Changed specific Claude Desktop path references to generic "instruction file" - Makes documentation applicable to all MCP-compatible AI hosts - Updated section heading for clarity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ce29f06 commit 126d7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

16/umbraco-cms/reference/developer-mcp/best-practice/example-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Get the most out of the Umbraco CMS developer MCP server
44

55
# Example instructions file
66

7-
Custom instructions help guide your AI assistant to follow your specific Umbraco development practices and conventions. By creating a `.claude/instructions.md` file in your project, you can ensure consistent behavior across all interactions with the MCP server.
7+
Custom instructions help guide your AI assistant to follow your specific Umbraco development practices and conventions. By creating a instructions file in your project, you can ensure consistent behavior across all interactions with the MCP server.
88

99
The example below demonstrates a comprehensive instruction file that covers tool usage, content structure, templates, and other best practices. The version of Umbraco (v16.2.0) is explicitly specified in the title. This helps AI assistants use version-specific documentation sources like Context7 to provide accurate guidance for your Umbraco installation.
1010

1111
Created by [Tom Madden](https://github.com/TwoMoreThings)
1212

13-
## Example `.claude/instructions.md`
13+
## Example Instruction File
1414

1515
```markdown
1616
# Umbraco Development Guidelines (v16.2.0)

0 commit comments

Comments
 (0)