What problem does it solve? When working with a GitNexus-indexed codebase, you need to know which MCP tool to call, how to paginate repository listings, how to read taint and PDG findings, and how to write Cypher queries against the graph schema. This Skill provides the complete reference so you can query the knowledge graph correctly on the first attempt. ## Core Features & Use Cases - Tool Reference: Documents all GitNexus MCP tools including query, context, impact, trace, detect_changes, rename, cypher, explain, pdg_query, check, and list_repos with pagination semantics. - Resources and Schema: Lists lightweight gitnexus:// resources for repo context, clusters, and processes, plus the full node/edge graph schema for writing Cypher queries. - Use Case: You want to know what breaks if you change a function. Read this guide to learn that the impact tool computes blast radius at depths 1-3 with confidence scores, then route to the gitnexus-impact-analysis skill for the full workflow. ## Quick Start Ask the assistant to explain what GitNexus tools are available and how to trace the shortest call path between two functions in the indexed repository.