llm-wiki

Ingest sources into an interlinked Markdown knowledge base with YAML frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/azmiariffaris/HERMES-AGENT --skill llm-wiki-azmiariffaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/azmiariffaris/HERMES-AGENT/tree/main/snapshot/hermes/skills/research/llm-wiki
Command: npx skills add https://github.com/azmiariffaris/HERMES-AGENT --skill llm-wiki-azmiariffaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables teams to build and maintain a persistent, interlinked Markdown knowledge base, ingesting sources and producing a searchable, cross-referenced repository that reduces duplication and drift.

Core Features & Use Cases

  • Ingestion & linking: ingest sources, auto-generate interlinked pages, and maintain provenance markers.
  • Knowledge maintenance: lint, audit, and reconcile across pages to keep content current.
  • Use Case: researchers collect articles and notes, build a wiki, and run queries across the compiled knowledge.

Quick Start

Initialize or resume a wiki at the configured WIKI_PATH and begin ingesting sources to build interlinked 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 Markdown knowledge base from research notes?

To build a persistent Markdown knowledge base, you can ingest research sources and organize them into an interlinked repository. This process automatically generates cross-referenced pages with provenance markers to reduce content duplication and drift.

How does cross-linking work when ingesting sources into a wiki?

Cross-linking works by automatically generating interconnections between ingested sources during wiki creation. It enforces YAML frontmatter, tag taxonomy, and provenance markers across pages to maintain a structured and navigable knowledge base.

What is the best way to lint and audit an interlinked Markdown wiki?

The best way to lint and audit an interlinked Markdown wiki is to run maintenance queries that check for cross-link requirements and YAML frontmatter consistency. This reconciles pages and keeps your knowledge base current.

Can I use this to query a compiled research wiki for specific cross-referenced content?

Yes, you can query a compiled research wiki to retrieve cross-referenced content. Once you ingest and organize sources into the persistent knowledge base, you can run queries across the compiled notes for research purposes.

Do I need YAML frontmatter and tag taxonomy to organize research notes into a wiki?

Yes, YAML frontmatter and tag taxonomy are required to organize research notes into a wiki. The system enforces these structural elements alongside provenance markers to ensure consistent cross-linking and knowledge base integrity.

Why does my Markdown knowledge base experience content drift and duplication?

A Markdown knowledge base experiences content drift and duplication when lacking enforced provenance markers and cross-linking. Ingesting sources into a persistent, interlinked repository with linting audits reconciles pages and resolves these issues.