abhigyanpatwari/GitNexus

GitNexus: The Zero-Server Code Intelligence Engine - GitNexus is a client-side knowledge graph creator that runs entirely in your browser. Drop in a git repository (Github, Gitlab, Azure, Local) or ZIP file, and get an interactive knowledge graph with a built in Graph RAG Agent. Perfect for code exploration

47kStars on the repository
31Mods indexed here, across every type
todayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

gitnexus-cli

01

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki".

not rated 47k +276 changed today A 59 tokens

gitnexus-debugging

02

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug".

not rated 47k +276 today A 46 tokens

gitnexus-exploring

03

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow".

not rated 47k +276 today A 55 tokens

gitnexus-guide

04

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?".

not rated 47k +276 today A 56 tokens

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?".

not rated 47k +276 today A 50 tokens

gitnexus-lfg

06

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when the user wants the GitNexus engineering pipeline run end-to-end on a task: gitnexus-plan (plan depth chosen up front), a blocking gate to execute with gitnexus-work or stop, finishing with a gitnexus-review of the result. Examples: "/gitnexus-lfg Add retry support to the ingestion pipeline", "run the gitnexus…

not rated 47k +276 today A 95 tokens

gitnexus-plan

07

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when you need a deep, implementation-ready engineering plan for a code change — built from GitNexus graph intelligence, statement-level PDG analysis, and targeted source verification, compact enough that an implementation agent can start without re-investigating. Also strengthens existing plans via Deepen mode.…

not rated 47k +276 today A 101 tokens

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file".

not rated 47k +276 today A 53 tokens

gitnexus-review

10

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Review code changes with GitNexus from a GitHub PR URL or number, a branch/ref or commit range, or local staged, unstaged, and untracked changes. Use when the user asks for a code review, merge-risk assessment, regression hunt, missing-test analysis, or a verdict on whether a PR, branch, commit range, or local diff is…

not rated 47k +276 today A 80 tokens

gitnexus-work

11

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when executing an engineering plan produced by gitnexus-plan (or a small bounded task directly) — implements step by step with GitNexus impact checks before every symbol edit, tests from the plan's scenarios, and detectchanges gating every commit. Examples: "/gitnexus-work…

not rated 47k +276 today A 98 tokens

gitnexus-pdg-query

12

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when querying or extending GitNexus's PDG control/data-dependence surface (the pdgquery MCP tool, CDG/REACHINGDEF edges), or reasoning about "what controls X" / "where does Y flow" / guard clauses. Examples: "what guards this statement?", "trace this variable within the function", "why is the pdgquery result…

not rated 47k +276 today A 95 tokens

abhigyanpatwari/GitNexus

Skill Claude CodeCodex

Use when working on, reviewing, or extending GitNexus's CFG/taint/PDG subsystem (the --pdg layers), or when reasoning about source→sink data-flow findings. Examples: "How does taint analysis work here?", "Why didn't explain find this flow?", "Add a new sink/source", "Review the interprocedural taint code".

not rated 47k +276 today A 84 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: