From githits
Searches open-source code examples via GitHits using a natural language query, with optional language and license filters. Presents results with repository names, URLs, and provenance.
How this command is triggered — by the user, by Claude, or both
Slash command
/githits:exampleThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Example Search for code examples using GitHits for the query: "$ARGUMENTS" Use the GitHits MCP `get_example` tool with the user's query. Required parameter: - **query**: The user's search query, formulated in natural language. Optional parameters: - **language**: The programming language. Omit it to let GitHits infer the language from the query. If you need to force a specific language and the exact name is uncertain, use the `search_language` tool first. - **license_mode**: `"strict"` (default, excludes copyleft), `"yolo"` (all licenses), or `"custom"` (user's blocklist). Pr...
Search for code examples using GitHits for the query: "$ARGUMENTS"
Use the GitHits MCP get_example tool with the user's query.
Required parameter:
Optional parameters:
search_language tool first."strict" (default, excludes copyleft), "yolo" (all
licenses), or "custom" (user's blocklist).Present the results clearly, including source repository names, URLs, or
citations from GitHits' generated references/provenance section whenever
present. After the user has reviewed the result, use the feedback tool to
report whether the example was helpful. Use the returned solution_id when
available.
npx claudepluginhub githits-com/githits-cli/find-examplesSearches organization repositories for vetted, recent usage examples of an API, library, or pattern, providing code snippets with context and documentation.
/compareCompares code created or modified in this conversation against real-world implementations via kencode-search MCP, reporting missing, divergent, or incomplete patterns with repo evidence.
/exploreSearches the current codebase using a Gemini-powered Explore agent to find implementations, patterns, and code flows via natural language questions.
/open-sourceSearches for open-source libraries, tools, and projects solving the given problem or current context. Gathers requirements via questions, evaluates maintenance, and recommends best options.