Plugin Claude Code
Plugin marketplace listing 1 plugin: knowledge-graph.
Plugin Claude Code
Plugin marketplace listing 1 plugin: knowledge-graph.
Plugin Claude Code
Extract and remember patterns, insights, and relationships worth preserving across sessions. Unlike flat-file memory, knowledge is a graph — nodes gain meaning through edges. Auto-compaction, multi-session sync, visual editor.
MCP server Claude CodeCodexCursor +2
MCP server "kg", hosted remotely at 127.0.0.1, as configured in mironmax/claudecode-plugins.
Hook
Runs when a session starts, executing kg-autostart.sh. From mironmax/claudecode-plugins.
Hook
Runs when you submit a prompt, before the agent sees it, executing kg-remind.sh. From mironmax/claudecode-plugins.
Hook
Runs after a tool call finishes for Read, WebFetch and WebSearch tool calls, executing kg-tool-event.sh. From mironmax/claudecode-plugins.
Skill Claude CodeCodex
Knowledge Graph — persistent, granular, evolving memory. Part of memory initially arrives preloaded: a "KG MEMORY PRELOADED" block carrying the sessionid and most important portion of memory. Then the full read is on you: kgread(cwd=" ") comes before any work, whatever the task. Full read still brings up only most…
Skill Claude CodeCodex
Map codebase architecture into the knowledge graph.
Skill Claude CodeCodex
Knowledge graph maintenance — a bounded, resumable pass that pays down the graph's DEBT line (rendered after HEALTH in every kgread). Run it when invoked, when DEBT shows HIGH, or as a dispatched maintenance subagent. Always-on reactive triggers (no pass needed, act mid-conversation): User correction → update the…
Skill Claude CodeCodex
Operations runbook for the knowledge-graph plugin: install and first run, plugin updates, server lifecycle (start/stop/restart/logs), autostart via systemd, connecting Claude Desktop/Cowork, configuration, the quota-gauge status line (reading your own 5h/7d limits), backup and restore, and troubleshooting (tools…
Skill Claude CodeCodex
Mine conversation history for patterns and insights worth preserving.