Skip to main content

awesome-copilot

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

Built-inv1.1.0

What’s included

Meta Agentic Project Scaffold

plugins/awesome-copilot/agents/meta-agentic-project-scaffold.md

Agent

Suggest Awesome Github Copilot Agents

./skills/suggest-awesome-github-copilot-agents/

Skill

Suggest Awesome Github Copilot Instructions

./skills/suggest-awesome-github-copilot-instructions/

Skill

Suggest Awesome Github Copilot Skills

./skills/suggest-awesome-github-copilot-skills/

Skill

awesome-copilot

plugins/awesome-copilot/.mcp.json

MCP server

Awesome Copilot Plugin

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

Installation

# Using Copilot CLI
copilot plugin install awesome-copilot@awesome-copilot

Prerequisites

  • Docker must be installed and available on your PATH.
  • The plugin starts its bundled MCP server by running docker run ... ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest.

What's Included

Commands (Slash Commands)

Command Description
/awesome-copilot:suggest-awesome-github-copilot-collections Suggest relevant GitHub Copilot collections from the awesome-copilot repository based on current repository context and chat history, providing automatic download and installation of collection assets, and identifying outdated collection assets that need updates.
/awesome-copilot:suggest-awesome-github-copilot-instructions Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository, and identifying outdated instructions that need updates.
/awesome-copilot:suggest-awesome-github-copilot-agents Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates.
/awesome-copilot:suggest-awesome-github-copilot-skills Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.

Agents

Agent Description
meta-agentic-project-scaffold Meta agentic project creation assistant to help users create and manage project workflows effectively.

MCP server

This plugin includes the awesome-copilot MCP server configured in ./.mcp.json. If Docker is unavailable, MCP startup will fail.

Source

This plugin is part of Awesome Copilot, a community-driven collection of GitHub Copilot extensions.

License

MIT