Wiki All banner
Pratiyush Pratiyush

Wiki All

Data community

Description

Run the full llmwiki pipeline end-to-end: build → graph → export all → lint. Usage: /wiki-all [flags] `$ARGUMENTS` is forwarded verbatim to `python3 -m llmwiki all`. Common flags: - `--graph-engine builtin` — skip optional Graphify (use when `pip install llm-notebook[graph]` has not been run) - `--skip-graph` — skip the graph step entirely - `--strict` — exit non-zero if lint reports any errors/warnings (good for CI) - `--fail-fast` — stop at the first non-zero step instead of continuing to t

Installation

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

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

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

Full documentation available on GitHub

View Source Repository