Leaderboard/Developer Tooling/awesome-copilot
Last commit on September 16, 2026·Created on June 11, 2025

github/awesome-copilot

A library of specialized prompts for routing agentic workflows and scaffolding canvas extensions.
Combined rank
#22
across all skills
In Developer Tooling
#1
category rank
Stars
39.2k
+0.6% in last 7d
Forks
5k
+0.8% in last 7d
Watchers
348
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides structured guidance for AI agents to handle complex repository tasks. It enables the precise routing of workflow design, debugging, and upgrade requests to appropriate prompts, ensuring that agentic automation remains consistent.

For developers extending the platform, it streamlines the creation of canvas extensions by automating the scaffolding of plugin manifests and metadata migration.

WHO IT'S FOR
AI agent / automation builders
design and route complex agentic workflows
Technical leads / architects
map and document existing codebase architectures
Platform / DevEx teams
implement agent governance and compliance patterns
GitHub Copilot extension developers
scaffold and register canvas extensions
Repository contents

436 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Install context-map with GitHub CLI

Installs: Single context-map skill from github/awesome-copilot · GitHub Copilot

Before you start
  • GitHub CLI v2.90.0 or later
  1. In a terminal, replace `<skill-name>` with `context-map`, then run the command.

    gh skills install github/awesome-copilot <skill-name>
skills/context-map/SKILL.md · Checked Sep 18, 2026docs/README.skills.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Map the code relevant to a proposed change

Uses context-map

  • A repository or workspace containing the codebase
  • A short description of the proposed change
Use the context-map skill for this task: [describe the proposed change]. Analyze the current codebase and produce a context map covering files that may need modification, direct dependencies, related tests, similar existing patterns, and risks. Do not implement the change; stop after presenting the map for review.
skills/context-map/SKILL.md · Checked Sep 18, 2026