Pith Graph
Description
--- allowed-tools: Bash description: Run the Pith wiki graph generator for the current project. Scans wiki/ for .md files, extracts [[wikilinks]], and opens an interactive force-directed graph in the browser as wiki-graph.html. --- Run the Pith wiki graph generator for the current project. ```bash python3 "${CLAUDE_PLUGIN_ROOT}/tools/graph_generator.py" ``` The script will: 1. Scan `./wiki/` for `.md` files and extract `[[wikilinks]]` 2. Write `wiki-graph.html` to the current project root 3. A
Installation
Installs to ~/.claude/skills/abhisekjha-pith-pith-graph/SKILL.md
mkdir -p ~/.claude/skills/abhisekjha-pith-pith-graph && curl -fsSL https://raw.githubusercontent.com/abhisekjha/pith/HEAD/commands/pith-graph.md -o ~/.claude/skills/abhisekjha-pith-pith-graph/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation