HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eddybenchek

no profile record

Submissions

CopilotHub: Directory of GitHub Copilot prompts, instructions, and MCPs

copilothub.directory
1 points·by eddybenchek·7 miesięcy temu·1 comments

Show HN: I built a directory of 1000 GitHub Copilot resources

copilothub.directory
1 points·by eddybenchek·7 miesięcy temu·2 comments

comments

eddybenchek
·7 miesięcy temu·discuss
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.
eddybenchek
·7 miesięcy temu·discuss
I share concerns about vendor lock-in and forced integrations. Open alternatives like Cursor are worth exploring too.
eddybenchek
·7 miesięcy temu·discuss
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.
eddybenchek
·7 miesięcy temu·discuss
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.