What problem does it solve? Managing a GitNexus code knowledge graph requires knowing the right CLI commands for indexing, checking freshness, cleaning stale indexes, and generating documentation, which is easy to get wrong without a reference. ## Core Features & Use Cases - Repository Indexing: Run npx gitnexus analyze to parse source files, build the knowledge graph, and generate CLAUDE.md / AGENTS.md context files. - Index Lifecycle Management: Check index freshness with status, remove corrupt indexes with clean, and list all registered repos with list. - Wiki Generation: Produce LLM-generated repository documentation from the knowledge graph with configurable model, API key, and concurrency options. - Use Case: After cloning a new project, ask the assistant to index the repo, verify the index loaded via the MCP context resource, and then generate a wiki published as a GitHub Gist. ## Quick Start Ask the assistant to index this repository with GitNexus and then check the index status.