What problem does it solve? Understanding a large codebase's architecture is difficult from reading files alone. This Skill indexes any git repository with GitNexus and serves an interactive knowledge graph in the browser, letting you visually explore symbols, call chains, clusters, and execution flows, with optional Cloudflare tunneling to share the explorer remotely. ## Core Features & Use Cases - Codebase Knowledge Graph Indexing: Run npx gitnexus analyze on any git repo to build a graph of symbols, dependencies, and call chains, with optional --embeddings for semantic search. - Interactive Web UI with Reverse Proxy: Serve the production GitNexus web UI through a zero-dependency Node.js proxy that forwards /api/* to the backend on a single port, avoiding CORS issues. - Remote Sharing via Cloudflare Tunnel: Expose the explorer through a quick cloudflared tunnel so anyone with the link can browse the graph. - Use Case: Onboard a new teammate to an unfamiliar repository by indexing it, starting the proxy, and sharing a tunnel URL so they can visually trace call chains and module clusters. ## Quick Start Index my repository with GitNexus and start the web UI with a Cloudflare tunnel so I can explore its architecture graph remotely.