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 into a knowledge graph of symbols, call chains, and clusters, then serves an interactive web UI so you and your teammates can visually explore the code structure from any browser. ## Core Features & Use Cases - Codebase Knowledge Graph: Runs npx gitnexus analyze to index symbols, call chains, and execution flows into a .gitnexus/ directory, with optional embeddings for semantic search. - Interactive Web UI with Proxy: Serves the production GitNexus web build through a zero-dependency Node.js proxy that forwards /api/* to the backend, avoiding CORS and host-blocking issues. - Remote Sharing via Cloudflare Tunnel: Exposes the explorer through a cloudflared quick 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 module dependencies and call chains visually. ## Quick Start Index the current repository with GitNexus and start the web UI with a Cloudflare tunnel so I can explore its knowledge graph remotely.