What problem does it solve? Understanding a large or unfamiliar codebase's architecture is slow when done by reading files one by one. This Skill indexes any git repository into a knowledge graph of symbols, call chains, and execution flows, 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 knowledge graph of symbols, clusters, and call chains, with optional embeddings for semantic search. - Interactive Web UI: Serves a production-built visualization through a zero-dependency Node.js proxy that combines the static UI and backend API on one port without CORS issues. - Remote Sharing: Tunnels the local UI through cloudflared so teammates can explore the graph from a public URL. - Use Case: You inherit a 3,000-file repository and need to brief a new teammate. Index it with GitNexus, start the proxy and tunnel, and share the URL so they can visually explore the architecture. ## Quick Start Index this repository with GitNexus and start the web UI with a Cloudflare tunnel so I can explore its knowledge graph remotely.