skillfed

metagit-cli

Metagit multi-repo management tool

metagit-cli v0.28.3 102.5K downloads/30d#12,863 on PyPI2
License unclear Active released

What it is and what it does

Metagit is a CLI tool designed to give developers and SREs situational awareness across loosely connected Git repositories. It works by capturing cross-repository relationships and project knowledge in version-controlled manifests (`.metagit.yml`), making it easier to understand technical stacks, dependencies, and project structure without context-switching between repos. The tool is built on a foundation of 20 runtime dependencies including click for CLI, gitpython for repository interaction, requests for HTTP operations, and litellm for AI agent integration.

The package targets scenarios where teams manage multiple repositories—providing at-a-glance views of technical stacks and external dependencies, helping new contributors onboard faster, and supporting automated documentation of code provenance. It includes agent skill support for integration with AI workflows (OpenClaw, Hermes, Claude Code) and can function as a control plane for infrastructure-as-code projects. Installation is straightforward via `uv tool install`, and the tool initializes a manifest in any Git repository with a single command.

Use it for:

  • Map technical stacks, languages, and dependencies across a multi-repo project without switching contexts.
  • Onboard new contributors by providing automated documentation of repository relationships and project structure.
  • Isolate and track external dependencies that may weaken security or dependability of software delivery pipelines.
  • Integrate with AI agents (via MCP tools) to automate cross-repo analysis and infrastructure-as-code management.
  • Generate provenance documentation for code across loosely connected repositories in a version-controlled format.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Metagit provides cross-repository awareness and management for multi-repo projects, capturing dependencies and relationships in version-controlled manifests to help teams understand project structure and context.

Yes, with conditions. The package is actively maintained, has low install friction, carries no known vulnerabilities, and solves a real problem for multi-repo workflows. However, verify the license terms before use—the fact sheet shows license treatment as unclear despite the description claiming MIT. The 2-star repository and recent first release (July 2025) suggest early adoption; evaluate whether the tool's maturity and community support meet your project's needs.

Install

metagit-cli on PyPI

pip

pip install metagit-cli

uv

uv add metagit-cli

poetry

poetry add metagit-cli

Installing metagit-cli

Before you install

Low friction install as a pure-Python wheel with 20 runtime dependencies including well-established packages like click, requests, and gitpython. Active maintenance with a release 2 days old and no known vulnerabilities.

License in practice

License treatment is unclear—the fact sheet shows no SPDX identifier or raw license string despite the description mentioning MIT. Verify the actual license terms before relying on this package in proprietary or restricted contexts.

Quickstart

uv tool install -U metagit-cli
metagit version
metagit init

Requires Python 3.12 or later.

Verify before relying

  • Whether the MIT license mentioned in the description is the actual license (SPDX and raw license fields are null in the fact sheet).
  • Scope and maturity of agent skill integration (OpenClaw, Hermes, Claude Code) and MCP runtime setup.
  • Whether the 2-star repository count reflects early adoption or limited visibility.

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.12)
Install friction low — pure-Python wheel
Runtime dependencies 20 — loguru, pydantic, requests, click, gitpython, rich, pyyaml, ruamel.yaml, pygithub, jsonschema, python-dotenv, rapidfuzz, tqdm, types-tqdm, aiofiles, setuptools-scm, litellm, textual-dev, python-hcl2, prompt-toolkit
Maintenance actively maintained — 2 days since the last release
Last repo commit
First released
Downloads 102,541/month — #12,863 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: metagit_cli-0.28.3-py3-none-any.whl

Operating System :: OS IndependentProgramming Language :: Python :: 3

Tags

multi-repo managementgit repository orchestrationcross-repo dependency trackingmonorepo documentationproject context awarenessrepository manifest toolgit workspace coordination
multi-repogit-orchestrationai-agent-ready

More Software Development packages