Pith Graph banner
abhisekjha abhisekjha

Pith Graph

Documentation community

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

Terminal
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 Repository