Nice skill, make sure to check out free grep.app github index maintained by Vercel, it allows for pretty efficient agentic serches.
While none of the api solutions or public indexers allow for the whole power of Github's website search bar.
Had to build that myself as part of glim mcp service, had to churn for a few days until i could make it just do what Github search bar can.
Now github search requests take 1-2 tool calls instead of 10-20 tool calls in my Claude Code setup. Wrapping it up into a simple python script for the agent to call as a part of this skill may help to achieve similar tool call efficiency improvements.
Nice skill, make sure to check out free grep.app github index maintained by Vercel, it allows for pretty efficient agentic serches.
While none of the api solutions or public indexers allow for the whole power of Github's website search bar.
Had to build that myself as part of glim mcp service, had to churn for a few days until i could make it just do what Github search bar can.
Now github search requests take 1-2 tool calls instead of 10-20 tool calls in my Claude Code setup. Wrapping it up into a simple python script for the agent to call as a part of this skill may help to achieve similar tool call efficiency improvements.