Wiki Ingest banner
SamurAIGPT SamurAIGPT

Wiki Ingest

AI community

Description

Ingest a source document into the LLM Wiki. Usage: /wiki-ingest $ARGUMENTS $ARGUMENTS should be the path to a file in raw/, e.g. `raw/articles/my-article.md` Follow the Ingest Workflow defined in CLAUDE.md exactly: 1. Read the source file at the given path 2. Read wiki/index.md and wiki/overview.md for current context 3. Write wiki/sources/<slug>.md (source page format per CLAUDE.md) 4. Update wiki/index.md — add the new entry under Sources 5. Update wiki/overview.md — revise synthesis if war

Installation

Installs to ~/.claude/commands/samuraigpt-llm-wiki-agent-wiki-ingest.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SamurAIGPT/llm-wiki-agent/HEAD/.claude/commands/wiki-ingest.md -o ~/.claude/commands/samuraigpt-llm-wiki-agent-wiki-ingest.md

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

Full documentation available on GitHub

View Source Repository