From pith
Generates interactive force-directed graph of [[wikilinks]] from project's wiki/ Markdown files and opens wiki-graph.html in browser. Use to visualize wiki structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pith:pith-graphThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the graph generator against the current project's wiki.
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.
npx claudepluginhub abhisekjha/pith --plugin pithWiki 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'.
Renders a wiki's pages, sources, claims, seed queue, link graph, and full-text search into a single self-contained HTML file. Use after research runs, before sharing, or for audits.
Generates Markdown wiki pages with VitePress frontmatter, dark-mode Mermaid diagrams, git-linked code citations, and first-principles code analysis for components or systems.