forked from github/awesome-copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 784 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "csharp-dotnet-development",
"description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.",
"version": "1.1.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"csharp",
"dotnet",
"aspnet",
"testing"
],
"agents": [
"./agents/expert-dotnet-software-engineer.md"
],
"skills": [
"./skills/aspnet-minimal-api-openapi/",
"./skills/csharp-async/",
"./skills/csharp-mstest/",
"./skills/csharp-nunit/",
"./skills/csharp-tunit/",
"./skills/csharp-xunit/",
"./skills/dotnet-best-practices/",
"./skills/dotnet-upgrade/"
]
}