llm-wiki

Create and maintain interlinked markdown knowledge bases with linting and Obsidian integration.

247|22|Updated Dec 11, 2024
One-click install
npx skills add https://github.com/graniet/kheish --skill llm-wiki-graniet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/graniet/kheish/tree/main/skills/research/llm-wiki
Command: npx skills add https://github.com/graniet/kheish --skill llm-wiki-graniet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Traditional RAG systems rediscover knowledge from scratch for every query, leading to redundant processing, missed cross-references, and inconsistent insights. Manually maintaining a structured, searchable knowledge base is time-consuming, and in-process agent knowledge is lost when the caller crashes or disconnects, resulting in repeated work and fragmented information.

Core Features & Use Cases

  • Persistent Knowledge Compilation: Ingest sources (URLs, PDFs, pasted text) into an immutable raw layer, then synthesize and cross-link entity, concept, comparison, and query pages that compound insights over time.
  • Consistency Enforcement: Built-in linting tools detect orphan pages, broken wikilinks, stale content, tag taxonomy violations, and contradictory claims across the wiki.
  • Obsidian Integration: Syncs seamlessly with Obsidian for visual graph view, headless server support, and Dataview queries, making the wiki accessible across devices.
  • Use Case: A researcher can ingest 20 arxiv papers on large language models, automatically generate linked pages for each model and technique, and query the wiki for a comparison of transformer variants without re-reading any source material.

Quick Start

Use the llm-wiki skill to ingest the attached arxiv paper on mixture of experts and create linked pages for all mentioned models and techniques.

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 markdown wiki that compounds research insights instead of rediscovering knowledge per query?

To build a persistent markdown wiki that compounds research insights, ingest raw sources like URLs and PDFs into an immutable layer, then synthesize cross-linked entity and concept pages to retain knowledge over time without redundant processing.

How does cross-link validation work for an interlinked markdown knowledge base?

Cross-link validation works by running automated linting tools that detect orphan pages, broken wikilinks, and stale content across your markdown knowledge base, ensuring structural consistency and enforcing tag taxonomy rules.

Can I use Obsidian to view and query a markdown wiki generated from research papers?

Yes, you can use Obsidian to view and query a generated markdown wiki because the system syncs seamlessly with Obsidian, supporting visual graph views, headless server setups, and Dataview queries for cross-referenced research content.

What is the best way to ingest arxiv papers and automatically generate linked pages for mentioned models?

The best way to ingest arxiv papers and generate linked pages is to ingest the source documents into an immutable raw layer, then automatically synthesize and cross-link entity, concept, and comparison pages for all mentioned models and techniques.

How do I detect contradictory claims and taxonomy violations across a markdown wiki?

You detect contradictory claims and taxonomy violations across a markdown wiki by utilizing built-in consistency auditing and linting tools that automatically scan for orphan pages, broken links, stale content, and conflicting statements.

Why does traditional RAG miss cross-references compared to a structured wiki architecture?

Traditional RAG misses cross-references because it rediscoveries knowledge from scratch for every query, leading to redundant processing and inconsistent insights, whereas a structured wiki architecture compiles and cross-links content persistently.