llm-wiki

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

Updated May 20, 2026
One-click install
npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill llm-wiki-sriramkunamsetty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent/tree/main/hermes-agent/skills/research/llm-wiki
Command: npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill llm-wiki-sriramkunamsetty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build and maintain a persistent, interlinked Markdown knowledge base to capture and organize evolving information with strong cross-links and provenance.

Core Features & Use Cases

  • Interlinked markdown pages with frontmatter discipline and wiki links for robust navigation.
  • Ingest sources, cross-reference related notes, and enable fast discovery and retrieval.
  • Lint, audit, and query the knowledge base to ensure consistency, provenance, and versioning.

Quick Start

Set up your wiki path, initialize the schema and index, and start ingesting sources to build your knowledge base.

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 cross-referenced markdown knowledge base from research sources?

To build a markdown knowledge base, ingest your research sources and create interlinked pages. The system enforces YAML frontmatter for title, created, updated, types, and tags to maintain structure and enable robust navigation across notes.

What's the best way to maintain provenance and two-way wikilinks in a markdown wiki?

Maintaining provenance in a markdown wiki requires applying structured YAML frontmatter and ensuring two-way wikilinks. The system automatically enforces these provenance markers and cross-links to track source origins and connect related notes.

How do I lint and audit a markdown knowledge base for consistency?

You can lint and audit a markdown knowledge base by running the built-in validation checks. This process verifies YAML frontmatter discipline, checks for broken wikilinks, and ensures provenance markers and structured navigation remain consistent across all pages.

Do I need specific markdown formatting to enable cross-linking in my wiki?

Yes, cross-linking requires specific markdown formatting, primarily YAML frontmatter for metadata and dedicated wikilink syntax. The system enforces this structure to guarantee two-way linking and fast discovery of interlinked notes.

Can I use this markdown wiki system for ingesting and organizing evolving research workflows?

Yes, you can use this markdown wiki system for research workflows. It allows you to ingest sources, create cross-referenced pages with provenance markers, and query the knowledge base to capture and organize evolving information.

Why does my markdown knowledge base need structured navigation and frontmatter discipline?

Structured navigation and frontmatter discipline are needed to ensure robust retrieval and versioning within a markdown knowledge base. Enforcing YAML metadata for dates, types, and tags allows the system to audit consistency and maintain persistent cross-references.