gitnexus-cli

Execute GitNexus CLI commands via NPX to analyze repositories and generate wiki documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to run GitNexus CLI commands to manage repository analytics and documentation directly from their environment, consolidating repository management tasks into a single workflow.

Core Features & Use Cases

  • CLI-driven management: Run GitNexus commands like analyze, status, clean, wiki, and list to manage repository indices from the terminal.
  • No global install required: Execute commands via npx without needing a system-wide installation.
  • Use cases: Ideal for developers who need to bootstrap, verify, refresh, or document their repositories' knowledge graphs.

Quick Start

Run npx gitnexus analyze on the current project to build or refresh the index.

Frequently Asked Questions about gitnexus-cli

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

FAQPage Schema
How do I analyze a git repository from the command line?

To analyze a git repository from the command line, you can run `npx gitnexus analyze` on your current project to build or refresh the repository index without requiring a global installation.

What is the best way to generate wiki documentation for a codebase?

The best way to generate wiki documentation for a codebase is by running the `npx gitnexus wiki` command, which builds documentation directly from your repository's knowledge graph.

Do I need a global install to run npx commands for repository analytics?

No, you do not need a global install to run npx commands for repository analytics; this skill executes GitNexus CLI commands via npx directly from your workspace.

How do I check the indexing status of a repository?

To check the indexing status of a repository, run the `npx gitnexus status` command in your terminal to verify whether your repository's knowledge graph is currently indexed.

How can I clean a repository index when refreshing analytics?

To clean a repository index when refreshing analytics, execute the `npx gitnexus clean` command, which removes existing index data before you run a new analysis.

How do I list all available GitNexus commands for repository management?

To list all available GitNexus commands for repository management, run the `npx gitnexus list` command to see supported operations like analyze, status, clean, and wiki.