What problem does it solve? Understanding a large codebase's architecture—symbols, call chains, clusters, and execution flows—is difficult from raw source files alone. This Skill indexes any git repository with GitNexus and serves an interactive knowledge graph web UI, optionally tunneled through Cloudflare so remote collaborators can explore it. ## Core Features & Use Cases - Codebase Indexing: Runs npx gitnexus analyze to build a knowledge graph of symbols, call chains, and dependencies, 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 static UI and /api/* backend on one port without CORS issues. - Remote Sharing via Cloudflare Tunnel: Publishes the explorer through a quick cloudflared tunnel so anyone with the link can browse the graph. - Use Case: A developer onboarding to an unfamiliar repo indexes it, starts the proxy and tunnel, and shares the trycloudflare URL with teammates to visually walk through the architecture together. ## Quick Start Ask the agent to index this repository with GitNexus and start the web explorer with a Cloudflare tunnel so the graph can be viewed remotely.