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
-
Locate the knowledge graph:
- If
$ARGUMENTScontains 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
/understandfirst
- If
-
Extract key entities (top ~50-100 nodes by architectural importance):
- All
modulenodes (architectural boundaries) - All
classnodes tagged asagent,core-module, orgovernance - File nodes with >200 lines (complexity hotspots)
- Nodes referenced in the tour steps
- The project node itself
- All