Wiki Update banner
Pratiyush Pratiyush

Wiki Update

Documentation community

Description

Update a single wiki page in place without running a full re-ingest. Usage: /wiki-update <page-path> [reason] `$ARGUMENTS` is the path to one wiki page — typically under `wiki/sources/`, `wiki/entities/`, or `wiki/concepts/`. Use this when: - The source under `raw/` changed and only one wiki page needs updating - You spotted a stale claim or broken wikilink and want to patch just that page - You need to update `last_updated` after a content edit - A new contradiction surfaced that should be

Installation

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

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

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

Full documentation available on GitHub

View Source Repository