llm-wiki

Build a persistent wiki from raw sources with incremental ingestion and health checks.

Updated May 22, 2026
One-click install
npx skills add https://github.com/yusaduymaz/loexai --skill llm-wiki-yusaduymaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/yusaduymaz/loexai/tree/main
Command: npx skills add https://github.com/yusaduymaz/loexai --skill llm-wiki-yusaduymaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bu Skill, dağınık kaynakları tek tek aramak yerine onların üstünde büyüyen kalıcı bir bilgi arşivi kurmanı sağlar. Böylece her sorguda bilgiyi yeniden keşfetmek yerine, birikimli bir wiki üzerinden çalışırsın.

Core Features & Use Cases

  • Artımlı ingest: Yeni kaynakları okur, özetler ve mevcut wiki yapısına entegre eder.
  • Çapraz referans yönetimi: İlgili entity, concept, decision ve synthesis sayfalarını güncel tutar.
  • Çelişki ve sağlık kontrolü: Eskimiş iddiaları, yetim sayfaları ve tutarsız bağlantıları işaretler.
  • Use case: Bir araştırma klasörünü, proje notlarını veya kitap okuma çıktılarınızı uzun ömürlü bir bilgi tabanına dönüştürmek için kullanılır.

Quick Start

Yeni kaynaklarını bu Skill’e ver ve wiki’ye işlemesini, ilgili sayfaları güncellemesini, çelişkileri işaretlemesini ve index ile log’u senkron tutmasını iste.

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 knowledge base from raw research sources?

To build a persistent knowledge base, this Skill ingests raw sources incrementally, summarizes them, and integrates them into a structured markdown vault while maintaining cross-references and an updated index.

How do I track contradictions and stale information in a markdown wiki?

You can track contradictions and stale information in a markdown wiki by running built-in health checks that identify orphaned pages, outdated claims, and inconsistent links.

Can I use this to manage incremental ingestion for long-lived project documentation?

Yes, you can use it to manage incremental ingestion for long-lived project documentation by processing new sources and updating relevant entity, concept, and synthesis pages without rediscovering existing information.

What is the best way to maintain cross-references when adding new book notes to a wiki?

The best way to maintain cross-references when adding new book notes is to let the Skill automatically update related entity, decision, and synthesis pages while synchronizing the log and index.

Do I need a structured markdown vault to use this knowledge base tool?

Yes, you need a structured markdown vault because the Skill requires atomic page creation, source-linked claims, and regular index and log updates to maintain wiki health.

Why does my wiki require atomic page creation and revision for research notes?

Your wiki requires atomic page creation and revision to ensure source-linked claims remain intact, preventing broken cross-references and maintaining accurate contradiction tracking during incremental ingestion.