llm-wiki

Build and maintain an interlinked markdown knowledge base from ingested sources.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/AvaTar-ArTs/.Agent-skills --skill llm-wiki-avatar-arts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/AvaTar-ArTs/.Agent-skills/tree/main/skills/research/llm-wiki
Command: npx skills add https://github.com/AvaTar-ArTs/.Agent-skills --skill llm-wiki-avatar-arts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Traditional RAG rediscovers knowledge from scratch on every query, losing cross-references and synthesis between sessions. This Skill maintains a persistent, compounding markdown wiki where sources are ingested once, cross-linked, and kept current, so accumulated knowledge is immediately queryable. ## Core Features & Use Cases - Source Ingestion: Capture URLs, PDFs, and pasted text into an immutable raw/ layer with sha256 drift detection, then synthesize entity, concept, and comparison pages with wikilinks and provenance markers. - Query & Synthesis: Answer domain questions by reading the index and relevant pages, citing wiki sources, and filing valuable answers back as query or comparison pages. - Wiki Linting: Audit for orphan pages, broken wikilinks, stale content, contradictions, tag taxonomy violations, and source drift, with severity-grouped reports. - Use Case: A researcher tracking AI/ML developments ingests arxiv papers and articles weekly; the agent updates entity pages for models and labs, flags contradictions between sources, and keeps the Obsidian-compatible vault synchronized across devices. ## Quick Start Ask the agent to create a new wiki for your research domain and ingest your first source URL into it.

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 markdown knowledge base with an AI agent?

Initialize a wiki directory with a schema, index, and log file, then ingest sources one at a time. The agent creates entity and concept pages with wikilinks, updates the index, and logs every action so knowledge compounds across sessions.

What is the difference between an LLM wiki and RAG?

RAG retrieves and reprocesses raw documents on every query, while an LLM wiki compiles knowledge once into cross-referenced markdown pages. Contradictions, synthesis, and links persist between sessions instead of being rediscovered each time.

Does the llm-wiki skill work with Obsidian?

Yes, the wiki directory functions as an Obsidian vault out of the box. Wikilinks render as clickable links, frontmatter powers Dataview queries, and the obsidian-headless CLI enables sync on servers without a display.

How do I audit a markdown wiki for broken links and orphan pages?

Run the lint operation, which scans all wiki pages for broken wikilinks, orphan pages with no inbound links, index completeness, frontmatter validity, stale content, and tag taxonomy violations, then reports findings grouped by severity.

When should I not create a new wiki page?

Skip page creation for passing mentions, minor details, or content outside the wiki domain. The schema's page thresholds require an entity or concept to appear in two or more sources, or be central to one source, before warranting its own page.