llm-wiki

Ingest sources into a persistent, interlinked Markdown wiki with frontmatter validation.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rnben/hermes-skills --skill llm-wiki-rnben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/rnben/hermes-skills/tree/main/plugins/research-skills/skills/llm-wiki
Command: npx skills add https://github.com/rnben/hermes-skills --skill llm-wiki-rnben

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build and organize a persistent, interlinked knowledge base from scattered sources into a navigable wiki.

Core Features & Use Cases

  • Ingest sources and convert them into a structured, cross-referenced Markdown repository.
  • Maintain consistency with a schema, frontmatter, and wikilinks; support linting, queries, and versioned history.
  • Use case: researchers compile notes, cross-link ideas, and retrieve synthesized knowledge across topics.

Quick Start

Instruct the agent to initialize a wiki at the configured path and begin ingesting your first sources.

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 wiki from scattered sources?

To build an interlinked Markdown wiki, you ingest scattered sources into a structured repository. The system converts raw inputs into cross-referenced pages with frontmatter validation, wikilinks, and taxonomy tagging to create a persistent knowledge base.

What is the best way to organize a knowledge base using wikilinks and frontmatter?

Organizing a knowledge base with wikilinks and frontmatter involves applying a schema to validate metadata and cross-reference pages. This maintains consistency across the Markdown repository by auditing structure, applying taxonomy tags, and enforcing linting rules.

How do I query a Markdown knowledge base to retrieve synthesized notes?

Querying a Markdown knowledge base allows you to retrieve synthesized notes across topics. The system answers queries against the ingested wiki content, leveraging the cross-referenced wikilinks and structured taxonomy to return relevant information.

Does this wiki builder support log rotation and frontmatter validation?

Yes, the wiki builder supports log rotation and frontmatter validation. It enforces a three-layer architecture of raw sources, wiki content, and schema while maintaining versioned history and auditing the structural consistency of the Markdown files.

Can I use Obsidian with an interlinked Markdown wiki that has taxonomy tagging?

Yes, you can use Obsidian with an interlinked Markdown wiki because the system generates standard Markdown files with wikilinks and taxonomy tagging. This format is fully compatible with Obsidian and similar knowledge-base tools for navigating cross-referenced notes.

Why does my Markdown wiki need a three-layer architecture for raw sources?

A Markdown wiki needs a three-layer architecture to separate raw sources from the schema and final wiki content. This separation ensures that ingested knowledge remains structured, cross-referenced pages stay consistent, and the persistent knowledge base maintains its integrity during queries.