gitnexus-cli

Run GitNexus CLI commands to index, analyze, and manage repository metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a centralized interface to run GitNexus CLI commands, reducing context switching and manual scripting when indexing, analyzing, documenting, or listing repositories across projects.

Core Features & Use Cases

  • Analyze and index codebases to build or refresh the GitNexus knowledge graph.
  • Check repository status and manage the GitNexus index.
  • Generate wiki documentation from the knowledge graph.
  • List and inspect indexed repositories for quick situational awareness.

Quick Start

From your project root, run a GitNexus CLI command to index or manage repositories.

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I index and analyze a codebase from the command line?

You can index and analyze a codebase by running GitNexus CLI commands from your project root to build or refresh the repository knowledge graph without requiring a global installation.

What is the best way to generate wiki documentation from repository metadata?

Generating wiki documentation from repository metadata is done by executing the wiki command through the GitNexus CLI, which creates documentation directly from the indexed knowledge graph.

Do I need to install GitNexus globally to manage repository indexes?

You do not need to install GitNexus globally; the CLI uses npx to execute indexing, status, clean, wiki, and list operations directly from the project root.

Can I check repository status and list indexed repositories in a monorepo?

Yes, you can check repository status and list indexed repositories across monorepos by running the status and list operations, providing quick situational awareness for your projects.

How do I clean up a repository index across local and CI workflows?

To clean up a repository index across local and CI workflows, run the clean operation via the GitNexus CLI from your project root to manage and remove the stored metadata.