forked from github/awesome-copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 722 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "frontend-web-dev",
"description": "Essential prompts, instructions, and chat modes for modern frontend web development including React, Angular, Vue, TypeScript, and CSS frameworks.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"frontend",
"web",
"react",
"typescript",
"javascript",
"css",
"html",
"angular",
"vue"
],
"agents": [
"./agents/electron-angular-native.md",
"./agents/expert-react-frontend-engineer.md"
],
"skills": [
"./skills/playwright-explore-website/",
"./skills/playwright-generate-test/"
]
}