Metagit gives you situational awareness across Git repositories. It helps multi-repo projects feel manageable, discoverable, and cohesive. It captures cross-repository relationships and project knowledge in easy to understand version controlled manifests.
This tool works well for scenarios like:
- At-a-glance view of a project's technical stacks, languages, external dependencies, and generated artifacts.
- Switching between many Git projects during the day without losing context.
- Isolating outside dependencies that weaken the security and dependability of your software delivery pipelines.
- Automated documentation of a code's provenance.
- Helping new contributors get from onboarding to first commit faster.
Metagit is designed for developers, SREs, and AI agents who work across loosely connected repositories. It tracks the dependencies and project relationships that are easy to miss when you only look at one repo at a time.
uv tool install -U metagit-cli
metagit version
metagit completion install --shell zsh # optional tab completionNOTE - Use the PyPI package name
metagit-cliNOTmetagit!
Inside any Git repository, initialize a metagit manifest:
metagit initThat creates .metagit.yml and updates or adds a .gitignore for .metagit/ (synced git repos).
Install bundled agent skills (OpenClaw, Hermes, Claude Code, and others):
metagit skills list
metagit skills install --scope user --target openclaw --target hermes
# or, using vercel's skills registry (preferred)
npx skills add metagit-ai/metagit-cliUse --scope project when installing into a specific umbrella repository checkout. See Skills for targets, MCP install, and the project-management skill for agents.
- Hermes agents and organization-wide IaC — illustrated workflow for using Metagit as a control plane across Terraform, policy, and module repositories (controller + subagents, layered
agent_instructions, MCP tools).
For installation guidance, detailed usage, including full CLI command surface, local MCP runtime setup, API-oriented flows, and advanced examples, use the documentation site:
This project is licensed under the MIT License. See the LICENSE file for details.
MetaGit™ is an open-source project.
MetaGit and the MetaGit logo are trademarks of Zachary Loeber.