gitnexus-cli

Execute GitNexus CLI commands for repository indexing and wiki generation.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/tu11aa/squadrant --skill gitnexus-cli-tu11aa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-cli
Source: https://github.com/tu11aa/squadrant/tree/main/.claude/skills/gitnexus/gitnexus-cli
Command: npx skills add https://github.com/tu11aa/squadrant --skill gitnexus-cli-tu11aa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines GitNexus CLI commands to analyze/index a repository, check status, clean the index, generate a wiki, and list indexed repos, enhancing the efficiency of GitNexus operations.

Core Features & Use Cases

  • Command Execution: Run GitNexus CLI commands without global installation.
  • Index Management: Build or refresh repository indexes, check index freshness, delete indices, and list indexed repos.
  • Documentation Generation: Create repository documentation from the knowledge graph.
  • Use Case: Utilize the skill to reanalyze a codebase after major changes or to generate a wiki for a repository.

Quick Start

To reanalyze the codebase of a project, use the gitnexus analyze command from the project root directory.

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I run GitNexus CLI commands for repo analysis without installing it globally?

You can execute GitNexus CLI commands for repository analysis without global installation by using this Skill to manage indexing, status checks, and wiki generation directly.

What is the process to generate a wiki from an indexed repository?

Generating a wiki from an indexed repository involves running the GitNexus documentation command, which creates documentation directly from the repository's knowledge graph.

How do I reanalyze a codebase after pushing major changes?

To reanalyze a codebase after major changes, execute the `gitnexus analyze` command from your project root directory to build or refresh the repository index.

Can I check the freshness of a repository index or clean it up?

Yes, you can check index freshness and clean the index using specific GitNexus CLI commands supported by this Skill, allowing you to delete indices and list indexed repositories.

Do I need any dependencies to manage repositories with GitNexus?

No dependencies are required to manage repositories with GitNexus. The Skill operates independently using scripts to handle repo management, analysis, and documentation actions.