wiki-skills
Build and maintain a compounding personal knowledge wiki
All Skills in This Repository (7)
Pure Emerald Level Indicatorswiki-merge
Merge or split wiki pages and rewrite inbound links.
wiki-ingest
Automate adding and summarizing new documents to a wiki with Python and git.
wiki-update
Revise markdown wiki pages with source citations and contradiction checks.
wiki-lint
Audit wiki structures and content for contradictions, broken links, and missing content.
wiki-init
Initializes a new LLM wiki with directory structure, config files, and index.
wiki-audit
Audit wiki pages against cited sources and detect uncited factual claims.
wiki-query
Query personal wikis to synthesize answers from multiple markdown sources.
Frequently Asked Questions
FAQPage SchemaHow to install wiki-skills?โผ
Run `npx skills add kfchou/wiki-skills --all -g -y` in your terminal to install all seven wiki skills globally.
What is the LLM wiki pattern?โผ
Instead of re-deriving answers from raw documents every time like RAG, your assistant maintains a structured, interlinked markdown wiki that gets richer with every source and question.
How do I start a new wiki?โผ
Run the wiki-init skill, which asks where the wiki should live, what domain it covers, and sets up the folder structure, schema, and helper scripts automatically.
Can it fact-check my wiki pages?โผ
Yes. The wiki-audit skill verifies every footnote against its source, flags uncited claims, and a strong mode adds a cross-model adversarial review using a different provider.
Does it work with Obsidian or GitHub?โผ
Yes. During setup you choose your link style: Obsidian-style [[wiki-links]] or standard markdown links that render on GitHub and static site generators.
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