llm-wiki
Self-building personal knowledge wiki with auto-discovery
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install llm-wiki?โผ
Run `npx skills add mduongvandinh/llm-wiki --all -g -y` in your terminal to install the skill globally.
How does llm-wiki build a knowledge base automatically?โผ
Drop articles, notes, or PDFs into the raw folder and the agent reads them, creates structured wiki pages with cross-references, and flags contradictions between sources.
How is llm-wiki different from RAG?โผ
Instead of re-retrieving fragments on every query, it compiles knowledge once into linked markdown pages, maintains them continuously, and needs no vector database.
Does llm-wiki work with Cursor, Copilot, and Codex?โผ
Yes. It works with any agent that reads CLAUDE.md or AGENTS.md, including Claude Code, Cursor, GitHub Copilot, Windsurf, Gemini CLI, and Codex.
Can I use llm-wiki for competitor tracking or job search?โผ
Yes. Ready-made variants generate competitor battlecards, interview prep one-pagers, and spoiler-safe book companion wikis from your 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