Skip to content

Commit b16eb45

Browse files
committed
little tweak to marketplace definition
1 parent d252e66 commit b16eb45

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/plugin/marketplace.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "awesome-copilot",
33
"metadata": {
44
"description": "Community-driven collection of GitHub Copilot plugins, agents, prompts, and skills",
5-
"version": "1.0.0"
5+
"version": "1.0.0",
6+
"pluginRoot": "./plugins"
67
},
78
"owner": {
89
"name": "GitHub",
@@ -11,28 +12,25 @@
1112
"plugins": [
1213
{
1314
"name": "project-planning",
14-
"source": "plugins/project-planning",
15+
"source": "project-planning",
1516
"description": "Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization.",
16-
"version": "1.0.0",
17-
"skills": [
18-
"./skills/planning-guidelines"
19-
]
17+
"version": "1.0.0"
2018
},
2119
{
2220
"name": "software-engineering-team",
23-
"source": "plugins/software-engineering-team",
21+
"source": "software-engineering-team",
2422
"description": "7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.",
2523
"version": "1.0.0"
2624
},
2725
{
2826
"name": "testing-automation",
29-
"source": "plugins/testing-automation",
27+
"source": "testing-automation",
3028
"description": "Comprehensive collection for writing tests, test automation, and TDD including unit tests, integration tests, and end-to-end testing.",
3129
"version": "1.0.0"
3230
},
3331
{
3432
"name": "azure-cloud-development",
35-
"source": "plugins/azure-cloud-development",
33+
"source": "azure-cloud-development",
3634
"description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.",
3735
"version": "1.0.0"
3836
}

0 commit comments

Comments
 (0)