Skip to content

github/awesome-copilot

v1.1.0MIT

Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.

MCP servers

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