llm-wiki

Build and maintain interlinked markdown knowledge bases with YAML frontmatter and wikilinks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of repeatedly rediscovering the same research by turning sources, notes, and answers into a persistent interlinked knowledge base.

Core Features & Use Cases

  • Wiki creation and maintenance: Start a new research wiki, define its schema, and keep navigation files current.
  • Source ingestion and synthesis: Add articles, papers, transcripts, and notes into structured markdown pages with cross-references.
  • Querying and auditing: Orient on existing content, answer questions from the compiled wiki, and lint for broken links, duplicates, drift, and stale pages.

Quick Start

Use the llm-wiki skill to create or update a research wiki from my sources and keep it consistent with the existing pages.

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 persistent research wiki from markdown notes and sources?

You can build a persistent research wiki by ingesting articles, papers, and notes into structured markdown pages with YAML frontmatter. The system maintains navigation files and cross-references to keep your knowledge base interlinked and current.

How do I maintain cross-references and prevent link drift in a markdown knowledge base?

To maintain cross-references in a markdown knowledge base, you can audit wiki health by linting for broken links, duplicates, drift, and stale pages. This ensures interlinked notes remain consistent and navigable over time.

What is the best way to ingest research papers and transcripts into an interlinked wiki?

The best way to ingest research papers and transcripts into an interlinked wiki is to add them as structured markdown pages with source tracking. The system synthesizes the content and automatically establishes cross-references with existing pages.

Do I need YAML frontmatter to organize notes in a markdown knowledge base?

Yes, YAML frontmatter is required to organize notes in this markdown knowledge base. It enables schema-aware updates, allowing the system to maintain page structure, track sources, and keep index and log files current.

Can I query existing wiki pages to answer research questions from my compiled sources?

Yes, you can query existing wiki pages to answer research questions directly from your compiled sources. The system orients on existing content and retrieves answers from the interlinked markdown notes and documents.

How do I find broken links and duplicate notes when auditing a wiki?

You can find broken links and duplicate notes by running a wiki health audit. This linting process identifies broken cross-references, duplicate content, drift, and stale pages across all notes and documents in the knowledge base.