What problem does it solve? Managing a GitNexus code knowledge graph requires knowing the right CLI commands and flags for indexing, checking freshness, cleaning stale indexes, and generating documentation. This Skill provides the exact command reference so an agent can run GitNexus operations correctly on any machine, including bun-only environments without npm. ## Core Features & Use Cases - Index Management: Build or refresh the repository knowledge graph with analyze, check freshness with status, and delete corrupt indexes with clean. - Documentation Generation: Create wiki documentation from the knowledge graph using HTTP LLM providers or local CLI logins like Claude, Cursor, or Codex. - Registry Listing: Show all indexed repositories registered in the global GitNexus registry. - Use Case: After cloning a repo, ask the agent to index the codebase; it runs node .gitnexus/run.cjs analyze, then you can use the exploring, debugging, and impact-analysis skills against the fresh index. ## Quick Start Ask the agent to index this repository with GitNexus and then check the index status.