graph
v3.1.1Graph-based project context management. Keeps dependency_graph.json as a schema-validated index over a project's components, design documents and decision/issue registries (never a copy of their content). Forces the relevant 1-hop/2-hop neighbourhood to be hydrated before any code change, tracks decision drift and stale docs, proposes node growth (split) and compaction (fold), and writes lossless WIP handovers. Commands: /graph:install, /graph:uninstall, /graph:init, /graph:hydrate <node_id>, /graph:handover, /graph:compact; protocol skill /graph:protocol. Bounded, reversible footprint in the target project: dependency_graph.json, the handover file, and one marked block each in CLAUDE.md and .gitignore.
By Yuji Ochiai0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install graph for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install graph@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/yu2scalar/graph-context-syncClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/compact/SKILL.md├── skills/handover/SKILL.md├── skills/protocol/SKILL.md└── skills/uninstall/SKILL.md
Included Skills4
Run the fold check over the whole dependency_graph.json and propose folding superseded decisions / resolved issues into their surviving decision. Part of the `graph` plugin.
Update dependency_graph.json (current_node, wip_status, edges), propose splits and folds, run the staleness check, and write the lossless WIP handover at config.handover_path. Use when pausing or ending work. Part of the `graph` plugin.
Graph-based project context management (protocol skill of the `graph` plugin, invoked as /graph:protocol). Keeps dependency_graph.json as a schema-validated index over a project's components, design documents and decision/issue registries, forces 1-hop/2-hop hydration before code changes, and writes lossless handovers. Commands are /graph:install, /graph:uninstall, /graph:init, /graph:hydrate <node_id>, /graph:handover, /graph:compact. Also triggers on "dependency graph", "hydrate node", "handover", "WIP handover", "context graph", "graph init", "compact graph".
Remove the graph-context-sync footprint from this project (dependency_graph.json, handover file, marked blocks) and verify CLAUDE.md and .gitignore are restored byte-identical; then tells you how to remove the plugin itself. Part of the `graph` plugin.
Plugin manifests1
{
"name": "graph",
"version": "3.1.1",
"description": "Graph-based project context management. Keeps dependency_graph.json as a schema-validated index over a project's components, design documents and decision/issue registries (never a copy of their content). Forces the relevant 1-hop/2-hop neighbourhood to be hydrated before any code change, tracks decision drift and stale docs, proposes node growth (split) and compaction (fold), and writes lossless WIP handovers. Commands: /graph:install, /graph:uninstall, /graph:init, /graph:hydrate <node_id>, /graph:handover, /graph:compact; protocol skill /graph:protocol. Bounded, reversible footprint in the target project: dependency_graph.json, the handover file, and one marked block each in CLAUDE.md and .gitignore.",
"author": {
"name": "Yuji Ochiai",
"email": "[email protected]"
},
"keywords": [
"context",
"dependency-graph",
"handover",
"design-docs",
"decision-log",
"claude-code"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[graph on Agent Plugins Marketplace](https://pluginsmp.com/plugins/graph)