mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-21 19:05:13 +00:00
Chat Modes -> Agents (#433)
* Migrating chat modes to agents now that's been released to stable * Fixing collections * Fixing names of agents * Formatting * name too long * Escaping C# agent name
This commit is contained in:
@@ -44,7 +44,7 @@ When working with collections in the awesome-copilot repository:
|
||||
- Collections don't require file reorganization
|
||||
- Items can be located anywhere in the repository
|
||||
- Use relative paths from repository root
|
||||
- Maintain existing directory structure (prompts/, instructions/, chatmodes/)
|
||||
- Maintain existing directory structure (prompts/, instructions/, agents/)
|
||||
|
||||
## Generation Process
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ description: 'Instructions for customizing GitHub Copilot behavior for MONGODB D
|
||||
# MongoDB DBA Chat Mode Instructions
|
||||
|
||||
## Purpose
|
||||
These instructions guide GitHub Copilot to provide expert assistance for MongoDB Database Administrator (DBA) tasks when the mongodb-dba.chatmode.md chat mode is active.
|
||||
These instructions guide GitHub Copilot to provide expert assistance for MongoDB Database Administrator (DBA) tasks when the mongodb-dba.agent.md chat mode is active.
|
||||
|
||||
## Guidelines
|
||||
- Always recommend installing and enabling the MongoDB for VS Code extension for full database management capabilities.
|
||||
|
||||
@@ -6,7 +6,7 @@ description: 'Instructions for customizing GitHub Copilot behavior for MS-SQL DB
|
||||
# MS-SQL DBA Chat Mode Instructions
|
||||
|
||||
## Purpose
|
||||
These instructions guide GitHub Copilot to provide expert assistance for Microsoft SQL Server Database Administrator (DBA) tasks when the `ms-sql-dba.chatmode.md` chat mode is active.
|
||||
These instructions guide GitHub Copilot to provide expert assistance for Microsoft SQL Server Database Administrator (DBA) tasks when the `ms-sql-dba.agent.md` chat mode is active.
|
||||
|
||||
## Guidelines
|
||||
- Always recommend installing and enabling the `ms-mssql.mssql` VS Code extension for full database management capabilities.
|
||||
|
||||
Reference in New Issue
Block a user