gitnexus-cli

Automate GitNexus CLI operations to manage repository indexes and generate knowledge graphs.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Lortunate/CodexLAG --skill gitnexus-cli-lortunate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-cli
Source: https://github.com/Lortunate/CodexLAG/tree/main/.claude/skills/gitnexus/gitnexus-cli
Command: npx skills add https://github.com/Lortunate/CodexLAG --skill gitnexus-cli-lortunate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the routine GitNexus CLI operations for indexing repositories, maintaining the knowledge graph, and generating repository documentation.

Core Features & Use Cases

  • Index management: build or refresh the repository index with analyze, check status with status, and reset with clean.
  • Documentation generation: produce wiki-style documentation from the graph using wiki.
  • Discovery & organization: list indexed repos and track registry entries for quick access.

Quick Start

From the project root, run npx gitnexus analyze to build or refresh the index.

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I automate repository indexing after code changes?

You can automate repository indexing after code changes by running npx gitnexus analyze from the project root to build or refresh the index, using flags like --force and --embeddings for updates.

How do I generate wiki documentation from a knowledge graph?

Generate wiki documentation from a knowledge graph by running the wiki command, which produces wiki-style documentation directly from your indexed repository data.

Do I need to install GitNexus CLI globally to index my project?

You do not need to install GitNexus CLI globally to index your project; you can run it via npx directly from the project root to build indexes and write data to the .gitnexus directory.

What is the best way to manage multiple indexed repositories?

The best way to manage multiple indexed repositories is using the registry features, which list indexed repos and track registry entries globally for quick access and organization.

Why is my repository index out of date and how do I reindex it?

Your repository index is out of date after code modifications, so you must reindex it by running npx gitnexus analyze to refresh the knowledge graph and update the stored data.

Can I reset the repository index to clean up generated data?

You can reset the repository index to clean up generated data by running the clean command, which clears the index status and removes the accumulated data from your project.