gitnexus-cli

Run GitNexus CLI analyze to index repository knowledge graphs.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/fabioabr/ia-ws --skill gitnexus-cli-fabioabr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-cli
Source: https://github.com/fabioabr/ia-ws/tree/main/projects/discovery-to-go/base/behavior/skills/gitnexus/gitnexus-cli
Command: npx skills add https://github.com/fabioabr/ia-ws --skill gitnexus-cli-fabioabr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automated repository knowledge graph management by running the GitNexus CLI to build, refresh, and maintain indices and generated documentation.

Core Features & Use Cases

  • Analyze: Build or refresh the index for a repository, creating a knowledge graph and generating context files.
  • Status and List: Check index freshness and view all indexed repos to track repository health.
  • Clean and Wiki: Reset the index when needed and generate a wiki from the graph for documentation.
  • Use Case: Maintain an up-to-date graph for a project and automatically produce CLAUDE.md / AGENTS.md context.

Quick Start

Run analyze from the project root to create or refresh the graph and store it in .gitnexus/.

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I create a knowledge graph index for my Git repository?

You can generate a wiki from your repository knowledge graph by running the GitNexus CLI wiki command, which transforms the indexed graph data into documentation and produces CLAUDE.md or AGENTS.md context files.

How do I check if my repository knowledge graph index is up to date?

You can check your repository knowledge graph freshness by running the GitNexus CLI status command, which verifies index health, or use the list command to view all currently indexed repositories across your project lifecycle.

Can I reset the knowledge graph index for a repository when the analysis goes stale?

Yes, you can reset the knowledge graph index by running the GitNexus CLI clean command, which deletes the existing graph and context files stored in the .gitnexus directory so you can rebuild it fresh using analyze.

Do I need to install GitNexus globally to manage repository knowledge graphs?

No, you do not need a global installation to manage repository knowledge graphs, because GitNexus CLI operates via npx execution, running the analyze, status, wiki, and clean commands on demand from your project root.

What context files are generated when building a repository knowledge graph?

Building a repository knowledge graph generates CLAUDE.md and AGENTS.md context files alongside the graph data, all stored within the .gitnexus directory to provide automated project documentation and context for AI assistants.