What problem does it solve? Understanding a large codebase's architecture is hard when you can only read files one at a time. This Skill indexes any git repository with GitNexus and serves an interactive knowledge graph in the browser, so you can visually explore symbols, call chains, clusters, and execution flows, and share the explorer with others through a Cloudflare tunnel. ## Core Features & Use Cases - Codebase Knowledge Graph: Runs npx gitnexus analyze to index a repo into a graph of symbols, dependencies, and call chains stored in .gitnexus/. - Interactive Web UI with Proxy: Builds the GitNexus production web bundle and serves it through a zero-dependency Node.js proxy that forwards /api/* to the backend on a single port, avoiding CORS and host-blocking issues. - Remote Sharing via Cloudflare Tunnel: Exposes the explorer through a quick cloudflared tunnel so anyone with the link can browse the graph. - Use Case: You inherit an unfamiliar 3,000-file repository. Index it, start the proxy and tunnel, and share the URL with your team so everyone can explore the architecture visually. ## Quick Start Ask the agent to index the current repository with GitNexus and start the web UI with a Cloudflare tunnel so you can explore its knowledge graph in the browser.