Quick Start
Install
Section titled “Install”git clone https://github.com/RonanCodes/llm-wiki.gitcd llm-wiki./install.sh # checks deps, installs via HomebrewCreate Your First Vault
Section titled “Create Your First Vault”Launch Claude Code and create a vault:
claude/vault-create my-research --domain ai-researchThis creates vaults/my-research/ with:
raw/— for source documentswiki/— for LLM-generated pages (sources, entities, concepts, comparisons)index.md— catalog of all pageslog.md— activity logCLAUDE.md— vault conventions
Open in Obsidian
Section titled “Open in Obsidian”Open Obsidian → Open folder as vault → select vaults/my-research.
Ingest Your First Source
Section titled “Ingest Your First Source”/ingest https://some-article.com --vault my-researchClaude reads the article, creates wiki pages (source summary, entity pages, concept pages), updates the index, and auto-commits.
Ask Questions
Section titled “Ask Questions”/query "What are the key takeaways?" --vault my-researchAdd --save to file the answer back into the wiki — your explorations compound.
Health Check
Section titled “Health Check”/lint --vault my-research --fixFinds orphan pages, broken links, missing frontmatter, and auto-fixes what it can.