What problem does it solve? Understanding a large codebase's architecture is hard from reading files alone. This Skill indexes any git repository with GitNexus into a knowledge graph of symbols, call chains, and clusters, then serves an interactive web UI that can be shared remotely through a Cloudflare tunnel. ## Core Features & Use Cases - Codebase Indexing: Run npx gitnexus analyze on any git repo to build a knowledge graph of symbols, dependencies, and execution flows, with optional embeddings for semantic search. - Interactive Web Visualization: Serve the GitNexus production web UI through a zero-dependency Node.js proxy that combines static files and the backend API on one port with no CORS issues. - Remote Sharing via Tunnel: Expose the explorer through a Cloudflare quick tunnel so anyone with the link can explore the graph. - Use Case: A developer onboarding to an unfamiliar repo indexes it, starts the proxy and tunnel, and shares the URL with teammates so everyone can visually explore call chains and module clusters. ## Quick Start Ask the agent to index this repository with GitNexus and give you a shareable link to explore its knowledge graph in the browser.