Files
awesome-copilot/plugins/awesome-copilot/.github/plugin/plugin.json
2026-03-19 23:51:38 +00:00

26 lines
660 B
JSON

{
"name": "awesome-copilot",
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.",
"version": "1.1.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"github-copilot",
"discovery",
"meta",
"prompt-engineering",
"agents"
],
"agents": [
"./agents"
],
"skills": [
"./skills/suggest-awesome-github-copilot-skills",
"./skills/suggest-awesome-github-copilot-instructions",
"./skills/suggest-awesome-github-copilot-agents"
]
}