Skip to content

Commit 061432e

Browse files
committed
Update metadata.json
1 parent 439f969 commit 061432e

File tree

1 file changed

+106
-1
lines changed

1 file changed

+106
-1
lines changed

awesome-copilot/src/McpAwesomeCopilot.Common/metadata.json

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,8 @@
445445
"filename": "microsoft-study-mode.chatmode.md",
446446
"description": "Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.",
447447
"tools": [
448-
"microsoft_docs_search"
448+
"microsoft_docs_search",
449+
"microsoft_docs_fetch"
449450
]
450451
},
451452
{
@@ -758,6 +759,66 @@
758759
"github"
759760
]
760761
},
762+
{
763+
"filename": "task-planner.chatmode.md",
764+
"description": "Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai",
765+
"tools": [
766+
"changes",
767+
"codebase",
768+
"editFiles",
769+
"extensions",
770+
"fetch",
771+
"findTestFiles",
772+
"githubRepo",
773+
"new",
774+
"openSimpleBrowser",
775+
"problems",
776+
"runCommands",
777+
"runNotebooks",
778+
"runTests",
779+
"search",
780+
"searchResults",
781+
"terminalLastCommand",
782+
"terminalSelection",
783+
"testFailure",
784+
"usages",
785+
"vscodeAPI",
786+
"terraform",
787+
"Microsoft Docs",
788+
"azure_get_schema_for_Bicep",
789+
"context7"
790+
]
791+
},
792+
{
793+
"filename": "task-researcher.chatmode.md",
794+
"description": "Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai",
795+
"tools": [
796+
"changes",
797+
"codebase",
798+
"editFiles",
799+
"extensions",
800+
"fetch",
801+
"findTestFiles",
802+
"githubRepo",
803+
"new",
804+
"openSimpleBrowser",
805+
"problems",
806+
"runCommands",
807+
"runNotebooks",
808+
"runTests",
809+
"search",
810+
"searchResults",
811+
"terminalLastCommand",
812+
"terminalSelection",
813+
"testFailure",
814+
"usages",
815+
"vscodeAPI",
816+
"terraform",
817+
"Microsoft Docs",
818+
"azure_get_schema_for_Bicep",
819+
"context7"
820+
]
821+
},
761822
{
762823
"filename": "tdd-green.chatmode.md",
763824
"description": "Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.",
@@ -953,6 +1014,19 @@
9531014
"**/*.json"
9541015
]
9551016
},
1017+
{
1018+
"filename": "azure-verified-modules-terraform.instructions.md",
1019+
"description": "Azure Verified Modules (AVM) and Terraform",
1020+
"applyTo": [
1021+
"**/*.terraform",
1022+
"**/*.tf",
1023+
"**/*.tfvars",
1024+
"**/*.tfstate",
1025+
"**/*.tflint.hcl",
1026+
"**/*.tf.json",
1027+
"**/*.tfvars.json"
1028+
]
1029+
},
9561030
{
9571031
"filename": "bicep-code-best-practices.instructions.md",
9581032
"description": "Infrastructure as Code with Bicep",
@@ -1001,6 +1075,13 @@
10011075
"**/*.cs"
10021076
]
10031077
},
1078+
{
1079+
"filename": "devbox-image-definition.instructions.md",
1080+
"description": "Authoring recommendations for creating YAML based image definition files for use with Microsoft Dev Box Team Customizations",
1081+
"applyTo": [
1082+
"**/*.yaml"
1083+
]
1084+
},
10041085
{
10051086
"filename": "devops-core-principles.instructions.md",
10061087
"applyTo": [
@@ -1192,6 +1273,13 @@
11921273
],
11931274
"description": "The most comprehensive, practical, and engineer-authored performance optimization instructions for all languages, frameworks, and stacks. Covers frontend, backend, and database best practices with actionable guidance, scenario-based checklists, troubleshooting, and pro tips."
11941275
},
1276+
{
1277+
"filename": "playwright-python.instructions.md",
1278+
"description": "Playwright Python AI test generation instructions based on official documentation.",
1279+
"applyTo": [
1280+
"**"
1281+
]
1282+
},
11951283
{
11961284
"filename": "playwright-typescript.instructions.md",
11971285
"description": "Playwright test generation instructions",
@@ -1319,6 +1407,13 @@
13191407
"**/*.json"
13201408
]
13211409
},
1410+
{
1411+
"filename": "task-implementation.instructions.md",
1412+
"applyTo": [
1413+
"**/.copilot-tracking/changes/*.md"
1414+
],
1415+
"description": "Instructions for implementing task plans with progressive tracking and change record - Brought to you by microsoft/edge-ai"
1416+
},
13221417
{
13231418
"filename": "terraform.instructions.md",
13241419
"description": "Terraform Conventions and Guidelines",
@@ -1405,6 +1500,16 @@
14051500
"filename": "comment-code-generate-a-tutorial.prompt.md",
14061501
"description": "Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial."
14071502
},
1503+
{
1504+
"filename": "containerize-aspnet-framework.prompt.md",
1505+
"mode": "agent",
1506+
"tools": [
1507+
"codebase",
1508+
"editFiles",
1509+
"terminalCommand"
1510+
],
1511+
"description": "Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project."
1512+
},
14081513
{
14091514
"filename": "containerize-aspnetcore.prompt.md",
14101515
"mode": "agent",

0 commit comments

Comments
 (0)