Borrowing it
Nothing to install: this file belongs to Pratiyush/llm-wiki. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Pratiyush/llm-wiki/master/.claude/commands/wiki-all.mdgit clone --depth 1 https://github.com/Pratiyush/llm-wikiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/pratiyush/llm-wiki/wiki-all)<a href="https://agentmods.dev/commands/pratiyush/llm-wiki/wiki-all"><img src="https://agentmods.dev/badge/commands/pratiyush/llm-wiki/wiki-all.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00520 |
| Opus 5 | $0.00000 | $0.00260 |
| Sonnet 5 | $0.00000 | $0.00104 |
| Haiku 4.5 | $0.00000 | $0.00052 |
Grade A, and why
wiki-all scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
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 whenpip 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 the next--with-synth— runsynthesizebefore build (fillswiki/sources/fromraw/; opt-in because it may invoke an LLM)--synth-force— with--with-synth, pass--forceto re-synthesize all sessions--out <dir>— output directory (default:site/)
Run:
python3 -m llmwiki all $ARGUMENTS
The command runs these steps in order and surfaces their combined output:
- synthesize (only with
--with-synth) — fillwiki/sources/fromraw/via the configured LLM backend - build — compile the static HTML site from
raw/+wiki/ - graph — build the knowledge graph (
graph/graph.json+ interactivegraph.html) - export all — write every AI-consumable format (
llms.txt,llms-full.txt,graph.jsonld,sitemap.xml,rss.xml,robots.txt,ai-readme.md) - lint — run every registered lint rule against the wiki
Report to the user:
- Output directory and total file / size count from the build step
- Graph stats (pages · edges · broken · orphans)
- Which export files were written
- Lint summary (errors / warnings / info)
- Overall exit code —
0means every step succeeded
If any step fails, surface the failing step's output and the pipeline exit code.
Use this instead of chaining /wiki-build + /wiki-graph + /wiki-lint manually.
It is the canonical one-shot "CI-ready site" command to run after /wiki-sync.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 41 lines · 0 tokens per session scan A b614aea4816f
wiki-all is a command published in the GitHub repository Pratiyush/llm-wiki (385 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 520 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
prompt-pilot
Rewrite a rough prompt into a precise, context-enriched prompt (read-only — never implements the task).
sdd-apply
Implement SDD tasks — writes code following specs and design.
sdd-init
Initialize SDD context — detects project stack and bootstraps persistence backend.
kb-ingest
Ingest external material into Sources/ inside the bound project KB, then update registry, index, and daily note as needed.
ijfw-audit
Run the IJFW audit gate for the current workflow phase. Usage: /ijfw-audit [phase name].
api-aqa-flow-execution-and-report-analysis
Phase 6 Execution & Report Analysis of api-aqa-flow (USER INTERACTION REQUIRED).