llm-wiki

Build and maintain a persistent Markdown wiki knowledge base with interlinked pages.

12|2|Updated Feb 2, 2020
One-click install
npx skills add https://github.com/servitola/dotfiles --skill llm-wiki-servitola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/servitola/dotfiles/tree/main/claude-code/skills/llm-wiki
Command: npx skills add https://github.com/servitola/dotfiles --skill llm-wiki-servitola

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Build and maintain a persistent, interlinked knowledge base using a markdown wiki pattern, enabling long-term knowledge retention and rapid cross-referencing.

Core Features & Use Cases

  • Ingest sources into a structured wiki vault and auto-create entity and concept pages.
  • Cross-link pages with [[wikilinks]] to enable fast navigation and synthesis.
  • Query the wiki to answer questions, synthesize insights, and track provenance.

Quick Start

Ingest a set of sources and start building a linked knowledge base with 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 an interlinked markdown knowledge base from multiple sources?

Create a markdown wiki by ingesting sources to auto-generate entity and concept pages, then cross-link content with [[wikilinks]] to enable persistent knowledge retention and fast cross-referencing.

What is the LLM Wiki pattern for creating a persistent knowledge base?

The LLM Wiki pattern structures a knowledge base as interlinked markdown pages, enforcing frontmatter metadata and provenance markers to track source origin and synthesize answers from cross-referenced content.

How do I cross-reference markdown documents to synthesize answers from ingested sources?

Cross-reference markdown documents by ingesting sources into a wiki vault that auto-creates entity pages and uses [[wikilinks]] to connect related concepts, enabling you to query the wiki for synthesized answers.

Can I track provenance and metadata in a markdown wiki automatically?

Track provenance and metadata in a markdown wiki by using structured workflows that enforce frontmatter metadata and provenance markers during source ingestion and ongoing content curation.

Does this markdown wiki approach work for ongoing knowledge curation at scale?

The markdown wiki approach supports ongoing curation at scale by enforcing structured workflows, frontmatter metadata, and provenance markers to maintain data integrity as the interlinked knowledge base grows.