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).
npx claudepluginhub skynetcmd/m3-memory --plugin m3<id-or-prefix>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.
/graphCompiles, lints, or queries the wiki's typed graph layer from markdown pages. Supports extract, lint, and query subcommands like neighbors, edges, path, facts.
/graphGenerate a dependency graph of all markdown links, rendered as PNG (or .dot if graphviz not installed).
/graphGenerate an on-demand D3 link graph of llm-wiki/wiki into .tmp/llm-wiki-graph (GitHub-dark styled).
/graphRender the current evidence-tree state as a Mermaid graph — which MSCs are sealed (PASS), which are pending, which failed. Optional --run-id scopes to one forge run. Read-only.
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.