mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-20 08:05:12 +00:00
26 lines
660 B
JSON
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"
|
|
]
|
|
}
|