Wiki Synthesize banner
Pratiyush Pratiyush

Wiki Synthesize

AI community

Description

Synthesize `wiki/sources/<slug>.md` pages from raw session transcripts using the configured LLM backend. Wraps: `python3 -m llmwiki synthesize` Usage: `/wiki-synthesize` or any natural-language variant. Claude translates the phrasing into flags. ## Natural-language → flags | You say | Runs | |---|---| | "just show me what it would cost" | `python3 -m llmwiki synthesize --estimate` | | "preview without writing" | `python3 -m llmwiki synthesize --dry-run` | | "check the backend is reachable" |

Installation

Installs to ~/.claude/commands/pratiyush-llm-wiki-wiki-synthesize.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Pratiyush/llm-wiki/HEAD/.claude/commands/wiki-synthesize.md -o ~/.claude/commands/pratiyush-llm-wiki-wiki-synthesize.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository