gitnexus-cli

Execute GitNexus CLI commands for indexing, status checks, cleaning, and documentation generation.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/handbrianc/skill-library --skill gitnexus-cli-handbrianc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-cli
Source: https://github.com/handbrianc/skill-library/tree/main/.claude/skills/gitnexus/gitnexus-cli
Command: npx skills add https://github.com/handbrianc/skill-library --skill gitnexus-cli-handbrianc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gitnexus-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the execution of GitNexus CLI commands, streamlining repository management tasks like indexing, status checks, cleaning, and documentation generation.

Core Features & Use Cases

  • Indexing and Status: Build or refresh the index, check its freshness, and manage the repository status.
  • Cleaning: Delete the index and unregister the repo from the global registry.
  • Documentation Generation: Generate repository documentation from the knowledge graph.
  • List Indexed Repos: View all repositories registered in the global registry.
  • Use Case: When you need to reanalyze a codebase, generate a wiki, or list indexed repos, this skill provides a convenient interface.

Quick Start

To analyze your repository, use the command: analyze this repository

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I generate documentation from a Git repository knowledge graph?

To generate repository documentation from a knowledge graph, use the GitNexus CLI command interface to analyze the repository and automatically build a wiki from the indexed codebase data.

How do I check the indexing status of a repository?

Check repository indexing status by executing a GitNexus CLI status check, which verifies index freshness and reports the current state of the registered repository.

Do I need API keys to use GitNexus CLI for repository management?

Yes, executing GitNexus CLI commands for indexing, cleaning, and documentation generation requires access to the GitNexus CLI tool and the appropriate API keys for authentication.

What is the best way to reanalyze a codebase after updates?

The best way to reanalyze a codebase is to use the GitNexus CLI to refresh the existing index, ensuring the repository status and knowledge graph reflect the latest code updates.

How do I list all repositories registered in the global registry?

To list indexed repositories, execute the GitNexus CLI command to view all repositories currently registered in the global registry.

How do I unregister a repo and delete its index?

Use the GitNexus CLI cleaning command to delete the repository index and unregister the repo from the global registry simultaneously.