github/awesome-copilot
v1.1.0MIT
Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.
MCP servers
Declared in a file that clients do not read
This package ships a
.mcp.json. Agent Plugins reads MCP configuration from mcp.json, so a client installing this plugin finds no servers. The directory does not read the file either, and shows nothing from it.What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.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"
],
"extensions": {
"com.github.awesome-copilot": {
"agents": [
"./agents/meta-agentic-project-scaffold.md"
],
"mcpServers": "./.mcp.json",
"skills": [
"./skills/suggest-awesome-github-copilot-agents/",
"./skills/suggest-awesome-github-copilot-instructions/",
"./skills/suggest-awesome-github-copilot-skills/"
]
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.github.awesome-copilot