惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Darknet – Hacking Tools, Hacker News & Cyber Security
NISL@THU
NISL@THU
S
Securelist
O
OpenAI News
S
Security Affairs
Cyberwarzone
Cyberwarzone
T
Threatpost
Simon Willison's Weblog
Simon Willison's Weblog
The Last Watchdog
The Last Watchdog
L
LINUX DO - 最新话题
C
Cisco Blogs
PCI Perspectives
PCI Perspectives
SecWiki News
SecWiki News
S
Secure Thoughts
GbyAI
GbyAI
I
Intezer
AWS News Blog
AWS News Blog
F
Fortinet All Blogs
I
InfoQ
阮一峰的网络日志
阮一峰的网络日志
Google Online Security Blog
Google Online Security Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
A
About on SuperTechFans
S
Schneier on Security
P
Proofpoint News Feed
雷峰网
雷峰网
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
小众软件
小众软件
H
Heimdal Security Blog
Microsoft Security Blog
Microsoft Security Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
T
The Exploit Database - CXSecurity.com
T
Threat Research - Cisco Blogs
V
V2EX
L
Lohrmann on Cybersecurity
Security Latest
Security Latest
A
Arctic Wolf
Apple Machine Learning Research
Apple Machine Learning Research
H
Hacker News: Front Page
Cisco Talos Blog
Cisco Talos Blog
Webroot Blog
Webroot Blog
T
Tenable Blog
MyScale Blog
MyScale Blog
博客园 - 司徒正美
S
SegmentFault 最新的问题
Y
Y Combinator Blog
腾讯CDC
Hacker News: Ask HN
Hacker News: Ask HN
M
MIT News - Artificial intelligence
G
GRAHAM CLULEY

Microsoft for Developers

The Microsoft 365 Copilot Agent’s Playbook: A Practical Livestream Series for Building Better Agents - Microsoft for Developers How to test agent experience changes without shipping them - Microsoft for Developers How to test agent skills without hitting real APIs - Microsoft for Developers Building AX evals that actually work - Microsoft for Developers Let’s Learn GitHub Copilot App - Free Virtual Training Event - Microsoft for Developers The hidden variables in your agent eval - Microsoft for Developers Don't rewrite your CLI for agents - Microsoft for Developers Not all model upgrades are upgrades - Microsoft for Developers What AI benchmarks are not telling you - Microsoft for Developers Your agent already has a plan - Microsoft for Developers Learn from Microsoft: Transform software development through an agentic platform - Microsoft for Developers When the model has never seen your code - Microsoft for Developers Models don't have preferences, they have context - Microsoft for Developers Stop overloading your skills - Microsoft for Developers When your agent extensions fight each other - Microsoft for Developers Competing against yourself - Microsoft for Developers Your agent just scaffolded a project from 2020 Is your agent extension actually working? Stop skillmaxxing, save your tokens - Microsoft for Developers Spec-Driven Development: A Spec-First Approach to AI-Native Engineering Microsoft Build 2026 recap: vision, launches, and top sessions Improve your agentic developer tools by grounding in Microsoft Learn How AI coding agents actually use your technology The AX stack: what’s fixed, where you can win Agentic-Agile: Why Agent Development Needs Agile (Not Just Prompts) Azure Cosmos DB Conf 2026 Recap: Lessons from Production LangChain.js for Beginners: A Free Course to Build Agentic AI Apps with JavaScript - Microsoft for Developers Securing MCP: A Control Plane for Agent Tool Execution - Microsoft for Developers Take your PostgreSQL-backed apps to the next level Build a real-world example with Microsoft Agent Framework, Microsoft Foundry, MCP and Aspire
Awesome GitHub Copilot just got a website, and a learning hub, and plugins!
Matt Soucoup · 2026-03-17 · via Microsoft for Developers

March 16th, 2026

compellingheartlikeintriguing9 reactions

Principal Cloud Developer Advocate

Back in July, we launched the Awesome GitHub Copilot Customizations repo with a simple goal: give the community a place to share custom instructions, prompts, and chat modes to customize the AI responses from GitHub Copilot. We were hoping for maybe one community contribution per week.

That… did not happen.

Instead, you all showed up. In a big way.

The repo now has 175+ agents, 208+ skills, 176+ instructions, 48+ plugins, 7 agentic workflows, and 3 hooks – all contributed by the community.

What started as a curated list has become something much bigger, and we needed to match that energy. The space has evolved so quickly that some of the customizations we originally supported aren’t even a thing any longer (looking at you prompts and chat modes).

Today we’re announcing the Awesome GitHub Copilot website, a Learning Hub, and a plugin system to make all of Awesome GitHub Copilot easier to use.

The problem with a very long README

Let’s face it, it was a little bit difficult to find what you were looking for in the Awesome Copilot repo.

The repo worked great when it had a couple dozen resources. But with 600+ items? The README, scratch that, we had multiple READMEs for each customization, turned into a scroll marathon. Finding what you needed meant a lot of Ctrl+F and patience. We needed a better front door.

The new website

The Awesome GitHub Copilot website is built to be easy to navigate (with a memorable URL https://awesome-copilot.github.com!) and deployed on GitHub Pages. It wraps the repo in a proper website with search, so you can find what’s in there without scrolling one of the READMEs forever.

The landing page of the new Awesome GitHub Copilot showing cards to navigate into each of the main sections

The big things:

  • Full-text search across every resource – agents, skills, instructions, hooks, workflows, and plugins. You can narrow results by category.
  • Resource pages for each category with live search, modal previews so you can see what a resource looks like before committing, and direct links back to the source. Plus one-click install into VS Code or VS Code insiders.
  • The Learning Hub more on that one below!

The original Awesome Copilot repo itself hasn’t gone anywhere. If you want to still browse via the native GitHub interface, be our guest.

Of course, you still contribute any content through the repo. Once your PR has been merged, your new content will show up on the website.

searching for .NET agents

The Learning Hub

It may be fair to sum up developer sentiment around AI tooling right now by saying: “whoa – everything is moving so fast all the time – I cannot keep up!”

Everybody is feeling it. Some of the resources we included when we launched Awesome Copilot back in July 2025 aren’t even things any longer. Anybody remember prompts? Yeah, it’s moving fast.

This is where we hope the Learning Hub will help out. The idea of the Learning Hub is to explain the fundamental concepts behind customizing the AI responses from GitHub Copilot.

In other words – what’s a skill and why is it important? How is a plugin different than a hook?

Then since Awesome Copilot contains ready-to-use examples of all of those – how do you tailor them exactly for your needs? Or write your own from scratch?

That’s what you’ll learn from The Learning Hub.

A screenshot from The Learning Hub showing the What Are Agents, Skills, and Instructions page

Plugins

Plugins are how the industry is thinking of distribution of customization files of the like Awesome Copilot contains. A plugin bundles related agents, skills, and commands into a single installable package – themed collections for specific domains like frontend development, Python, Azure cloud, or team-specific workflows.

Various IDEs or agentic runtimes like GitHub Copilot CLI support marketplaces of plugins. We’re very happy to announce that Awesome GitHub Copilot is a default plugin marketplace for both GitHub Copilot CLI and VS Code!

There are 48+ plugins in the repo today. The website has its own plugin page with search, tag filters.

And you can install any of those plugins as simply as:

copilot plugin install <plugin-name>@awesome-copilot

What else is new

A few more things worth knowing about. We menntioned above that the landscape is changing quickly and there are a couple of other new customization types that are available now:

  • Agentic Workflows are natural-language GitHub Actions that run AI coding agents autonomously. There are 7 examples in the repo right now, covering things like daily issue reports, codeowner file updates, and stale repo detection.
  • Hooks let you set up event-triggered automations during Copilot coding agent sessions – useful for session logging, governance auditing, and custom post-processing.

We also did a Skills migration. Consolidating the resource model from the original 8 types down to a cleaner set. Skills are now the standard unit for bundling reusable knowledge, which makes contributing (and consuming) a lot more straightforward.

Get involved

This is a community project. Everything in the repo was contributed by people who found something useful and wanted to share it.

A few ways to start:

1. Browse the website at https://awesome-copilot.github.com and find something that fits your workflow.

2. Try a plugin install one from the plugin page and see how it changes your Copilot experience.

3. Walk through the Learning Hub at https://awesome-copilot.github.com/learning-hub if you want to understand how AI response customization works end to end.

4. Contribute PRs are welcome! Check the contributing guide for details.

5. Star the repo at https://github.com/github/awesome-copilot to keep up with new additions.

Thank you

Seriously — thank you. We put up a repo and you filled it with 600+ resources. Every agent, skill, and instruction in there exists because somebody thought it was worth sharing. We’ll keep building on this.

Keep sending PRs. 💜

Category

Topics

Author

Matt Soucoup

Principal Cloud Developer Advocate

Matthew Soucoup is a Senior Cloud Developer Advocate at Microsoft spreading the love of integrating Azure with Xamarin. Matt is also a Pluralsight author, a Telerik Developer Expert and prior to joining Microsoft a founder of a successful consulting firm targeting mobile, .NET, and web development. Matt loves sharing his passion and insight for mobile and cloud development by blogging, writing articles, and presenting at conferences such as Microsoft Build, NDC Sydney, Xamarin Evolve, and ...

More about author