From githits
Uses GitHits MCP tools to search real-world code examples when model knowledge is insufficient, APIs are uncertain, or OSS usage is needed.
npx claudepluginhub githits-com/githits-cliThis skill uses the workspace's default tool permissions.
Use GitHits when:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Share bugs, ideas, or general feedback.
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:
language only when you need to force a specific language; use
search_language first if the exact language name is uncertain.get_example for one focused example-search question at a time.search instead of
get_example.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.