LLM-Wiki
Self-growing knowledge wiki with automatic research and search
All Skills in This Repository (5)
Pure Emerald Level Indicatorswiki-write
Ingest URLs, local files, and pasted text into wiki pages with YAML templates.
wiki-read
Query the wiki to obtain cited answers with automatic research.
wiki-maintain
Lint broken links, missing frontmatter, and orphan pages across a wiki.
wiki-view
Render wiki dashboards and knowledge graphs from .wiki data.
wiki-serve
Launch a local wiki server with FastAPI, SQLite research queue, and Claude CLI.
Frequently Asked Questions
FAQPage SchemaHow to install LLM-Wiki?โผ
Run `npx skills add Oshayr/LLM-Wiki --all -g -y` in your terminal to install all wiki skills globally.
What does LLM-Wiki do?โผ
It builds a personal knowledge base that saves your research automatically and answers questions with cited sources. If a topic is missing, it researches it on the spot and adds it to the wiki.
How does automatic research work in LLM-Wiki?โผ
When you ask something not in the wiki, it searches the web and other available sources, writes a new cited page, and answers from it. The knowledge stays saved for future questions.
Can I browse my wiki in a browser?โผ
Yes. The wiki-serve skill launches a local Wikipedia-style website with search, an interactive knowledge graph, a markdown editor, and a chat sidebar.
Does LLM-Wiki keep content up to date?โผ
Yes. The maintenance skill fixes broken links, merges duplicate pages, and flags stale content using freshness tiers ranging from 15 minutes to permanent.
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