Wiki Sync banner
Pratiyush Pratiyush

Wiki Sync

Documentation community

Description

Sync Claude Code (and Codex CLI) session transcripts into the llmwiki, then ingest the new ones into `wiki/`. Usage: /wiki-sync [project-substring] Steps (run in this order, report progress to the user): 1. **Convert new sessions to markdown** by running: ```bash python3 -m llmwiki sync $ARGUMENTS ``` Capture the summary line (`N converted, M unchanged, K live, J filtered, X errors`). 2. **If `N == 0`**: report "wiki is already up to date" and continue to step 6 (pending-prompt s

Installation

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

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

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

Full documentation available on GitHub

View Source Repository