gitnexus-cli

Manage GitNexus CLI operations for analyzing, indexing, and documenting code repositories.

5|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/s1366560/agi-demos --skill gitnexus-cli-s1366560
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-cli
Source: https://github.com/s1366560/agi-demos/tree/main/.claude/skills/gitnexus/gitnexus-cli
Command: npx skills add https://github.com/s1366560/agi-demos --skill gitnexus-cli-s1366560

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to manage the GitNexus code indexing process, enabling efficient code analysis, documentation generation, and status checking for repositories.

Core Features & Use Cases

  • Code Indexing: Analyze and index a repository's codebase for knowledge graph creation.
  • Status Checking: Verify the freshness and completeness of the code index.
  • Documentation Generation: Create a wiki or documentation from the indexed code.
  • Index Management: Clean or remove existing code indexes.
  • Use Case: When you've made significant changes to your codebase, use this Skill to re-analyze and update the index so that other GitNexus skills can provide accurate information.

Quick Start

Use the gitnexus-cli skill to analyze the current 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 code repository index?

To generate documentation from a code repository index, use the `wiki` command to automatically create wiki-style documentation directly from the analyzed codebase knowledge graph.

When should I re-index a codebase for code analysis?

You should re-index a codebase for code analysis after making significant changes to your repository, ensuring the code intelligence remains fresh and accurate for downstream development workflows.

Can I select a specific LLM model for code indexing and embedding generation?

Yes, you can select a specific LLM model for code indexing and embedding generation by passing configurable flags during the `analyze` command to control the underlying intelligence process.

How do I check the status of a codebase index?

To check the status of a codebase index, run the `status` command, which verifies the freshness and completeness of the existing code repository index.

What is the best way to clean an outdated code repository index?

The best way to clean an outdated code repository index is using the `clean` command, which removes existing code indexes so you can perform a full re-indexing without stale data.