From hypo
Generates wikilink dependency graphs from wiki pages in JSON, Mermaid, or DOT format. Useful for visualizing wiki structure, finding orphan or hub pages, and mapping how notes link together.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hypo:graphThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are running `/hypo:graph`. Build a wikilink dependency graph from all pages under `pages/` and `projects/` and output it in the requested format.
You are running /hypo:graph. Build a wikilink dependency graph from all pages under pages/ and projects/ and output it in the requested format.
graph TD Mermaid diagram (paste into any Mermaid renderer)dot -Tsvg for an SVG)Bundled scripts here run via ${CLAUDE_PLUGIN_ROOT}/scripts/. To resolve that package root: if ${CLAUDE_PLUGIN_ROOT} is already an absolute path, use it; otherwise read pkgRoot from ~/.claude/hypo-pkg.json (only when non-empty and the target script exists under it); otherwise use the hypo@hypomnema (or legacy hypomnema@hypomnema) installPath in ~/.claude/plugins/installed_plugins.json; if none resolve, stop and tell the user to run hypomnema upgrade --apply or reinstall instead of guessing the cache layout.
If the user specified a wiki directory, pass it as --wiki-dir="<path>". Otherwise omit the flag and the script resolves the wiki root automatically via HYPO_DIR → hypo-config.md scan → ~/hypomnema.
If the user did not specify a format, ask:
"Output format? (json / mermaid / dot) [json]"
Default: json
Optionally ask:
"Minimum edges to include a node? (0 = all) [0]"
node ${CLAUDE_PLUGIN_ROOT}/scripts/graph.mjs \
[--wiki-dir="<path>"] \
[--format=json|mermaid|dot] \
[--min-edges=<n>]
in + out), then offer to show the full JSON.mermaid so it renders inline.dot and suggest the user pipe it to dot -Tsvg -o graph.svg.If the graph has 0 edges, note that no [[wikilinks]] were found between pages.
Citation convention. When you reference a wiki page in your response, link it as
[[page-slug]]. The observability audit counts citations toward the autonomy score — see [[pages/observability/_index]] (run/hypo:auditto inspect).
npx claudepluginhub sk-lim19f/hypomnema --plugin hypoGenerates interactive force-directed graph of [[wikilinks]] from project's wiki/ Markdown files and opens wiki-graph.html in browser. Use to visualize wiki structure.
Wiki dashboard — browse pages, view stats, knowledge graph, export. Use on: 'wiki dashboard', 'wiki stats', 'show wiki', 'wiki pages', 'list wiki', 'wiki graph', 'export wiki', 'wiki overview'.
Analyzes Obsidian vault citation and wikilink graphs using networkx. Builds citation networks, detects communities, computes connectivity metrics, and suggests graph improvements.