gitnexus-cli

Solid

GitNexus CLI reference for npx commands — analyze, status, clean, wiki, list — with flags, effects, and when to run each.

AI & Automation 295 stars 57 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<gitnexus-cli> <role> CLI reference for GitNexus — maps commands to their flags, effects, and when to run them. </role> <when_to_use_skill> Use when GitNexus CLI command should be run directly, needs to know which flags to pass, or must trigger indexing, cleanup, or wiki generation outside of an automated hook. </when_to_use_skill> <commands> **analyze — Build or refresh the index** ```bash npx gitnexus@latest analyze ``` Run from the project root. This parses all source files, builds the knowledge graph, writes it to `.gitnexus/`. | Flag | Effect | | -------------- | ---------------------------------------------------------------- | | `--force` | Force full re-index even if up to date | | `--embeddings` | Enable embedding generation for semantic search (off by default) | **When to run:** First time in a project, after major code changes, or when `gitnexus://repo/{name}/context` reports the index is stale. **status — Check index freshness** ```bash npx gitnexus@latest status ``` Shows whether the current repo has a GitNexus index, when it was last updated, and symbol/relationship counts. Use this to check if re-indexing is needed. **clean — Delete the index** ```bash npx gitnexus@latest clean ``` Deletes the `.gitnexus/` directory and unregisters the repo from the global registry. Use before re-indexing if the index is corrupt or after removing GitNexus from a project...

Details

Author
griddynamics
Repository
griddynamics/rosetta
Created
4 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category