gitnexus-explorer

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

Updated May 3, 2026
One-click install
npx skills add https://github.com/JuanMS20/solviora-agent --skill gitnexus-explorer-juanms20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-explorer
Source: https://github.com/JuanMS20/solviora-agent/tree/main/optional-skills/research/gitnexus-explorer
Command: npx skills add https://github.com/JuanMS20/solviora-agent --skill gitnexus-explorer-juanms20

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Index codebases into a knowledge graph and expose an interactive UI for exploring symbols, call chains, clusters, and execution flows. Tunneled via Cloudflare for remote access.

Core Features & Use Cases

  • Indexes a codebase into a live knowledge graph
  • Interactive UI to explore symbols, call chains, clusters, and flows
  • Remote access through Cloudflare tunnel for sharing and collaboration
  • Prerequisites: Node.js, git, and cloudflared; optional embeddings for semantic search

Quick Start

Launch the GitNexus Explorer against your repository to index it and start the web UI through the Cloudflare 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 as an interactive knowledge graph?

Indexing a codebase into an interactive knowledge graph is done by running GitNexus against your repository. This extracts symbols, call chains, and execution flows, exposing them through a web UI for exploration.

Can I share my codebase visualization remotely for collaboration?

You can share your codebase visualization remotely by establishing a Cloudflare tunnel. This exposes the interactive web UI externally, allowing team members to explore the knowledge graph from remote locations.

Do I need Node.js and git to index repository architectures into a knowledge graph?

Indexing repository architectures requires Node.js 18+ and git installed locally. You also need the cloudflared CLI and a production build of GitNexus to enable tunneling and remote access capabilities.

How does semantic search work when exploring symbol call chains?

Semantic search for exploring symbol call chains works by applying optional embeddings to the indexed knowledge graph. This allows you to query code architecture concepts rather than relying solely on exact string matches.

What's the best way to trace execution flows across large codebases?

Tracing execution flows across large codebases is best achieved by indexing them into a knowledge graph. This clusters related symbols and maps call chains, making complex architectures navigable through an interactive UI.