Skip to content

Commit f0e9390

Browse files
committed
CHANGE: Update README and settings for chat modes
- Adjusted formatting in README for better clarity on custom instructions, prompt files, chat modes, and MCP servers. - Modified settings.json for consistent indentation in chat mode file locations.
1 parent b00dd64 commit f0e9390

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"chat.modeFilesLocations": {
2+
"chat.modeFilesLocations": {
33
"chatmodes": true
44
},
55
"chat.promptFilesLocations": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ I've spent many hours building my own tools and prompts and chat modes to help m
1717

1818
GitHub Copilot provides multiple ways to customize AI responses and tailor assistance to your specific workflows, team guidelines, and project requirements:
1919

20-
| **🔧 Custom Instructions** | **📝 Prompt Files (Reusable Prompts)** | **🧩 Custom Chat Modes** | **🔌 MCP Servers** |
20+
| **[🔧 Custom Instructions](#-custom-instructions-files)** | **[📝 Prompt Files (Reusable Prompts)](#-prompt-files-reusable-prompts)** | **[🧩 Custom Chat Modes](#-custom-chat-modes)** | **[🔌 MCP Servers](#-mcp-servers)** |
2121
| --- | --- | --- | --- |
2222
| Define common guidelines for tasks like code generation, reviews, and commit messages. Describe *how* tasks should be performed<br><br>**Benefits:**<br>• Automatic inclusion in every chat request<br>• Repository-wide consistency<br>• Multiple implementation options | Create reusable, standalone prompts for specific tasks. Describe *what* should be done with optional task-specific guidelines<br><br>**Benefits:**<br>• Eliminate repetitive prompt writing<br>• Shareable across teams<br>• Support for variables and dependencies | Define chat behavior, available tools, and codebase interaction patterns within specific boundaries for each request<br><br>**Benefits:**<br>• Context-aware assistance<br>• Tool configuration<br>• Role-specific workflows | Extend GitHub Copilot agents with standardized tools, resources, and prompts via Model Context Protocol for specialized tasks and external integrations<br><br>**Benefits:**<br>• Invoke tools for databases, APIs, and file operations<br>• Access external resources as chat context<br>• Pre-configured prompts for complex workflows<br>• Tool confirmation and parameter editing<br>• Automatic discovery and workspace sharing |
2323

update-readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ I've spent many hours building my own tools and prompts and chat modes to help m
2424
2525
GitHub Copilot provides multiple ways to customize AI responses and tailor assistance to your specific workflows, team guidelines, and project requirements:
2626
27-
| **🔧 Custom Instructions** | **📝 Prompt Files (Reusable Prompts)** | **🧩 Custom Chat Modes** | **🔌 MCP Servers** |
27+
| **[🔧 Custom Instructions](#-custom-instructions-files)** | **[📝 Prompt Files (Reusable Prompts)](#-prompt-files-reusable-prompts)** | **[🧩 Custom Chat Modes](#-custom-chat-modes)** | **[🔌 MCP Servers](#-mcp-servers)** |
2828
| --- | --- | --- | --- |
2929
| Define common guidelines for tasks like code generation, reviews, and commit messages. Describe *how* tasks should be performed<br><br>**Benefits:**<br>• Automatic inclusion in every chat request<br>• Repository-wide consistency<br>• Multiple implementation options | Create reusable, standalone prompts for specific tasks. Describe *what* should be done with optional task-specific guidelines<br><br>**Benefits:**<br>• Eliminate repetitive prompt writing<br>• Shareable across teams<br>• Support for variables and dependencies | Define chat behavior, available tools, and codebase interaction patterns within specific boundaries for each request<br><br>**Benefits:**<br>• Context-aware assistance<br>• Tool configuration<br>• Role-specific workflows | Extend GitHub Copilot agents with standardized tools, resources, and prompts via Model Context Protocol for specialized tasks and external integrations<br><br>**Benefits:**<br>• Invoke tools for databases, APIs, and file operations<br>• Access external resources as chat context<br>• Pre-configured prompts for complex workflows<br>• Tool confirmation and parameter editing<br>• Automatic discovery and workspace sharing |
3030

0 commit comments

Comments
 (0)