From m3
Displays related memories as an indented knowledge-graph tree up to 3 hops from a given ID or prefix, showing relationship types and directions (e.g., → supersedes, ← derived_from).
How this command is triggered — by the user, by Claude, or both
Slash command
/m3:graph <id-or-prefix>The summary Claude sees in its command listing — used to decide when to auto-load this command
Call `m3:memory_graph` with `id="$ARGUMENTS"`, `depth=2`. Render as an indented tree: the root memory at the top, each related memory underneath with the relationship type and direction (`→ supersedes`, `← derived_from`, etc.). Truncate content to 80 chars per node. If the result is empty, the memory has no recorded relationships yet. Suggest `/m3:search` for content-similar items instead.
Call m3:memory_graph with id="$ARGUMENTS", depth=2.
Render as an indented tree: the root memory at the top, each related memory underneath with the relationship type and direction (→ supersedes, ← derived_from, etc.). Truncate content to 80 chars per node.
If the result is empty, the memory has no recorded relationships yet. Suggest /m3:search for content-similar items instead.
npx claudepluginhub skynetcmd/m3-memory --plugin m3/memory-exploreLaunches subagent for deep traversal of Forgetful knowledge graph from starting query, summarizing relevant memories, entities, documents, artifacts, relationships, and graph overview.
/memoryPerforms read-side memory operations on knowledge graph: search past decisions, load session context, view history, visualize. Supports subcommands like search, load, history, viz, status.
/memoryInteracts with Memory MCP via actions like search (with query optimization), learn, recall, and graph for knowledge management.
/memoryManages long-term memories – search, store, forget, link, and review proposals. Supports recall, learn, forget, relate, and propose subcommands.
/recallSearches persistent memories by query or lists recent project ones (limit 20), showing ID, category, importance, content, tags, domain in numbered list with refine, view, delete actions.