GitNexus — исследование незнакомой кодовой базы

★ 7.1 · general

gitnexus-exploring is a Claude Code skill that helps you explore unfamiliar codebases using GitNexus — tracing execution flows, understanding architecture, and locating specific logic without reading every file. The workflow follows five steps: discover indexed repos via `gitnexus://repos`, get a codebase overview from `gitnexus://repo/{name}/context`, find related execution flows with `gitnexus_query`, inspect any symbol with `gitnexus_context`, and trace a full process via `gitnexus://repo/{name}/process/{name}`. `gitnexus_context` provides a 360-degree view of a symbol — its incoming callers, outgoing calls, and which processes it belongs to. Use this skill when you need to answer questions like "how does authentication work?", "what calls this function?", or "show me the payment flow" in large or unfamiliar projects.