gitnexus-cli

Automates GitNexus CLI commands for indexing repositories and generating documentation.

7|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/zloeber/SecretZero --skill gitnexus-cli-zloeber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-cli
Source: https://github.com/zloeber/SecretZero/tree/main/.agents/skills/gitnexus/gitnexus-cli
Command: npx skills add https://github.com/zloeber/SecretZero --skill gitnexus-cli-zloeber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of running GitNexus CLI commands, making it easy to analyze repositories, check index freshness, clean the index, generate documentation, and list indexed repositories.

Core Features & Use Cases

  • Repository Indexing: Build or refresh the index of a repository with analyze.
  • Index Status: Check if the current repository's index is up-to-date with status.
  • Index Cleanup: Delete the index and unregister the repository with clean.
  • Documentation Generation: Create repository documentation from the knowledge graph with wiki.
  • Repository Listing: View all indexed repositories with list.
  • Use Case: If you need to quickly analyze a repository, reanalyze the codebase, generate a wiki, or list indexed repositories, this Skill is your go-to.

Quick Start

Run 'analyze' to build or refresh the index of your repository.

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I automate repository indexing and documentation generation for my codebase?

Automating repository indexing and documentation generation is handled by running GitNexus CLI commands to analyze codebases, check index freshness, and build wikis from a knowledge graph.

What is the best way to generate repository documentation from a knowledge graph?

Generating repository documentation from a knowledge graph is achieved by executing the GitNexus CLI wiki command, which creates documentation directly from the indexed repository data.

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

Checking if a repository index is up-to-date requires running the GitNexus CLI status command, which compares the current repository state against the existing index.

Do I need the GitNexus CLI installed to manage repository indexing?

Yes, managing repository indexing requires the GitNexus CLI to be installed and configured, as this Skill automates the execution of those specific command-line operations.

How do I clean and unregister a repository from the index?

Cleaning and unregistering a repository from the index is done by running the GitNexus CLI clean command, which deletes the current index and removes the repository registration.

Can I list all indexed repositories across my environment?

Listing all indexed repositories is supported by executing the GitNexus CLI list command, which outputs every repository currently registered and indexed in your environment.