If you do not want to use MCP, you can use GitHits through the provided Skills. Install them with:Documentation Index
Fetch the complete documentation index at: https://docs.githits.com/llms.txt
Use this file to discover all available pages before exploring further.
When to use Skills
Use Skills when your coding harness has strong Skills support and you prefer instruction-driven workflows over a local MCP server. Use the MCP server when you want your agent to call GitHits tools directly through MCP. For most users, the MCP setup fromnpx githits@latest init is the default path.
Relationship to MCP
Skills are complementary to the MCP server. If you already use the MCP server, you usually do not need to install the Skills. To switch from MCP to Skills:- Remove or disable the GitHits MCP server from that harness.
- Install the Skills with
npx skills add githits-com/githits-cli. - Restart the harness so it loads the new instructions.