Human qualifiedDeveloper Toolsv1.1.0

awesome-copilot Agent Plugin

The Awesome Copilot plugin suggests relevant assets from its curated repository using project context and chat history. It declares Skills for agents, instructions, and skills, a meta project-scaffold agent, and a bundled Docker-launched MCP server; the README also documents collection discovery.

0 repository stars MIT Updated Aug 6, 2026
Reviewed seed

awesome

with reviewed guidance.

This fixed-commit listing normalizes the declared package inventory and records its operational prerequisites.

Inspect, apply, verify

Installation

Install awesome-copilot

Install the package from Awesome Copilot in a compatible Agent Plugins client.

Terminal · Git sparse checkout
git clone --filter=blob:none --sparse https://github.com/github/awesome-copilot.git
cd awesome-copilot
git sparse-checkout set plugins/awesome-copilot
Install Docker and expose it on PATH
Review the GHCR image and MCP configuration
Inspect suggested assets before installation

Explainable standards check

Conforms to Agent Plugins 1.0.0

Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.

Read the official specification

This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.

Canonical manifest schema

plugin.json targets the official 1.0.0 schema.

Agent Plugins specification §5.2

Required name and naming rules

The plugin name “awesome-copilot” satisfies the 1–64 character naming rules.

Agent Plugins specification §§5.3 and 5.5

Closed top-level schema

No unknown top-level manifest fields were found.

Agent Plugins specification §5.2

Manifest field types

All present metadata and extension fields use permitted JSON types.

Agent Plugins specification §§5.2–5.6

Root plugin.json file

A regular plugin.json file exists at the plugin root.

Agent Plugins specification §§4.1 and 5.1

Agent Skills discovery and format

0 immediate-child Agent Skills discovered; every SKILL.md passed required frontmatter and naming checks.

Agent Plugins specification §7.1 and Agent Skills specification

MCP configuration

No root mcp.json is present; MCP is optional and its absence is conforming.

Agent Plugins specification §§6.2 and 7.2

Capabilities

What can you do with awesome-copilot?

Find relevant curated Copilot assets from repository and conversation context.

The Skills suggest agents, instructions, and Skills while avoiding existing duplicates and identifying stale assets. The README also documents collection suggestions. A meta agent supports project scaffolding and an MCP server powers discovery.

  • Suggest repository-relevant custom agents
  • Find matching instruction files
  • Discover reusable Copilot Skills
  • Identify existing assets that may need updates
  • Use a meta agent for project workflow scaffolding

Context-aware discovery

Suggestion workflows use the current repository and chat history to narrow the curated catalog.

Explicit Docker dependency

The bundled MCP configuration launches a documented container image and fails when Docker is unavailable.

Practical workflow

A reviewed awesome-copilot workflow

Pass 01 / Inspect

Confirm project context

Review the target environment, existing assets, permissions, and constraints before using the package.

Pass 02 / Apply

Run the focused Skill

Choose the declared Skill or agent whose scope matches the current task.

Pass 03 / Verify

Review the result

Test generated or suggested output and keep human approval over consequential changes.

Package contents

What is included in awesome-copilot?

awesome-copilot declares 3 Skills, 1 MCP configuration, and 1 additional resource. The included-file links below point to the reviewed source repository.

Agent Skills

3

suggest-awesome-github-copilot-agents, suggest-awesome-github-copilot-instructions, suggest-awesome-github-copilot-skills

MCP servers

1

Portable MCP configuration

Package format

Agent Plugins

Official latest 1.0.0

Synced source content

Repository README

View original README

This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.

Source
https://github.com/github/awesome-copilot#readme

This repository does not currently provide a README snapshot. The plugin instructions below remain available.

Source documentation

awesome-copilot source documentation

Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.

The source README describes meta workflows that suggest relevant curated Copilot collections, instructions, custom agents, and Skills from repository context and chat history. The workflows avoid duplicates and can flag installed assets that need updates.

The manifest declares three discovery Skills, a meta project-scaffold agent, and an MCP server in .mcp.json. The MCP server starts through Docker using ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest; startup fails without Docker.

Install with copilot plugin install awesome-copilot@awesome-copilot. Inspect suggested assets and container configuration before use.