Skip to content

rakthainet-dkh/awesome-copilot

v1.1.0MIT

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

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

awesome-copilotstdio
{
  "type": "stdio",
  "command": "docker",
  "args": [
    "run",
    "-i",
    "--rm",
    "ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$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"
      ],
      "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