Convert all prompts to skills and update plugin manifests

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-19 04:34:07 +00:00
parent f4f0dc3d8a
commit 59d1c8b43e
179 changed files with 26388 additions and 115 deletions

View File

@@ -16,14 +16,14 @@
"agents": [
"./agents/expert-dotnet-software-engineer.md"
],
"commands": [
"./commands/csharp-async.md",
"./commands/aspnet-minimal-api-openapi.md",
"./commands/csharp-xunit.md",
"./commands/csharp-nunit.md",
"./commands/csharp-mstest.md",
"./commands/csharp-tunit.md",
"./commands/dotnet-best-practices.md",
"./commands/dotnet-upgrade.md"
"skills": [
"./skills/csharp-async/",
"./skills/aspnet-minimal-api-openapi/",
"./skills/csharp-xunit/",
"./skills/csharp-nunit/",
"./skills/csharp-mstest/",
"./skills/csharp-tunit/",
"./skills/dotnet-best-practices/",
"./skills/dotnet-upgrade/"
]
}