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 execution flows, then serves an interactive web UI you can explore locally or share remotely via a Cloudflare tunnel. ## Core Features & Use Cases - Codebase Knowledge Graph: Runs npx gitnexus analyze to index symbols, dependencies, and call chains, with optional --embeddings for semantic search. - Interactive Web UI: Serves the GitNexus production build through a zero-dependency Node.js reverse proxy that unifies the UI and API on one port, avoiding CORS issues. - Remote Sharing: Tunnels the UI through cloudflared so anyone with the link can explore the graph. - Use Case: A teammate asks how a repo's modules connect. You index the repo, start the proxy and tunnel, and send them a trycloudflare.com URL where they can visually trace call chains and clusters. ## Quick Start Ask the agent to index this repository with GitNexus and serve the interactive knowledge graph UI with a shareable Cloudflare tunnel link.