mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +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:
@@ -65,8 +65,8 @@ Your goal is to...
|
||||
|
||||
Chat modes are specialized configurations that transform GitHub Copilot Chat into domain-specific assistants or personas for particular development scenarios.
|
||||
|
||||
1. **Create your chat mode file**: Add a new `.chatmode.md` file in the `chatmodes/` directory
|
||||
2. **Follow the naming convention**: Use descriptive, lowercase filenames with hyphens and the `.chatmode.md` extension (e.g., `react-performance-expert.chatmode.md`)
|
||||
1. **Create your chat mode file**: Add a new `.agent.md` file in the `agents/` directory
|
||||
2. **Follow the naming convention**: Use descriptive, lowercase filenames with hyphens and the `.agent.md` extension (e.g., `react-performance-expert.agent.md`)
|
||||
3. **Include frontmatter**: Add metadata at the top of your file with required fields
|
||||
4. **Define the persona**: Create a clear identity and expertise area for the chat mode
|
||||
5. **Test your chat mode**: Ensure the chat mode provides helpful, accurate responses in its domain
|
||||
@@ -133,8 +133,8 @@ items:
|
||||
kind: prompt
|
||||
- path: instructions/my-instructions.instructions.md
|
||||
kind: instruction
|
||||
- path: chatmodes/my-chatmode.chatmode.md
|
||||
kind: chat-mode
|
||||
- path: agents/my-chatmode.agent.md
|
||||
kind: agent
|
||||
usage: |
|
||||
recommended # or "optional" if not essential to the workflow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user