llm-wiki

Create and maintain interlinked markdown knowledge bases with frontmatter and link structures.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill llm-wiki-thisismynewfmail-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/thisismynewfmail-ui/Monika-agent/tree/main/skills/research/llm-wiki
Command: npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill llm-wiki-thisismynewfmail-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researchers and knowledge workers waste time managing scattered notes, duplicated information, and inconsistent references across multiple documents.

Core Features & Use Cases

  • Persistent Knowledge Base: Stores information as interlinked markdown files that grow over time.
  • Automated Ingestion: Captures raw sources (articles, PDFs, transcripts) and creates structured entity, concept, and comparison pages.
  • Query & Retrieval: Answers questions by synthesizing content from the indexed wiki, reducing the need for repeated searches.
  • Lint & Health Checks: Detects orphan pages, broken links, stale content, and taxonomy violations to keep the wiki clean.

Quick Start

Ask Monika to create a new wiki in ~/my-wiki and ingest the article “Transformer Architecture.”

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 self-updating markdown knowledge base for research notes?

To build a markdown knowledge base, you need a tool that ingests raw sources like articles and PDFs to automatically create structured, interlinked markdown files for entities and concepts. This approach organizes research workflows into a persistent wiki directory that synthesizes content for querying.

Can I ingest PDFs and transcripts into an interlinked markdown wiki?

Yes, you can ingest raw sources such as PDFs and transcripts into an interlinked markdown wiki. The ingestion process captures the raw content and automatically generates structured markdown files for entities, concepts, and comparisons to build a persistent knowledge base.

How do I check my markdown wiki for broken links and orphan pages?

You can check a markdown wiki for broken links and orphan pages by running a lint and health check. This process detects orphan pages, broken links, stale content, and taxonomy violations to ensure the interlinked knowledge base remains clean and consistent.

Do I need a specific directory path to create an AI-driven markdown wiki?

Yes, you need to configure a specific wiki directory path to create an AI-driven markdown wiki. The knowledge base uses this configured directory to store markdown files, frontmatter, and link structures that organize your indexed entities and concepts.

What's the best way to query compiled knowledge from a markdown wiki?

The best way to query compiled knowledge from a markdown wiki is to use built-in retrieval features that synthesize content from indexed files. This answers questions directly from the persistent knowledge base, reducing the need for repeated manual searches across scattered documents.

Why use markdown files for an AI-driven research wiki instead of a database?

Using markdown files for an AI-driven research wiki provides a persistent, interlinked structure that grows over time without database overhead. Markdown supports frontmatter and link structures to organize entities, concepts, and comparisons while remaining easily accessible for health checks.