This gives Claude direct access to GitNexus CLI commands for indexing and analyzing your codebase. You'll mainly use it to run analyze when you first set up a project or after major changes, check status to see if your index is stale, and occasionally clean to wipe a corrupt index. The analyze command builds a knowledge graph of your code and drops context files that other GitNexus skills rely on, so this is typically your first step. One nice detail: it uses a local runner that auto-selects between global install, pnpm, or npx, so you're not locked into a specific package manager. Just be aware that analyze can take up to two minutes on large codebases.
npx skills add https://github.com/abhigyanpatwari/gitnexus --skill gitnexus-cli