gitnexus-explorer

Index a git codebase into a navigable knowledge graph with a web UI.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill gitnexus-explorer-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-explorer
Source: https://github.com/ZardLi1115/zedclaw/tree/main/optional-skills/research/gitnexus-explorer
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill gitnexus-explorer-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It turns a code repository into an explorable knowledge graph so you can understand structure, relationships, and execution flow without manually reading thousands of files.

Core Features & Use Cases

  • Codebase indexing to a knowledge graph: Builds a symbol and relationship graph from any git-backed repository so you can navigate complex architectures.
  • Interactive web UI for exploration: Provides a browser-based visualization for symbols, clusters, and call chains to accelerate onboarding and reviews.
  • Remote access via Cloudflare tunnel: Exposes the UI safely without requiring users to be on your local network.

Quick Start

Run the gitnexus backend and then start the proxy to serve the built GitNexus web UI locally, after which you can tunnel the port with Cloudflare for remote access.

Frequently Asked Questions about gitnexus-explorer

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

FAQPage Schema
How do I explore a codebase as an interactive knowledge graph?

You can explore a codebase as an interactive knowledge graph by indexing a git repository into a navigable structure and serving it through a browser-based web UI for architecture and dependency visualization.

Can I share a codebase visualization with others remotely?

Yes, you can share a codebase visualization remotely by establishing an optional Cloudflare tunnel, which safely exposes the interactive web UI to external users without requiring them to be on your local network.

What do I need to set up a codebase knowledge graph for architecture exploration?

Setting up a codebase knowledge graph requires GitNexus with a Node.js toolchain, a production web build, and a reverse-proxy to prevent CORS or same-origin issues when serving the interactive UI.

Does codebase indexing work with any git repository for dependency exploration?

Codebase indexing works with any git-backed repository to build a symbol and relationship graph, enabling you to perform dependency exploration and inspect call chains without manually reading files.

Why do I need a reverse-proxy when serving a local codebase visualization?

A reverse-proxy is needed when serving a local codebase visualization to avoid CORS and same-origin issues, ensuring the GitNexus backend and the built web UI communicate correctly within the browser.