llm-wiki-skill
Build, query, and auto-repair a bilingual personal knowledge wiki
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install llm-wiki-skill?โผ
Run `npx skills add kingqiu/llm-wiki-skill --all -g -y` in your terminal to install the skill globally. You also need Node.js v18+ and Git for the Quartz wiki setup.
How to turn Obsidian notes into a searchable wiki?โผ
Point the skill at your Obsidian vault and run the ingest command. It converts your notes, PDFs, and web articles into structured wiki pages with concepts, entities, and synthesis sections.
Can I ask questions about my wiki in plain English?โผ
Yes. Query mode searches your wiki pages, synthesizes an answer with citations, and automatically improves the wiki by adding cross-references or logging knowledge gaps.
Does llm-wiki support Chinese and English content?โผ
Yes. Every page is generated bilingually by default using GLM-5 or DeepL, with a toggle button to show or hide the Chinese translation.
How does the wiki fix broken links and gaps?โผ
The Lint and Heal mode scans for broken links, orphan pages, and contradictions, then repairs them automatically or fills gaps using facts cross-validated from trusted sources.
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