gitnexus-explorer

Index a git repository into a queryable knowledge graph with an interactive web UI.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/MarbleSodas/Mavis --skill gitnexus-explorer-marblesodas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-explorer
Source: https://github.com/MarbleSodas/Mavis/tree/main/optional-skills/research/gitnexus-explorer
Command: npx skills add https://github.com/MarbleSodas/Mavis --skill gitnexus-explorer-marblesodas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Gitnexus Explorer turns a codebase into an explorable knowledge graph so you can understand architecture, symbols, call chains, and execution flow without manually reading thousands of files.

Core Features & Use Cases

  • Codebase indexing: Builds a .gitnexus/ knowledge graph from any git repository.
  • Interactive web visualization: Provides a browser-based UI to navigate symbols, clusters, and relationships, including call chains and execution flow.
  • Remote sharing via tunnel: Exposes the UI securely using a Cloudflare tunnel for easy collaboration and link sharing.

Quick Start

Clone the target repository with a .git directory, index it with GitNexus, then run the production web UI through the provided Node proxy and open the tunneled URL to browse the graph interactively.

Frequently Asked Questions about gitnexus-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize source code architecture as a knowledge graph?

Codebase indexing builds a `.gitnexus/` knowledge graph from any git repository, allowing you to explore symbols, clusters, and relationships through an interactive browser-based UI without manually reading thousands of files.

Can I share my code intelligence graph remotely for collaboration?

Yes, you can share the code intelligence graph remotely by exposing the interactive web UI securely through a Cloudflare tunnel, which provides a shareable link for engineering collaboration across machines.

How do I index a git repository for call chain analysis?

To index a git repository for call chain analysis, clone the target repository with a `.git` directory, then run indexing via npx to generate a `.gitnexus/` index that the backend API uses to map execution flow.

What do I need to run the interactive repository exploration web UI?

Running the interactive repository exploration web UI requires GitNexus, a production-built web UI, and a local Node reverse proxy, with optional Cloudflare tunneling for remote access.

Does repository indexing work without a local .git directory?

No, repository indexing requires the target repository to have a `.git` directory, as the GitNexus indexing process relies on git repository structure to generate the `.gitnexus/` knowledge graph.