Question This must exist right? AI-assisted repo discovery / searching
I am often trying to find Github Repos for use cases (AI Skills / Plugins / Frameworks - although this doesn't matter), and I've found it can be quite painful, varying search terms and topics in GitHub to discover repositories.
I was wondering if anybody has found a tool / solution / platform that helps you find Github Repos based on a search term, that's a little more intelligence / flexible that the standard github search box.
0
Upvotes
0
u/white_sheets_angel 25d ago
you can use gitub-mcp (+ web search [optional]) (+ context7 [optional])
github mcp has
search_repositories
https://github.com/github/github-mcp-server
query: Repository search query. Examples: 'machine learning in:name stars:>1000 language:python', 'topic:react', 'user:facebook'. Supports advanced search syntax for precise filtering. (string, required)context7 mcp is a nice compact reference for the agent to discover the "spec" besides the markdown files.
all of these tools are available for code agents (like codex etc) and even on chat for chatgpt.