gitnexus-explorer

Index codebases into a knowledge graph with an interactive UI for exploring symbols and call chains.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Index codebases into a knowledge graph and provide an interactive UI to explore symbols, call chains, clusters, and execution flows.

Core Features & Use Cases

  • Index any codebase into a knowledge graph for visual exploration of architecture and dependencies.
  • Serve an interactive web UI that lets you browse symbols, call graphs, and execution flows, including remote access via Cloudflare tunnel.
  • Operate from a single gateway process across terminals, IDEs, and chat interfaces.

Quick Start

Index a target repository with GitNexus and start the backend and proxy to expose the UI behind a tunnel.

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 into an interactive knowledge graph?

To visualize a codebase architecture into a knowledge graph, you can index the repository to extract symbols, call chains, and clusters. The resulting graph is exposed through an interactive web UI for exploring execution flows and dependencies.

Can I access a codebase visualization UI remotely using a tunneling proxy?

Yes, you can access the codebase visualization UI remotely using a Cloudflare tunnel. The Skill operates a Node.js backend and a tunneling proxy to enable secure remote exploration across terminals and chat interfaces.

What is the best way to explore cross-repo dependencies and call chains?

The best way to explore cross-repo dependencies and call chains is by indexing multiple codebases into a unified knowledge graph. This allows you to compare architectures and trace execution flows interactively within a static web UI.

Does this codebase inspection tool require specific dependencies to run?

No, this codebase inspection tool requires no specific external dependencies to run. It operates from a single gateway process, utilizing a built-in Node.js backend and a static web UI to serve the interactive exploration environment.

How do I index a target repository for symbol and execution flow inspection?

You index a target repository for symbol and execution flow inspection by running the provided indexing scripts against the codebase. Once indexed, start the backend and proxy to expose the interactive UI for visual exploration.

When should I not use a knowledge graph for codebase visualization?

You should not use a knowledge graph for codebase visualization if your project lacks complex architectural dependencies or cross-repo execution flows. For extremely simple, single-file scripts, setting up a Node.js backend and tunneling proxy adds unnecessary overhead.