understand-memory-sync

Installation
SKILL.md

/understand-memory-sync

Sync the most important entities from a project's knowledge graph to the Memory MCP server, enabling cross-session codebase recall without re-analysis.

Instructions

  1. Locate the knowledge graph:

    • If $ARGUMENTS contains a path, use that as the project directory
    • Otherwise, use the current working directory
    • Read .understand-anything/knowledge-graph.json
    • If not found, tell the user to run /understand first
  2. Extract key entities (top ~50-100 nodes by architectural importance):

    • All module nodes (architectural boundaries)
    • All class nodes tagged as agent, core-module, or governance
    • File nodes with >200 lines (complexity hotspots)
    • Nodes referenced in the tour steps
    • The project node itself
Installs
2
GitHub Stars
6
First Seen
Apr 18, 2026
understand-memory-sync — kmshihab7878/claude-code-setup