llm-wiki

Create and maintain interlinked Markdown knowledge wikis with YAML frontmatter.

27|2|Updated Jan 15, 2024
One-click install
npx skills add https://github.com/erfanzar/Xerxes-Agents --skill llm-wiki-erfanzar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/erfanzar/Xerxes-Agents/tree/main/src/python/xerxes/skills/research/llm-wiki
Command: npx skills add https://github.com/erfanzar/Xerxes-Agents --skill llm-wiki-erfanzar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The wiki addresses the difficulty of building a durable, interconnected repository of knowledge from scattered sources, enabling persistent cross-references and guided ingestion.

Core Features & Use Cases

  • Ingest sources (articles, papers, transcripts) into a structured, cross-referenced Markdown wiki.
  • Maintain consistency with a SCHEMA-driven structure (SCHEMA.md, index.md, log.md) and support for entities, concepts, comparisons, and queries.
  • Use cases include building personal or team knowledge bases, organizing research notes, and auditing knowledge for consistency.

Quick Start

Ingest a source to initialize and grow your 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 a persistent, interlinked Markdown knowledge base from scattered sources?

Build a persistent Markdown knowledge base by ingesting sources like articles and transcripts into a structured local directory, using YAML frontmatter and Obsidian-like wikilinking to cross-reference concepts.

How does wikilinking work for cross-linking concepts in a local Markdown wiki?

Wikilinking cross-links concepts in a local Markdown wiki by connecting pages through Obsidian-like syntax, enabling persistent cross-references between ingested entities, concepts, and comparisons.

What is the best way to lint a Markdown wiki for consistency?

Lint a Markdown wiki for consistency by applying a SCHEMA-driven structure that validates YAML frontmatter and enforces rules across index.md, log.md, and raw asset directories.

Can I use Obsidian to manage a structured knowledge base with SCHEMA.md and index.md files?

You can manage a structured knowledge base in Obsidian because the wiki uses a three-layer structure with SCHEMA.md, index.md, and log.md, plus optional raw and assets subdirectories.

How do I ingest research notes and papers into a team knowledge wiki?

Ingest research notes and papers into a team knowledge wiki by processing transcripts and articles into structured Markdown pages, automatically generating YAML frontmatter and cross-references.

Why does my Markdown wiki require a configured wiki path before ingesting sources?

A configured wiki path is required before ingesting sources because it establishes the local directory structure needed to organize SCHEMA.md, index.md, and log.md files systematically.