llm-wiki

Ingest sources into a persistent interlinked Markdown knowledge base with YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingests and maintains a persistent interlinked Markdown knowledge base.

Core Features & Use Cases

  • Ingest sources and compile cross-referenced knowledge for quick retrieval.
  • Query the compiled knowledge base to answer questions with linked context.
  • Lint and audit for consistency, cross-link integrity, and versioned history.

Quick Start

Ingest a source and query the wiki to verify cross-links and consistency.

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 from ingested sources?

To build an interlinked Markdown knowledge base, ingest your research sources and compile them into cross-referenced Markdown pages. The wiki-like folder structure and YAML frontmatter automatically maintain cross-linking and tagging for quick retrieval.

How does cross-linking work in a Markdown research wiki?

Cross-linking in a Markdown research wiki works by applying wikilinks across ingested pages. The system enforces linking between entries and audits cross-link integrity, ensuring consistent navigation and contextual retrieval.

Can I lint a Markdown knowledge base for cross-link integrity and consistency?

Yes, you can lint a Markdown knowledge base for cross-link integrity and consistency. The linting and auditing process checks interlinked pages, verifies cross-references, and reviews versioned logging history to maintain knowledge base accuracy.

Do I need YAML frontmatter to maintain a persistent Markdown wiki?

Yes, YAML frontmatter is required to maintain a persistent Markdown wiki. It provides the necessary metadata structure for the wiki-like folder organization, supporting versioned logging, tagging, and consistent cross-linking across entries.

What is the best way to query an ingested knowledge base for linked context?

The best way to query an ingested knowledge base for linked context is to compile cross-referenced knowledge during ingestion. You can then query the persistent wiki to retrieve answers with accurate, interlinked Markdown context.