mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-30 20:25:55 +00:00
* Initial plan * Remove suggest-awesome-github-copilot-prompts skill (references non-existent prompts/ directory) Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> * Bump awesome-copilot plugin version to 1.1.0 Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
26 lines
696 B
JSON
26 lines
696 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/meta-agentic-project-scaffold.md"
|
|
],
|
|
"skills": [
|
|
"./skills/suggest-awesome-github-copilot-skills/",
|
|
"./skills/suggest-awesome-github-copilot-instructions/",
|
|
"./skills/suggest-awesome-github-copilot-agents/"
|
|
]
|
|
}
|