llm-wiki

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

14|5|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/MLT-OSS/hermes-agent-go --skill llm-wiki-mlt-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/MLT-OSS/hermes-agent-go/tree/main/skills/research/llm-wiki
Command: npx skills add https://github.com/MLT-OSS/hermes-agent-go --skill llm-wiki-mlt-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Traditional RAG rediscovers knowledge from scratch on every query, losing cross-references and synthesis work. This Skill maintains a persistent, compounding markdown wiki where sources are ingested once, cross-referenced, and kept consistent over time. ## Core Features & Use Cases - Source Ingestion: Capture URLs, PDFs, and pasted text into an immutable raw/ layer, then create or update entity, concept, and comparison pages with wikilinks and taxonomy-controlled tags. - Knowledge Querying: Answer questions by reading the index and relevant pages, then file valuable syntheses back into the wiki as query or comparison pages. - Wiki Linting: Audit for orphan pages, broken wikilinks, index gaps, stale content, contradictions, and tag taxonomy violations. - Use Case: A researcher tracking AI/ML developments ingests arxiv papers and articles weekly; the wiki accumulates interlinked entity and concept pages, browsable in Obsidian with graph view and Dataview queries. ## Quick Start Create a new LLM 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 personal knowledge base with markdown files?

Initialize a wiki directory with a SCHEMA.md defining conventions and tags, an index.md catalog, and a log.md action record. Ingest sources into a raw/ folder, then create interlinked entity and concept pages with YAML frontmatter and wikilinks.

How is an LLM wiki different from RAG?

RAG retrieves and re-synthesizes knowledge from scratch on every query, while the wiki compiles knowledge once into persistent pages. Cross-references, contradiction flags, and synthesis persist across sessions instead of being recomputed.

Can I use Obsidian with a markdown wiki directory?

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

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

Run the lint operation, which scans all wiki pages for wikilinks pointing to nonexistent pages, pages with zero inbound links, index completeness, frontmatter validity, stale content, and tags outside the taxonomy.

When should the wiki not create a new page?

Pages should not be created for passing mentions or minor details. The schema's page thresholds require an entity or concept to appear in at least two sources or be central to one source before warranting its own page.