bharath03-a/GitCortex

Branch-aware code knowledge graph for Git repos — indexes your codebase on every commit via tree-sitter, queries via MCP for Claude and other AI assistants.

7Stars on the repository
26Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

gcx-go-tester

01

bharath03-a/GitCortex

Agent Claude Code

Test gcx parser quality for Go repos. Clones canonical Go projects, indexes with locally-built gcx, checks node/edge coverage, and flags Go-specific AST issues. Use when validating or debugging the Go parser.

7 2d ago A 50 tokens original MIT

gcx-graph-evolver

02

bharath03-a/GitCortex

Agent Claude Code

Specialist for evolving the GitCortex graph schema (NodeKind, EdgeKind, NodeMetadata, LldLabels). Use when adding a new node kind, edge kind, metadata field, or changing the GraphStore trait. Walks the change across all affected crates in dependency order.

7 2d ago A 64 tokens original MIT

gcx-java-tester

03

bharath03-a/GitCortex

Agent Claude Code

Test gcx parser quality for Java repos. Clones canonical Java projects, indexes with locally-built gcx, checks node/edge coverage, and flags Java-specific AST issues. Use when validating or debugging the Java parser.

7 2d ago A 50 tokens original MIT

gcx-lang-tester

04

bharath03-a/GitCortex

Agent Claude Code

Smoke-test the locally-built gcx against a real-world repo in a given language. Clones the repo, indexes it, exercises every query surface + the MCP round-trip, and reports PASS/FAIL with metrics. Use when validating parser/store changes across languages or before a release.

7 2d ago A 62 tokens original MIT

gcx-python-tester

05

bharath03-a/GitCortex

Agent Claude Code

Test gcx parser quality for Python repos. Clones canonical Python projects, indexes with locally-built gcx, checks node/edge coverage, and flags Python-specific AST issues. Use when validating or debugging the Python parser.

7 2d ago A 50 tokens original MIT

bharath03-a/GitCortex

Agent Claude Code

Test gcx parser quality for TypeScript repos. Clones canonical TS projects, indexes with locally-built gcx, checks node/edge coverage, and flags TypeScript-specific AST issues. Use when validating or debugging the TypeScript parser.

7 2d ago A 54 tokens original MIT

kuzu-cypher

07

bharath03-a/GitCortex

Agent Claude Code

Cypher author for the GitCortex KuzuDB store. Use when writing/optimising queries in gitcortex-store/src/kuzu/queries.rs or debugging Kuzu errors. Knows the project schema, escape rules, and Kuzu's Cypher dialect quirks.

7 2d ago A 62 tokens original MIT

rust-build-fixer

08

bharath03-a/GitCortex

Agent Claude Code

Rust build, clippy, and rustfmt error resolution specialist for the GitCortex workspace. Use PROACTIVELY when cargo check/clippy/fmt fails. Produces minimal surgical fixes — no architectural changes, no API redesigns. Mirrors the Go build resolver pattern.

7 2d ago A 60 tokens original MIT

rust-reviewer

09

bharath03-a/GitCortex

Agent Claude Code

Idiomatic Rust reviewer for GitCortex. Use after writing or modifying any .rs file in the workspace. Enforces project rules from CLAUDE.md (no unwrap in lib code, async only in gitcortex-mcp, immutability, GraphStore as trait).

7 2d ago A 60 tokens original MIT

token-benchmark

10

bharath03-a/GitCortex

Agent Claude Code

Run the REAL (measured-Claude-usage) token benchmark and turn it into a release decision. Drives the bash harness that runs Claude twice per question (grep arm vs GitCortex MCP arm), builds the tool×language scorecard, diffs against the previous run, and proposes concrete MCP-tool fixes for any tool that loses to…

7 2d ago A 85 tokens original MIT