llm-wiki

Create and maintain an interlinked Markdown knowledge base with YAML frontmatter.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill llm-wiki-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/research/llm-wiki
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill llm-wiki-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build and maintain a persistent, interlinked Markdown knowledge base that compiles notes, sources, and cross-references into a single navigable wiki, reducing duplication and enabling rapid retrieval.

Core Features & Use Cases

  • Cross-linked Markdown pages with automatic ingestion, linking, and search across a local wiki.
  • Ingest sources (articles, papers, transcripts), synthesize relationships, and maintain provenance markers and versioning.
  • Use cases include organizing research notes, drafting summaries, and powering Q&A over the wiki.

Quick Start

Create or resume a wiki in your configured path and begin ingesting sources into the wiki.

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 for research notes?

To build an interlinked Markdown wiki, you create a persistent knowledge base using YAML frontmatter and a defined directory layout. This structure compiles notes and sources into a navigable wiki, reducing duplication and enabling rapid retrieval across pages.

Can I ingest external articles into a Markdown knowledge base and track provenance?

Yes, you can ingest external sources like articles and papers into the Markdown knowledge base. The system synthesizes relationships between pages while maintaining provenance markers and versioning to track where the raw data originated.

What is the best way to answer questions by synthesizing content across a local wiki?

The best way to answer questions across a local wiki is by querying the cross-linked Markdown pages. The system synthesizes content ingested from various sources to generate answers and surface relationships stored within the knowledge base.

Do I need a specific environment variable to maintain a local Markdown wiki?

Yes, maintaining a local Markdown wiki requires setting a WIKI_PATH environment variable. This variable defines the wiki directory layout, allowing the system to store pages, manage a raw data layer for sources, and locate ingested content.

How does linting and auditing work for a cross-linked Markdown wiki?

Linting and auditing a cross-linked Markdown wiki involves checking the structural integrity of YAML frontmatter and evaluating page links. This process ensures the knowledge base remains navigable, correctly interlinked, and free of formatting errors.