I got tired of bookmarking random GitHub repos and blog posts to find good Copilot prompts, so I built this directory.
It's a searchable collection of 1000+ curated prompts, instructions, agents, and MCP servers for GitHub Copilot. You can browse by category, search by keywords, and discover what works well for different use cases.
Open source and community-driven. Contributions welcome.
I've found the "too many tools polluting context" problem to be real. The challenge is that MCP servers often expose everything upfront, even when you only need a subset. The on-demand capability discovery pattern 'irrationalfab' mentioned makes sense having a lightweight index that the model can query, then pulling full tool details only when needed. This mirrors how we actually work with APIs we don't load all endpoints into memory, we discover them as needed.
Thanks for pointing that out! I realize I may have framed it as a list, but CopilotHub is actually an interactive search engine.
You can:
- Search prompts in real-time (try "React" or "testing")
- Filter by category with live results
- Browse dynamically
- Submit prompts (optional)
No signup needed to try the search and filtering. It's a working web app, not reading material. I'll reframe the post to emphasize the interactive features.
It's a searchable collection of 1000+ curated prompts, instructions, agents, and MCP servers for GitHub Copilot. You can browse by category, search by keywords, and discover what works well for different use cases.
Open source and community-driven. Contributions welcome.