If you've been following the GitHub Copilot ecosystem, you've probably heard of the Awesome GitHub Copilot repo. It launched back in July 2025 with a straightforward goal: give the community a central place to share custom instructions, prompts, and chat modes for tailoring Copilot's AI responses.
A lot of people contributed. As a result, the repo now contains 175+ agents, 208+ skills, 176+ instructions, 48+ plugins, 7 agentic workflows, and 3 hooks.
And now the maintainers took it one step further and created an Awesome GitHub Copilot website and Learning hub.
A website that actually helps you find things
The new site lives at awesome-copilot.github.com and wraps the repo in a browsable interface built on GitHub Pages. The headline feature is full-text search across every resource — agents, skills, instructions, hooks, workflows, and plugins — with category filters to narrow things down.
Each resource has its own page with a modal preview, so you can see exactly what you're getting before committing.
And if you find something that you like, there's a one-click install directly into VS Code or VS Code Insiders.
The Learning Hub: making sense of a fast-moving space
One of the more additions is the Learning Hub. If you've felt like the GitHub Copilot customization landscape moves faster than you can keep up with — you're not imagining it.
The Learning Hub is designed to cut through that churn by focusing on fundamentals: what are agents, skills, and instructions, and how do they actually differ? What's a hook versus a plugin? And once you understand the concepts, how do you take an existing resource and adapt it for your own needs, or build something from scratch?
It's the kind of documentation that tends to get skipped in fast-growing open-source projects, so it's good to see it getting proper attention here.
Plugins and the new resource types
The plugin system is where things get practically interesting. A plugin bundles related agents, skills, and commands into a single installable package — think themed collections for frontend development, Python, Azure, or whatever your team's stack looks like. Awesome GitHub Copilot is now a default plugin marketplace for both GitHub Copilot CLI and VS Code, which means installing something is as simple as:
copilot plugin install <plugin-name>@awesome-copilot
Or search for agent plugins through the extensions in VSCode by typing @agentPlugins:
Check it out!
If you use GitHub Copilot regularly and haven't explored what's possible with custom agents and skills, the new website is a much friendlier starting point than diving into the raw repo. Browse at awesome-copilot.github.com, or head straight to the Learning Hub if you want the conceptual grounding first. And if you've built something useful for your own workflow, the repo is wide open for contributions.
More information
Awesome GitHub Copilot | Awesome GitHub Copilot
Learning Hub | Awesome GitHub Copilot
Finding inspiration for good custom instructions for GitHub Copilot