What problem does it solve?
GitNexus users need a fast way to understand what tools, resources, and knowledge-graph schema exist so they can query accurately and follow the correct workflow when analyzing codebases.
Core Features & Use Cases
- End-to-end GitNexus navigation: Guides users to start from repository context and then choose the right follow-up skill for understanding, impact analysis, debugging, or refactoring.
- Tooling reference for knowledge-graph work: Provides a map of key MCP tools like query, context, impact, detect_changes, rename, cypher, and list_repos.
- Graph schema orientation: Summarizes node types and edge types (e.g., CALLS, IMPORTS) to support correct Cypher usage and graph queries.
- Use case: When a developer asks “What is the blast radius of changing X in GitNexus-indexed code,” the user can immediately access impact-related guidance and the exact graph schema and tool interfaces required.
Quick Start
Use the gitnexus-guide skill when the user asks what GitNexus tools, resources, or schema are available, then begin by reading gitnexus://repo/{name}/context and select the appropriate tool or linked skill from the guide.