James-Chahwan

10 mods across 1 repository, 14 stars between them.

repo-graph

02

James-Chahwan/repo-graph

MCP server Claude CodeCodexCursor +2

MCP server that gives LLMs a structural map of any codebase — entities, relationships, and flows — so they navigate to the right files without reading everything first. Runs locally from the mcp-repo-graph Python package.

14 1mo ago A tokens not measured original MIT

James-Chahwan/repo-graph

Instructions file

Instructions for James-Chahwan/repo-graph, covering claude.md, what this is, commands, install (editable, for development) and run the mcp server (points at a target repo).

14 1mo ago E 3,165 tokens original MIT

repo-graph

04

James-Chahwan/repo-graph

Plugin Claude Code

Structural graph memory for AI coding assistants — navigate any codebase by structure, not guesswork.

14 1mo ago A tokens not measured original MIT

repo-graph-debug

05

James-Chahwan/repo-graph

Skill Claude CodeCodex

Start from a failure, not a filename — turn a stacktrace, failing test, or diff into the exact code that matters, then read it. Use when you have an error and need to know where to look.

14 1mo ago A 49 tokens original MIT

repo-graph-find

06

James-Chahwan/repo-graph

Skill Claude CodeCodex

Locate where a feature or symbol lives — match nodes by name, or pull the related cluster from a seed via spreading activation. Use to scope before reading.

14 1mo ago A 36 tokens original MIT

repo-graph-impact

07

James-Chahwan/repo-graph

Skill Claude CodeCodex

Blast radius before a change — everything a node affects (forward) or that depends on it (backward), ranked and located, with likely-dead code flagged. Also the one-hop view of direct connections.

14 1mo ago A 47 tokens original MIT

repo-graph-init

08

James-Chahwan/repo-graph

Skill Claude CodeCodex

Set up or rebuild the structural graph for a repo — on first use, after a big refactor, or to wire repo-graph into a project permanently.

14 1mo ago A 37 tokens original MIT

repo-graph-orient

09

James-Chahwan/repo-graph

Skill Claude CodeCodex

Get oriented in a codebase before reading files — repo shape, entry points, where the graph is blind, and the full structural map. Use at the start of any task in an unfamiliar or large repo.

14 1mo ago A 48 tokens original MIT

repo-graph-trace

10

James-Chahwan/repo-graph

Skill Claude CodeCodex

Follow the code across boundaries — a feature end-to-end, or the shortest path between two nodes (e.g. a frontend action to its backend handler). Links across the stack in one call instead of grepping both sides.

14 1mo ago A 51 tokens original MIT