llm-wiki

Ingest sources into a persistent interlinked markdown wiki with schema compliance.

31|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/markwang2658/hermes-windows-native --skill llm-wiki-markwang2658
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/markwang2658/hermes-windows-native/tree/main/hermes-agent/skills/research/llm-wiki
Command: npx skills add https://github.com/markwang2658/hermes-windows-native --skill llm-wiki-markwang2658

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds and maintains a persistent, interlinked markdown knowledge base for research, enabling cross-linking, provenance tracking, and evolving synthesis.

Core Features & Use Cases

  • Persistent, interlinked markdown wiki that compiles notes, sources, and cross-links for quick retrieval.
  • Three-layer architecture (raw sources, wiki pages, and a schema) with provenance tracking and Obsidian-compatible workflows.
  • Use cases include building a research knowledge base, ingesting sources, linting for schema compliance, and answering questions via the wiki.

Quick Start

Create or initialize a wiki at your preferred path and begin ingesting your first sources into the defined schema.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I build an interlinked markdown knowledge base for research?

Maintain provenance in a markdown wiki by enforcing frontmatter metadata and a three-layer architecture that separates raw sources from wiki pages. This structured schema tracks original materials and cross-references for reliable source verification.

Can I use Obsidian and Dataview with a markdown research wiki?

Yes, the markdown research wiki supports Obsidian and Dataview workflows. It organizes frontmatter metadata and cross-links into Obsidian-compatible structures, enabling Dataview queries and visualization within your existing knowledge-management setup.

What is the best way to organize research notes with cross-referencing?

Organize cross-referenced research notes using a three-layer architecture that separates raw sources, wiki pages, and schemas. This enforces frontmatter metadata and cross-linking for quick retrieval and structured synthesis.

How do I enforce schema compliance when ingesting sources into a knowledge base?

Enforce schema compliance during source ingestion by linting raw materials against the defined schema layer before generating wiki pages. This ensures frontmatter metadata and cross-linking meet your knowledge-base standards.