yesheng-oss

13 mods across 2 repositories, 52 stars between them.

context-mcp

03

yesheng-oss/context-mcp-subgraph

MCP server Claude CodeCodexCursor +2

Persistent AI memory + codebase knowledge graph MCP server. Works across Claude Code, VS Code Copilot, Google Antigravity, Codex CLI, Hermes Agent, Claude.ai, and ChatGPT. Runs locally from the context-mcp-server npm package.

22 6d ago A tokens not measured

context-resume

04

yesheng-oss/context-mcp-subgraph

Skill Claude CodeCodex

Resumes persistent memory and codebase graph status for context-mcp. Use at the start of every conversation, before any other tool call or response, and whenever the user mentions a project or asks to pick up past work.

22 6d ago A 49 tokens

graph-build

05

yesheng-oss/context-mcp-subgraph

Skill Claude CodeCodex

Builds the ContextGraph codebase knowledge graph via codegraphbuild. Use when a project has no graph yet, when the user asks to build or rebuild the graph, or after adding/renaming many files.

22 6d ago A 46 tokens

save-context

06

yesheng-oss/context-mcp-subgraph

Skill Claude CodeCodex

Saves a decision, fix, feature, or discovery to persistent memory via context.save. Use whenever the user says "save this" / "remember this", or immediately after finishing a task, fix, or non-obvious discovery.

22 6d ago A 50 tokens

context-resume

07

yesheng-oss/context-mcp-subgraph

Command

Call the context MCP tool with action: "resume", project: "$ARGUMENTS" (if no argument given, infer the project name from the current working directory name), and rootPath: " ".

22 6d ago A 0 tokens

PreToolUse

10

yesheng-oss/context-mcp-subgraph

Hook

Runs before the agent uses a tool for Bash tool calls, executing context-mcp-pre-tool-use.js via node. From yesheng-oss/context-mcp-subgraph.

22 6d ago A tokens not measured

PostToolUse

11

yesheng-oss/context-mcp-subgraph

Hook

Runs after a tool call finishes for Bash tool calls, executing context-mcp-post-tool-use.js via node. From yesheng-oss/context-mcp-subgraph.

22 6d ago A tokens not measured

context-mcp

12

yesheng-oss/context-mcp-subgraph

Skill Claude CodeCodex

Persistent memory + ContextGraph (codebase knowledge graph) for Claude. Use at the START of every conversation to resume project context. Use whenever the user mentions a project, asks to remember/save something, references past work, or says "pick up where we left off". Also use when the user asks about code…

22 6d ago A 87 tokens