This is for navigating unfamiliar codebases when you need to understand how something actually works. It connects to GitNexus's execution flow analysis, so instead of grepping through files hoping to piece together "how does auth work," you can query for concepts and get back traced execution paths showing what calls what. The gitnexus_context tool gives you a 360-degree view of any function with its callers, callees, and which flows it participates in. Most useful when onboarding to a new project or debugging something that spans multiple files. Just note you'll need to run npx gitnexus analyze first if the index is stale.
npx skills add https://github.com/abhigyanpatwari/gitnexus --skill gitnexus-exploring