|
2 | 2 | "name": "awesome-copilot", |
3 | 3 | "metadata": { |
4 | 4 | "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" |
6 | 7 | }, |
7 | 8 | "owner": { |
8 | 9 | "name": "GitHub", |
|
11 | 12 | "plugins": [ |
12 | 13 | { |
13 | 14 | "name": "project-planning", |
14 | | - "source": "plugins/project-planning", |
| 15 | + "source": "project-planning", |
15 | 16 | "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" |
20 | 18 | }, |
21 | 19 | { |
22 | 20 | "name": "software-engineering-team", |
23 | | - "source": "plugins/software-engineering-team", |
| 21 | + "source": "software-engineering-team", |
24 | 22 | "description": "7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.", |
25 | 23 | "version": "1.0.0" |
26 | 24 | }, |
27 | 25 | { |
28 | 26 | "name": "testing-automation", |
29 | | - "source": "plugins/testing-automation", |
| 27 | + "source": "testing-automation", |
30 | 28 | "description": "Comprehensive collection for writing tests, test automation, and TDD including unit tests, integration tests, and end-to-end testing.", |
31 | 29 | "version": "1.0.0" |
32 | 30 | }, |
33 | 31 | { |
34 | 32 | "name": "azure-cloud-development", |
35 | | - "source": "plugins/azure-cloud-development", |
| 33 | + "source": "azure-cloud-development", |
36 | 34 | "description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.", |
37 | 35 | "version": "1.0.0" |
38 | 36 | } |
|
0 commit comments