gitnexus-explorer

Index codebases into knowledge graphs with interactive symbol and call-chain exploration.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jacardl/New-Radar --skill gitnexus-explorer-jacardl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-explorer
Source: https://github.com/jacardl/New-Radar/tree/main/backend/frameworks/hermes-agent/optional-skills/research/gitnexus-explorer
Command: npx skills add https://github.com/jacardl/New-Radar --skill gitnexus-explorer-jacardl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Index a codebase into a knowledge graph and provide an interactive UI for exploring symbols, call chains, clusters, and execution flows.

Core Features & Use Cases

  • Visualize code architecture and dependencies across a repository.
  • Navigate symbols, call graphs, and execution flows with an interactive graph.
  • Share navigable code graphs via a remote tunnel for collaboration.

Quick Start

Run the GitNexus explorer against your repository to index it and open the interactive knowledge graph.

Frequently Asked Questions about gitnexus-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize code architecture and dependencies as a knowledge graph?

You can visualize code architecture by indexing a codebase into an interactive knowledge graph. This maps symbols, call chains, and execution flows, allowing developers to inspect dependencies and navigate repository structures visually.

What is a code knowledge graph and how does it help with code exploration?

A code knowledge graph is a structural map of a repository's symbols and call chains. It aids code exploration by providing an interactive UI to navigate execution flows and dependencies, making complex architectures easier to understand.

How do I index a local or remote repository for symbol resolution and call chain analysis?

You can index a local or remote repository by running the GitNexus explorer against it. This process analyzes the codebase to resolve symbols and expose call chains, clusters, and execution flows within an interactive graph UI.

Do I need Node.js and Git installed to index a codebase into a knowledge graph?

Yes, indexing a codebase requires Node.js and Git installed. The process also relies on the GitNexus backend, and optional Cloudflare tunnel tooling is needed if you want to share navigable code graphs via a remote tunnel.

Can I share an interactive code graph with my team for collaboration?

Yes, you can share interactive code graphs for collaboration. By using optional Cloudflare tunnel tooling, you can expose the navigable knowledge graph via a remote tunnel, allowing team members to explore the architecture together.

What's the best way to inspect execution flows and clusters in a large codebase?

The best way to inspect execution flows and clusters is by indexing the codebase into an interactive knowledge graph. This approach visualizes complex call chains and dependencies, enabling structural analysis of large repositories.