gitnexus-cli

Index and query code repositories using GitNexus CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitNexus CLI streamlines index creation, repository analysis, and documentation generation for codebases by exposing a concise set of npx commands to manage indexing and context generation.

Core Features & Use Cases

  • Analyze: build or refresh the knowledge index for a project and write context files.
  • Status & Clean: inspect index freshness and remove or re-index as needed.
  • Wiki Generation: generate human- and machine-readable documentation from the graph.
  • Use Case: quickly re-index after major code changes to keep the context up to date.

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 code repository indexing and analysis using a CLI?

Automate code repository indexing and analysis by running npx gitnexus analyze from your project root to build or refresh the knowledge index and write context files. The CLI handles creating and updating the index automatically.

What is the best way to generate wiki documentation from a codebase graph?

Generate wiki documentation from a codebase graph by running the npx gitnexus wiki command. This creates human- and machine-readable documentation directly from your project's knowledge index.

Do I need Node.js to run npx-based repository indexing commands?

Yes, you need Node.js to run npx-based repository indexing commands because the GitNexus CLI workflow relies on the npx package runner to execute its analyze, status, clean, and wiki operations.

How do I check if my code repository index is fresh after major code changes?

Check code repository index freshness by running the npx gitnexus status command. It inspects the current index state so you can decide if you need to re-index to keep the context up to date.

Why does my local .gitnexus directory need cleaning during repository analysis?

Your local .gitnexus directory needs cleaning to remove stale or corrupted context files before re-indexing. Run npx gitnexus clean to clear the directory and ensure a fresh knowledge index build.