gitnexus-explorer

Index codebases into a knowledge graph and serve an interactive web UI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, git, cloudflared, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows users to index their codebases into a knowledge graph and serve an interactive web UI for exploring symbols, call chains, clusters, and execution flows.

Core Features & Use Cases

  • Codebase Indexing: Index any codebase into a knowledge graph.
  • Interactive Web UI: Serve an interactive web UI for exploring the codebase.
  • Cloudflare Tunneling: Tunnel the web UI for remote access.
  • Use Case: Ideal for users who want to visually explore a codebase's architecture or share an interactive codebase explorer with someone.

Quick Start

Use the gitnexus-explorer skill to index the codebase located at '/path/to/target-repo'.

Frequently Asked Questions about gitnexus-explorer

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

FAQPage Schema
How do I visualize codebase architecture with an interactive knowledge graph?

You can visualize codebase architecture by indexing the codebase into a knowledge graph and serving an interactive web UI for exploring symbols, call chains, clusters, and execution flows.

What dependencies do I need to index a codebase for code intelligence visualization?

To index a codebase for code intelligence visualization, you need Node.js, git, and cloudflared installed in your environment to support indexing and Cloudflare tunneling.

Can I use codebase visualization to explore large repositories with many files?

Codebase visualization handles repositories with up to 5,000 files, but larger repos may require browser restarts due to performance constraints during interactive exploration.

How do I share an interactive codebase explorer with someone remotely?

You can share an interactive codebase explorer remotely by using the built-in Cloudflare tunneling feature to expose the local web UI over the internet.

Does codebase visualization support semantic search for exploring code?

Yes, codebase visualization supports semantic search with embeddings, allowing users to find relevant symbols and execution flows within the interactive knowledge graph.