gitnexus-explorer

Index a git-backed codebase into an interactive knowledge graph for dependency analysis.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill gitnexus-explorer-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-explorer
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/optional-skills/research/gitnexus-explorer
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill gitnexus-explorer-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

GitNexus Explorer turns a repository into a navigable knowledge graph so you can understand symbols, call chains, clusters, and execution flow without manually tracing files.

Core Features & Use Cases

  • Build an index of any git-backed codebase and inspect its architecture in a browser.
  • Serve the graph through a local web UI or a Cloudflare tunnel for remote sharing.
  • Use it to answer questions like how modules depend on each other, where a function is called, or how a workflow moves through a system.

Quick Start

Ask the skill to index the target repository with GitNexus, launch the proxy-backed web UI, and optionally expose it through a Cloudflare tunnel for sharing.

Frequently Asked Questions about gitnexus-explorer

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

FAQPage Schema
How do I explore codebase architecture and trace dependencies without manually reading files?

Codebase exploration through an interactive knowledge graph lets you navigate symbols, call chains, and execution flow visually. GitNexus Explorer indexes any git-backed repository and serves a browsable graph UI, eliminating manual file tracing for architectural understanding.

How do I trace function call chains and module dependencies in a large repository?

Tracing call chains and module dependencies is done by indexing the repository into a knowledge graph. GitNexus Explorer builds a navigable graph where you can query where a function is called and inspect inter-module dependencies directly.

What is a knowledge graph for codebase analysis and when do I need one?

A codebase knowledge graph maps symbols, clusters, and execution flow into a navigable visual structure. You need one when architectural exploration, dependency analysis, or call-chain review across a complex git-backed repository becomes too difficult to trace manually.

Can I share a local code intelligence web UI remotely without CORS issues?

Sharing a local code intelligence web UI remotely requires a proxy and tunneling. GitNexus Explorer uses a Node.js proxy to serve the backend and frontend together, and optionally routes traffic through a Cloudflare tunnel to eliminate CORS issues during remote access.

What do I need to set up to generate a codebase dependency graph for browser inspection?

Generating a dependency graph for browser inspection requires GitNexus analysis and a Node.js proxy. GitNexus Explorer handles the indexing and serves the web UI, with optional Cloudflare tunneling for remote sharing without CORS complications.

Does GitNexus Explorer work with any git-backed codebase for architectural exploration?

GitNexus Explorer works with any git-backed codebase for architectural exploration and dependency analysis. It indexes the repository into an interactive knowledge graph, allowing you to inspect module dependencies and execution flow in a browser-based web UI.