llm-wiki

Build and maintain an interlinked markdown knowledge base with ingest, query, and lint operations.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/zhoulingxiao1216/testworkspace --skill llm-wiki-zhoulingxiao1216
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/zhoulingxiao1216/testworkspace/tree/main/all_Skills/research/llm-wiki
Command: npx skills add https://github.com/zhoulingxiao1216/testworkspace --skill llm-wiki-zhoulingxiao1216

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Scattered research notes and one-off AI answers lose context over time, forcing you to rediscover the same knowledge repeatedly. This Skill maintains a persistent, cross-referenced markdown wiki where sources are ingested once, contradictions are flagged, and synthesis compounds across sessions. ## Core Features & Use Cases - Source Ingestion: Capture URLs, PDFs, and pasted text into an immutable raw/ layer with sha256 drift detection, then create or update entity, concept, and comparison pages with wikilinks and provenance markers. - Query & Synthesis: Answer domain questions by reading the index and relevant pages, citing wiki sources, and filing valuable answers back as query or comparison pages. - Wiki Linting: Audit for orphan pages, broken wikilinks, index gaps, stale content, contradictions, tag taxonomy violations, and source drift, with severity-grouped reports. - Use Case: A researcher tracking AI/ML developments ingests arxiv papers and articles weekly; the agent updates entity pages for models and labs, flags conflicting benchmark claims, and keeps the index and log current. ## Quick Start Create a new wiki at ~/wiki for AI research and ingest this article URL into it.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I build a markdown knowledge base with an AI agent?▼

Initialize a wiki directory with SCHEMA.md, index.md, and log.md, then ingest sources one at a time. The agent creates entity and concept pages with wikilinks, updates the index, and logs every action so knowledge compounds across sessions.

What is the difference between an LLM wiki and RAG?▼

RAG rediscovers knowledge from scratch per query, while the wiki compiles knowledge once into cross-referenced markdown pages. Contradictions are flagged at ingest time and synthesis reflects everything previously ingested.

Does the llm-wiki skill work with Obsidian?▼

Yes, the wiki directory works as an Obsidian vault out of the box. Wikilinks render as clickable links, frontmatter powers Dataview queries, and obsidian-headless enables sync on servers without a display.

How do I check a markdown wiki for broken links and orphan pages?▼

Run the lint operation, which scans all wiki pages for broken wikilinks, orphan pages with no inbound links, index gaps, stale content, and tag taxonomy violations. Findings are reported grouped by severity with suggested fixes.

When should I not create a new wiki page?▼

Skip page creation for passing mentions, minor details, or topics outside the wiki domain. The schema thresholds require an entity or concept to appear in two or more sources, or be central to one source, before warranting a page.