ekadetovekadetovCommunityยท1 Agent Skills Included

llm-wiki

Build persistent, searchable knowledge wikis inside Obsidian

Builds persistent, compounding knowledge bases inside an Obsidian vault from articles, papers, and transcripts. Ingests sources, compiles them into cross-linked concept pages, and answers questions with cited wiki references. Eliminates scattered notes and forgotten research by auto-linting for dead links, gaps, and contradictions. Keeps every operation version-controlled with git commits and a searchable index.
npx skills add ekadetov/llm-wiki --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install llm-wiki?โ–ผ

Run `npx skills add ekadetov/llm-wiki --all -g -y` in your terminal to install the wiki skill globally.

How to build a personal knowledge base with AI?โ–ผ

Initialize a wiki with `wiki init <name>`, then ingest articles or URLs and run `wiki compile` to turn them into cross-linked concept pages inside your Obsidian vault.

Does llm-wiki require Obsidian?โ–ผ

Yes. It builds wikis inside an Obsidian vault at ~/ObsidianVault/03-Resources/, using wikilinks and frontmatter that work with Obsidian's graph view and Dataview.

Can I query my wiki in plain English?โ–ผ

Yes. Run `wiki query "your question"` and it searches your pages, synthesizes a cited answer, and files it back into the wiki for future reference.

How does llm-wiki keep my wiki accurate?โ–ผ

The `wiki lint` command checks for dead links, orphan pages, contradictions, and stale content, auto-fixes what it can, and writes a dated report with growth suggestions.

Related Repositories in Education & Research

View All in Education & Researchโ†’