mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 18:35:14 +00:00
30 lines
722 B
JSON
30 lines
722 B
JSON
{
|
|
"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/expert-react-frontend-engineer.md",
|
|
"./agents/electron-angular-native.md"
|
|
],
|
|
"skills": [
|
|
"./skills/playwright-explore-website/",
|
|
"./skills/playwright-generate-test/"
|
|
]
|
|
}
|