llm-wiki-manager
Build and maintain a persistent markdown research wiki
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install llm-wiki-manager?โผ
Run `npx skills add sametbrr/llm-wiki-manager --all -g -y` in your terminal to install the skill globally.
What is an LLM-managed wiki?โผ
It is a persistent markdown knowledge base where the AI does all the writing, cross-referencing, and bookkeeping while you curate sources and ask questions. Unlike RAG, answers come from pre-compiled pages instead of re-reading raw documents every time.
How is this different from RAG?โผ
RAG re-reads raw documents on every query, while this skill compiles sources into interlinked wiki pages once. Each new source enriches existing pages, so knowledge compounds instead of being rediscovered.
Does llm-wiki-manager work with Obsidian?โผ
Yes. The wiki is plain markdown files, so it works in Obsidian, VS Code, or any editor, and it supports Obsidian-style [[wiki-links]] in linting and indexing.
Do I need coding experience to use it?โผ
No. You interact in plain English, like asking to set up a wiki or ingest a PDF, and the included Python scripts run automatically with no dependencies to install.
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