Files
awesome-copilot/plugins/frontend-web-dev/.github/plugin/plugin.json
2026-02-19 04:34:07 +00:00

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/"
]
}