llm-wiki

Build and maintain interlinked markdown knowledge bases with YAML frontmatter and wikilinks.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill llm-wiki-titoprausee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/research/llm-wiki
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill llm-wiki-titoprausee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns scattered sources into a durable, interlinked markdown wiki so research knowledge does not live only in chat history or isolated notes.

Core Features & Use Cases

  • Ingest and organize sources into a structured wiki with raw material, entity pages, concept pages, comparison pages, and query results.
  • Resume work on an existing wiki by reading the schema, index, and recent log before making changes.
  • Keep the knowledge base consistent by enforcing tags, frontmatter, provenance, cross-references, and contradiction tracking.
  • Use it for literature reviews, project research, ongoing knowledge management, and long-lived team reference spaces.

Quick Start

Ask the assistant to initialize or update your wiki by ingesting a source at your configured wiki path and linking the result to related pages.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I build an interlinked markdown knowledge base from scattered research sources?

You can build an interlinked markdown wiki by ingesting raw sources into structured pages with strict YAML frontmatter, wikilink cross-references, and provenance tracking. This creates a durable knowledge base that survives outside isolated chat history.

What's the best way to maintain consistency across a markdown wiki with ongoing research updates?

Maintain markdown wiki consistency by enforcing tag taxonomy, frontmatter rules, and running drift and contradiction checks during ingestion. The system reads the schema, index, and recent logs before applying updates to prevent broken wikilinks.

Can I use wikilinks and YAML frontmatter to organize a literature review into entity and concept pages?

Yes, you can organize literature reviews by ingesting sources into dedicated entity, concept, and comparison pages. The system enforces wikilink cross-references and YAML frontmatter to interlink related articles and query files.

How do I track raw source provenance and audit contradictions in a knowledge base?

Track raw source provenance and audit contradictions by maintaining raw source material alongside structured wiki pages. The system applies drift and contradiction checks against ingested sources to flag conflicting information across notes.

Does this markdown wiki approach work for long-lived team reference spaces and ongoing knowledge management?

Yes, this approach suits long-lived team reference spaces by resuming work through schema, index, and log reading. It maintains an ongoing knowledge base with persistent cross-references, tag taxonomy enforcement, and contradiction tracking.