From pith
Generates interactive force-directed graph of [[wikilinks]] from project's wiki/ .md files and opens wiki-graph.html in browser. Use to visualize wiki connections.
npx claudepluginhub abhisekjha/pith --plugin pithThis skill uses the workspace's default tool permissions.
Run the graph generator against the current project's wiki.
Generates Markdown wiki pages with VitePress frontmatter, dark-mode Mermaid diagrams, git-linked code citations, and first-principles code analysis for components or systems.
Builds queryable knowledge graphs from codebases, docs, papers, and images via /graphify in AI coding assistants. Outputs interactive HTML viz, reports, JSON, and cache for exploration and querying.
Share bugs, ideas, or general feedback.
Run the graph generator against the current project's wiki.
python3 <pith_install_dir>/tools/graph_generator.py
<pith_install_dir> is the directory where pith is installed (the directory containing this skills/ folder).wiki/ and writes wiki-graph.html relative to the current working directory (project root).wiki-graph.html automatically in the browser.wiki/ does not exist or has no .md files, tell the user to run /pith wiki first to build the wiki./pith-graphwiki-graph.html in the project root (where the user ran the command)One-shot. Does not persist.