gitnexus-cli

Execute GitNexus CLI commands to analyze repositories and manage indexes.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/luiztrilha/dunderia-public --skill gitnexus-cli-luiztrilha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-cli
Source: https://github.com/luiztrilha/dunderia-public/tree/main/templates/local-runtime-profile/skills/opencode/gitnexus-cli
Command: npx skills add https://github.com/luiztrilha/dunderia-public --skill gitnexus-cli-luiztrilha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to run various GitNexus CLI commands with ease, streamlining the management of code repositories.

Core Features & Use Cases

  • Repository Analysis: Use analyze to parse all source files and build the knowledge graph.
  • Index Checking: Use status to check if the current repository index is up-to-date.
  • Wiki Generation: Use wiki to generate documentation from the knowledge graph.
  • Index Cleaning: Use clean to delete the index directory for fresh starts.
  • List Repositories: Use list to see all repositories registered.

Quick Start

Run the 'analyze' command to parse all source files in the current project directory.

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 repository to build a knowledge graph from source files?

Run the GitNexus 'analyze' command to parse all source files in your current project directory and build the repository knowledge graph.

Can I generate wiki documentation from an indexed repository?

Generate wiki documentation by running the 'wiki' command, which creates docs directly from the repository knowledge graph.

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

Check your repository index status by running the 'status' command, which verifies if the current index matches your latest source files.

What is the best way to clean a repository index for a fresh start?

Clean a repository index for a fresh start by running the 'clean' command, which completely deletes the index directory.

How do I list all registered repositories in my local environment?

List all registered repositories by running the 'list' command to see every repository tracked within your local GitNexus environment.