little tweak to marketplace definition

This commit is contained in:
Aaron Powell
2026-02-03 16:29:48 +11:00
parent d252e665b8
commit b16eb45d99

View File

@@ -2,7 +2,8 @@
"name": "awesome-copilot", "name": "awesome-copilot",
"metadata": { "metadata": {
"description": "Community-driven collection of GitHub Copilot plugins, agents, prompts, and skills", "description": "Community-driven collection of GitHub Copilot plugins, agents, prompts, and skills",
"version": "1.0.0" "version": "1.0.0",
"pluginRoot": "./plugins"
}, },
"owner": { "owner": {
"name": "GitHub", "name": "GitHub",
@@ -11,28 +12,25 @@
"plugins": [ "plugins": [
{ {
"name": "project-planning", "name": "project-planning",
"source": "plugins/project-planning", "source": "project-planning",
"description": "Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization.", "description": "Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization.",
"version": "1.0.0", "version": "1.0.0"
"skills": [
"./skills/planning-guidelines"
]
}, },
{ {
"name": "software-engineering-team", "name": "software-engineering-team",
"source": "plugins/software-engineering-team", "source": "software-engineering-team",
"description": "7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.", "description": "7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.",
"version": "1.0.0" "version": "1.0.0"
}, },
{ {
"name": "testing-automation", "name": "testing-automation",
"source": "plugins/testing-automation", "source": "testing-automation",
"description": "Comprehensive collection for writing tests, test automation, and TDD including unit tests, integration tests, and end-to-end testing.", "description": "Comprehensive collection for writing tests, test automation, and TDD including unit tests, integration tests, and end-to-end testing.",
"version": "1.0.0" "version": "1.0.0"
}, },
{ {
"name": "azure-cloud-development", "name": "azure-cloud-development",
"source": "plugins/azure-cloud-development", "source": "azure-cloud-development",
"description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.", "description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.",
"version": "1.0.0" "version": "1.0.0"
} }