gitnexus-cli

Manage GitNexus code analysis indexes via command-line utilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides command-line tools to manage the GitNexus index for code analysis, including indexing, status checks, cleaning, and documentation generation.

Core Features & Use Cases

  • Analyze/Index: Build or refresh the knowledge graph and context files for a repository.
  • Status: Check the freshness of the GitNexus index.
  • Clean: Delete the GitNexus index for a repository.
  • Wiki: Generate documentation from the knowledge graph.
  • List: Show all indexed repositories.

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 analysis knowledge graph?

To generate documentation from a code analysis knowledge graph, use the wiki command to automatically extract and compile repository insights into readable docs. This builds context files from the indexed code intelligence.

How do I check if my repository code index is fresh?

Check repository code index freshness by running a status command. It analyzes the current GitNexus index state to verify whether your knowledge graph is up to date with recent code changes.

What is the best way to manage multiple repository indexes for code analysis?

Managing multiple repository indexes for code analysis is handled through list and clean commands. You can view all indexed repositories or delete specific indexes to maintain efficient repository management.

How do I build a knowledge graph for my current repository?

Build a knowledge graph for your current repository by running an analyze command. This indexes the repository code, building the context files and knowledge graph required for code analysis.

Do I need any external dependencies to run command-line code indexing?

No external dependencies are required to run command-line code indexing. The utilities operate independently to manage repository analysis, index status checks, and documentation generation.

When should I clean and delete a code analysis index?

Clean and delete a code analysis index when repository management requires removing stale context files. This deletes the GitNexus index for a repository, allowing you to rebuild a fresh knowledge graph.