gitnexus-explorer

Index a code repository into a GitNexus knowledge graph with an interactive web UI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you turn a codebase into a browsable knowledge graph so you can quickly understand architecture, relationships, and execution paths without manually reading thousands of files.

Core Features & Use Cases

  • Codebase indexing into a knowledge graph: Analyze a target repository and build a graph dataset in .gitnexus/.
  • Interactive web UI for exploration: Browse symbols, call chains, clusters, and execution flows through a browser-based interface.
  • Remote sharing via Cloudflare tunnel: Expose the web UI to others over the internet using Cloudflare tunneling, backed by a same-origin proxy to avoid CORS issues.

Quick Start

Ask Hermes Agent to index your repository and expose the GitNexus explorer with Cloudflare tunneling so you can open the knowledge graph in your browser.

Frequently Asked Questions about gitnexus-explorer

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

FAQPage Schema
How do I turn a codebase into a knowledge graph for exploring symbols and call chains?

To turn a codebase into a knowledge graph, you can index the target repository into a local dataset. This process analyzes the code architecture and builds an interactive graph for navigating symbols, execution flows, and dependencies.

What is the best way to visualize code architecture and execution paths in a browser?

The best way to visualize code architecture is by serving an interactive web UI backed by a reverse proxy. This setup enables browser-based exploration of execution paths, symbol clusters, and call chains with same-origin API access.

Do I need Node.js and git to index a repository into an interactive code graph?

Yes, you need Node.js and git present in your environment to index a repository into an interactive code graph. A production web build and a Node.js reverse proxy are also required to properly serve the UI and handle API requests.

Can I share a codebase knowledge graph remotely using Cloudflare tunneling?

Yes, you can share a codebase knowledge graph remotely by configuring a Cloudflare tunnel. This exposes the interactive web UI over the internet, allowing others to browse symbols and execution flows without local access.

How does semantic search work when exploring a code repository knowledge graph?

Semantic search in a code repository knowledge graph works by utilizing optional semantic embeddings. This enables users to find related symbols and execution paths based on conceptual meaning rather than exact string matching.

Are there limitations when indexing large code repositories into a graph dataset?

Indexing large code repositories into a graph dataset requires a production web build and a Node.js reverse proxy to avoid CORS issues. The process supports repos of varying sizes but depends heavily on local system resources for building the graph.