What problem does it solve? Understanding a large codebase's architecture is difficult when you can only read files one at a time. This Skill indexes any git repository into a knowledge graph of symbols, call chains, and clusters, then serves an interactive web UI that can be shared with others through a Cloudflare tunnel. ## Core Features & Use Cases - Codebase Indexing: Runs GitNexus analysis on any git repository to build a graph of symbols, dependencies, and execution flows, with optional embeddings for semantic search. - Interactive Web Visualization: Serves the GitNexus production web UI through a zero-dependency Node.js proxy that combines static files and API requests on one port without CORS issues. - Remote Sharing via Tunnel: Exposes the explorer through a Cloudflare quick tunnel so anyone with the link can browse the graph. - Use Case: A developer joins a new project and wants to understand its architecture. Index the repo, start the services, and share the tunnel URL with the team so everyone can explore call chains and module clusters visually. ## Quick Start Index this repository with GitNexus and start the web explorer with a Cloudflare tunnel so I can browse its knowledge graph.