What problem does it solve? Understanding a large codebase's architecture is difficult when reading files one by one. 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 remotely 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 reverse proxy that unifies the UI and API on one port with no 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 onboarding to an unfamiliar repo indexes it, starts the proxy and tunnel, and shares the trycloudflare.com URL with teammates so everyone can visually explore call chains and module clusters. ## Quick Start Index this repository with GitNexus and give me a shareable Cloudflare tunnel URL for the interactive knowledge graph explorer.