Manage persistent knowledge via MCP Memory Graph
/plugin marketplace add MacroMan5/claude-code-workflow-plugins/plugin install lazy@lazy-dev-marketplaceintentcommands/# Memory Graph Command
This command activates the Memory Graph Skill and guides you to use the MCP Memory server tools to persist, update, search, and prune knowledge.
## Inputs
INTENT: ${1:-auto}
## Skill
Include the Memory Graph Skill files:
- .claude/skills/memory-graph/SKILL.md
- .claude/skills/memory-graph/operations.md
- .claude/skills/memory-graph/playbooks.md
- .claude/skills/memory-graph/examples.md
If any file is missing, read the repo to locate them under `.claude/skills/memory-graph/`.
## Behavior
- Detect entities, relations, and observations in the current context
- Us...