gitnexus-explorer

Index a codebase into a knowledge graph with an interactive web UI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Index a codebase into a knowledge graph and expose an interactive web UI for exploring repository structure, symbols, call graphs, and execution flows.

Core Features & Use Cases

  • Visual exploration of repo architecture, symbol relationships, dependencies, and execution paths.
  • Easy sharing of a navigable knowledge graph via remote access (Cloudflare tunnel).

Quick Start

Index a target codebase into the knowledge graph and open the interactive web UI for exploration.

Frequently Asked Questions about gitnexus-explorer

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

FAQPage Schema
How do I visualize a codebase architecture and symbol dependencies?

You can visualize codebase architecture by indexing the repository into a knowledge graph. This process extracts symbols, call chains, and execution flows, exposing them through an interactive web UI for graphical exploration.

How do I share a visual dependency graph of a Git repository with remote collaborators?

You can share a visual dependency graph remotely by enabling a Cloudflare tunnel. This exposes the interactive web UI built from the indexed codebase, allowing collaborators to navigate repository structure and execution paths securely over the web.

Do I need Node.js to index a codebase into a knowledge graph?

Yes, you need a Node.js 18+ runtime to index a codebase into a knowledge graph. You also need a Git repository containing a .git directory and a production-ready web UI build to enable full interactive exploration and remote tunneling.

What is a knowledge graph for a software repository used for?

A software repository knowledge graph maps structural relationships and symbol call chains. It is used to visually explore complex execution flows and dependencies, helping developers understand how different parts of a codebase interact without reading every file.

Can I explore execution flows and call chains interactively for a local codebase?

Yes, you can explore execution flows and call chains interactively. Once a local Git repository is indexed, the generated knowledge graph powers a web UI that lets you navigate symbol relationships and execution paths visually.

Why does codebase visualization require a .git directory?

Codebase visualization requires a .git directory because the indexing process relies on Git repository metadata to accurately parse and map the codebase structure. Without it, the knowledge graph cannot properly index the repository's architecture and symbol relationships.