Skip to main content
ClaudeWave
Skill2k repo starsupdated today

search-github

The search-github skill queries GitHub repositories, issues, discussions, and pull requests for content matching a specified topic. Use this tool when you need to find relevant GitHub conversations, bug reports, feature requests, or code contributions related to a particular subject or problem.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/NVIDIA-NeMo/DataDesigner /tmp/search-github && cp -r /tmp/search-github/.agents/skills/search-github ~/.claude/skills/search-github
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# GitHub Search

Use the `github-searcher` subagent to search GitHub for content related to: **$ARGUMENTS**

Call the Task tool with:
- `subagent_type: "github-searcher"`
- `mode: "bypassPermissions"`
- `prompt`: the search topic

Report the results back to the user exactly as returned by the agent.