llm-wiki
Build persistent, searchable knowledge wikis inside Obsidian
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install llm-wiki?โผ
Run `npx skills add ekadetov/llm-wiki --all -g -y` in your terminal to install the wiki skill globally.
How to build a personal knowledge base with AI?โผ
Initialize a wiki with `wiki init <name>`, then ingest articles or URLs and run `wiki compile` to turn them into cross-linked concept pages inside your Obsidian vault.
Does llm-wiki require Obsidian?โผ
Yes. It builds wikis inside an Obsidian vault at ~/ObsidianVault/03-Resources/, using wikilinks and frontmatter that work with Obsidian's graph view and Dataview.
Can I query my wiki in plain English?โผ
Yes. Run `wiki query "your question"` and it searches your pages, synthesizes a cited answer, and files it back into the wiki for future reference.
How does llm-wiki keep my wiki accurate?โผ
The `wiki lint` command checks for dead links, orphan pages, contradictions, and stale content, auto-fixes what it can, and writes a dated report with growth suggestions.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides