llm-wiki

Maintains a cited personal wiki from raw sources using Obsidian-style markdown pages.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/MaksymilianCzadowski/skills --skill llm-wiki-maksymilianczadowski
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/MaksymilianCzadowski/skills/tree/main/skills/personal/obsidian-volt
Command: npx skills add https://github.com/MaksymilianCzadowski/skills --skill llm-wiki-maksymilianczadowski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a personal knowledge base consistent is hard: notes drift out of sync, sources get lost, and pages contradict each other. This Skill provides a fixed, topic-agnostic workflow for ingesting sources, writing cited wiki pages, and auditing the wiki so the knowledge base stays organized and trustworthy. ## Core Features & Use Cases - Source Ingestion: Reads new documents added to raw/, then creates summary and concept pages in wiki/ with citations and wikilinks. - Question Answering: Searches wiki/index.md and relevant pages to answer questions with citations, and files new findings back into the wiki. - Wiki Linting: Audits the wiki for contradictions, orphan pages, missing concept pages, outdated claims, and format violations. - Use Case: You drop a new research paper into raw/ and ask for ingestion; the Skill creates a summary page, updates related concept pages, refreshes wiki/index.md, and logs the change in wiki/log.md. ## Quick Start Ingest the new file I just added to raw/ into the wiki and update the index and log.

Frequently Asked Questions about llm-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest a new source into a personal wiki?▼

Add the file to the raw/ folder and ask for ingestion. The Skill reads the source, discusses key takeaways, creates a summary page plus concept pages in wiki/, adds wikilinks, and updates wiki/index.md and wiki/log.md.

How do I search notes in an Obsidian-style markdown wiki?▼

Search filenames with find on wiki/ and raw/, or search content with grep -rl on the wiki/ directory for markdown files. Backlinks to a page are found by grepping for its [[page-name]] wikilink across wiki/.

What page format does the LLM Wiki pattern use?▼

Each page has a title, a Summary, Sources, and Last updated header block, then the main content with inline wikilinks, and a Related pages section at the bottom. Filenames use lowercase-hyphen naming.

Can I modify files in the raw/ folder?▼

No. The raw/ folder is immutable source material and must never be modified. All Claude-written content lives exclusively in wiki/, with changes recorded in wiki/log.md.

How do I audit a markdown wiki for inconsistencies?▼

Ask for a wiki lint. The Skill checks for contradictions between pages, orphan pages missing from the index, concepts lacking their own pages, outdated claims relative to newer sources, and pages violating the format template.