Skip to content

Quick Start

Terminal window
git clone https://github.com/RonanCodes/llm-wiki.git
cd llm-wiki
./install.sh # checks deps, installs via Homebrew

Launch Claude Code and create a vault:

claude
/vault-create my-research --domain ai-research

This creates vaults/my-research/ with:

  • raw/ — for source documents
  • wiki/ — for LLM-generated pages (sources, entities, concepts, comparisons)
  • index.md — catalog of all pages
  • log.md — activity log
  • CLAUDE.md — vault conventions

Open Obsidian → Open folder as vault → select vaults/my-research.

/ingest https://some-article.com --vault my-research

Claude reads the article, creates wiki pages (source summary, entity pages, concept pages), updates the index, and auto-commits.

/query "What are the key takeaways?" --vault my-research

Add --save to file the answer back into the wiki — your explorations compound.

/lint --vault my-research --fix

Finds orphan pages, broken links, missing frontmatter, and auto-fixes what it can.