gitnexus-explorer

Index a repository into a searchable knowledge graph.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zerwiz/wayofpi --skill gitnexus-explorer-zerwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-explorer
Source: https://github.com/zerwiz/wayofpi/tree/main/.hermes/hermes-agent/optional-skills/research/gitnexus-explorer
Command: npx skills add https://github.com/zerwiz/wayofpi --skill gitnexus-explorer-zerwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

GitNexus Explorer turns a codebase into an interactive knowledge graph so you can understand architecture, dependencies, and execution flow without manually stitching together files and symbols.

Core Features & Use Cases

  • Repository Indexing: Analyze a target repo and build a graph of symbols, clusters, and call chains.
  • Interactive Web UI: Browse the graph in a browser to inspect relationships, search the repository, and follow execution paths.
  • Remote Sharing: Expose the explorer through a local proxy and Cloudflare tunnel for easy external access.
  • Use Case: A developer inherits a large monorepo and needs to quickly map how services connect, where a function is called, and which areas form cohesive subsystems.

Quick Start

Ask the skill to index the repository with GitNexus and launch the browser-based explorer through the local proxy so you can inspect the code graph immediately.

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 a knowledge graph to understand architecture and dependencies?

Building a codebase knowledge graph indexes symbols, clusters, and call chains into a searchable structure. This process enables architecture review and symbol discovery by mapping how services connect and functions execute without manual file stitching.

What is the best way to trace call chains across a large inherited monorepo?

Tracing call chains in a monorepo involves indexing the repository to map function calls and dependencies. The knowledge graph explorer then allows you to search symbols, inspect clusters, and follow execution paths interactively in a browser.

Can I share my interactive codebase graph with remote team members?

Sharing the codebase graph remotely requires exposing the local explorer UI through a same-origin Node proxy and a Cloudflare tunnel. This configuration bypasses CORS issues and provides external access to the interactive repository viewer.

How do I index a repository and launch the browser-based code explorer?

Indexing a repository and launching the explorer requires running GitNexus analysis commands to build the symbol graph, then starting the local Node proxy with the production web build. This serves the interactive UI locally for immediate codebase inspection.

Does the codebase graph explorer work with Cloudflare tunnels to avoid CORS issues?

The codebase graph explorer avoids CORS issues by routing its production web build through a same-origin Node proxy before exposing it via a Cloudflare tunnel. This setup enables secure remote sharing of the interactive repository graph.