gitnexus-cli

Index and manage repository knowledge graphs with GitNexus CLI commands.

19|4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/ZanebonoAlter/Syntopica --skill gitnexus-cli-zanebonoalter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-cli
Source: https://github.com/ZanebonoAlter/Syntopica/tree/main/.claude/skills/gitnexus/gitnexus-cli
Command: npx skills add https://github.com/ZanebonoAlter/Syntopica --skill gitnexus-cli-zanebonoalter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines building, refreshing, and querying repository knowledge graphs for codebases using GitNexus via a single CLI.

Core Features & Use Cases

  • Build or refresh the index with analyze
  • Check index freshness with status
  • Clean and re-index with clean
  • Generate repository documentation with wiki
  • List all registered repos with list

Quick Start

Run npx gitnexus analyze from the project root to index the repository and generate context files.

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I generate a knowledge graph for a code repository using a CLI?

To generate a knowledge graph for a code repository, run the command npx gitnexus analyze from your project root. This builds the repository index and writes the resulting context files directly into the .gitnexus directory.

How do I check if my codebase index is outdated?

To check if your codebase index is outdated, execute npx gitnexus status. This command checks the freshness of your current repository knowledge graph to determine if the indexed context files need refreshing.

Can I generate wiki documentation from my codebase knowledge graph?

Yes, you can generate wiki documentation from your codebase knowledge graph by running npx gitnexus wiki. This command processes your indexed repository context to output readable project documentation.

Do I need to install the GitNexus CLI globally to manage repository indexes?

No, you do not need to install the GitNexus CLI globally to manage repository indexes. You can run commands directly using npx from your project root to build, clean, and query knowledge graphs.

What is the best way to clean and re-index multiple repositories?

The best way to clean and re-index multiple repositories is using the npx gitnexus clean command. This clears existing index data, allowing you to run analyze again and rebuild fresh knowledge graphs across your projects.