gitnexus-cli

Run GitNexus CLI tasks to manage code knowledge graphs via npx.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability enables software engineers to run GitNexus CLI tasks directly in a project, managing the code knowledge graph without global installations.

Core Features & Use Cases

  • Analyze and index a repository to build or refresh the GitNexus knowledge graph.
  • Check index status, clean the index, generate wiki documentation, or list indexed repos for quick overviews.
  • Use with npx to run commands in any project and apply flags like --force or --embeddings as needed.

Quick Start

Index this repository to build its GitNexus knowledge graph.

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I index a repository to build a code knowledge graph?

To index a repository and build a code knowledge graph, run the GitNexus CLI via npx within your project directory to analyze the repo and generate the graph without requiring a global installation.

What is a code knowledge graph and when do I need one?

A code knowledge graph maps repository structures and dependencies for quick overviews. You need one when analyzing or indexing a repo to generate wiki documentation and understand code relationships across single or multiple projects.

Can I generate wiki documentation from my repository using npx?

Yes, you can generate wiki documentation by running GitNexus CLI commands with npx. This allows you to create docs directly from your indexed repository without installing the tool globally.

Do I need to install anything globally to manage my repository index?

No, you do not need global installation to manage your repository index. The GitNexus CLI uses npx to run commands directly, allowing you to check status, clean an index, or list indexed repos seamlessly.

What flags can I use to force re-indexing or manage embeddings?

You can use flags like --force to force re-indexing and --embeddings or --drop-embeddings to manage vector embeddings when running GitNexus CLI tasks via npx in your project.

How do I check the status of an indexed repository or clean an existing index?

To check index status or clean an existing index, run the respective GitNexus CLI commands via npx in your project directory, enabling quick overviews and maintenance of indexed repos across multiple projects.