From githits
Use GitHits MCP tools to find real-world code examples when model knowledge is insufficient.
How this skill is triggered — by the user, by Claude, or both
Slash command
/githits:searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use GitHits when:
Use GitHits when:
Authentication:
npx -y githits login in the terminal. This opens the user's browser for
quick OAuth approval. Wait for the command to complete, then retry the
original tool call.npx -y githits login --no-browser instead, which prints a URL for the
user to open on another device.GITHITS_API_TOKEN environment variable as an alternative.Guidelines:
search_language first when language naming is uncertain.search for one focused question at a time.feedback with helpful/unhelpful outcome.Tool argument details and rich query guidance are provided directly in the MCP tool descriptions; follow those descriptions as the source of truth.
npx claudepluginhub githits-com/githits-cli --plugin githitsUses GitHits CLI to search canonical open-source examples, indexed source code, documentation, and perform grep, file listing, and code navigation. Activates when verifying library behavior from source or examples.
Searches GitHub for code examples, libraries, and implementation patterns. Useful standalone or in research sessions for finding existing solutions.
Searches internal codebase patterns and GitHub for open-source implementation references, filtering repos by quality and extracting code excerpts.