gitnexus-explorer

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

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill gitnexus-explorer-brittaniebuffiecsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-explorer
Source: https://github.com/brittaniebuffiecsu/zerogravityclaw/tree/main/src/hermes-core/optional-skills/research/gitnexus-explorer
Command: npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill gitnexus-explorer-brittaniebuffiecsu

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 provides a visual representation of a codebase's architecture and dependencies, allowing users to explore and understand complex codebases more efficiently.

Core Features & Use Cases

  • Codebase Indexing: Indexes any codebase into a knowledge graph.
  • Interactive Web UI: Serves an interactive web UI for exploring symbols, call chains, clusters, and execution flows.
  • Cloudflare Tunneling: Supports remote access through Cloudflare tunneling.
  • Use Case: For developers who need to quickly understand the structure and dependencies of a large codebase, or for sharing a codebase explorer with remote collaborators.

Quick Start

Run the gitnexus-explorer skill with the command: gitnexus-explorer /path/to/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 and dependencies as a knowledge graph?

To visualize codebase architecture as a knowledge graph, you can index the repository to map symbols, call chains, and execution flows, then explore the generated structure through an interactive web UI.

How do I generate a dependency visualization for a large codebase?

Dependency visualization for a large codebase is generated by indexing the repository into a knowledge graph, which then serves an interactive web UI to explore clusters and execution flows up to 30k nodes.

Do I need Node.js and cloudflared to set up codebase indexing?

Yes, you need Node.js and git for the local codebase indexing process, and cloudflared is required to establish Cloudflare tunneling for serving the interactive web UI to remote collaborators.

What is the best way to share a codebase architecture explorer with remote collaborators?

The best way to share a codebase architecture explorer with remote collaborators is to index the repository locally and expose the interactive web UI externally using Cloudflare tunneling.

Can I explore execution flows and call chains for repositories with 30k nodes?

Yes, you can explore execution flows and call chains for large repositories up to 30k nodes, with specific performance considerations applied to maintain interactive responsiveness in the web UI.

How do I start indexing a repository for symbol and cluster exploration?

To start indexing a repository for symbol and cluster exploration, execute the indexing command with the path to your local repository to generate the interactive knowledge graph web UI.