GitNexus CLI — граф знаний репозитория

★ 7.1 · general

gitnexus-cli is a Claude Code skill that runs GitNexus CLI commands to index a codebase and interact with its repository knowledge graph. All five commands work via `npx` with no global install: `analyze` builds or refreshes the index in `.gitnexus/` and writes CLAUDE.md / AGENTS.md context files; `status` reports index freshness along with symbol and relationship counts; `clean` removes the index and unregisters the repo from the global registry; `wiki` generates documentation from the knowledge graph using an LLM (default: minimax/minimax-m2.5, with optional GitHub Gist publishing); `list` shows all repos registered in `~/.gitnexus/registry.json`. A PostToolUse hook in Claude Code automatically triggers `analyze` after `git commit` and `git merge`, preserving embeddings if they were previously generated. Use this skill to index a project for the first time, check whether re-indexing is needed, or generate wiki documentation from existing code.