llm-wiki

Ingest sources into an interlinked Markdown wiki with YAML frontmatter.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill llm-wiki-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/skills/research/llm-wiki
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill llm-wiki-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a method to convert scattered notes into a single, persistent, interlinked Markdown knowledge base that remains current and easy to navigate.

Core Features & Use Cases

  • Persistent wiki with interlinked Markdown pages that automatically cross-reference concepts.
  • Three-layer architecture: raw sources, agent-maintained wiki pages, and a schema-driven framework.
  • Orientation workflow at session start: read SCHEMA.md, index.md, and recent log.md to avoid duplicates.
  • Ingestion and provenance tracking: ingest sources with frontmatter and track changes, cross-link content across pages.
  • Obsidian compatibility and wikilinks: supports Obsidian vaults, cross-links, and Dataview-style queries.
  • Query, lint, and maintenance: supports search, page validation, and evolution of the knowledge base over time.

Quick Start

Initialize a new wiki at your chosen path, then begin ingesting sources to populate interconnected pages.

Frequently Asked Questions about llm-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a persistent Markdown wiki with cross-linked notes?

A persistent Markdown wiki organizes scattered notes into an interlinked knowledge base. It uses YAML frontmatter for provenance tracking and requires each page to cross-link at least two others, enabling easy navigation and preventing duplicate content.

Does this wiki knowledge base support Obsidian compatibility and wikilinks?

Yes, this wiki knowledge base supports Obsidian compatibility and wikilinks. It structures interlinked Markdown pages to function within Obsidian vaults, utilizing cross-links and supporting Dataview-style queries for navigation.

How do I track provenance and sources in an interlinked knowledge base?

You track provenance in an interlinked knowledge base by applying YAML frontmatter to every page. The schema requires fields for title, created, updated, type, tags, and sources, ensuring strict provenance tracking and schema compliance.

What is the best way to avoid duplicate pages when ingesting sources into a wiki?

To avoid duplicate pages when ingesting sources, follow the orientation workflow at session start. Read SCHEMA.md, index.md, and recent log.md to understand existing structures before generating new interlinked Markdown pages.

Can I lint and query a Markdown wiki to validate page schema compliance?

Yes, you can lint and query a Markdown wiki to validate page schema compliance. The framework supports search operations, page validation, and maintenance tasks to ensure the interlinked knowledge base evolves correctly over time.

What architecture does an agent-maintained wiki use to separate raw sources from pages?

An agent-maintained wiki uses a three-layer architecture to separate raw sources from pages. This structure consists of raw source materials, agent-maintained interlinked wiki pages, and a schema-driven framework enforcing compliance.