llm-wiki

Ingest sources into an interlinked markdown knowledge base with cross-links.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill llm-wiki-simon-copilot-studio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/Simon-Copilot-Studio/ai-content-hub/tree/main/research/llm-wiki
Command: npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill llm-wiki-simon-copilot-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build and maintain a persistent, interlinked markdown knowledge base to capture, organize, and cross-reference sources over time.

Core Features & Use Cases

  • Ingest sources into a wiki-like structure with raw sources and cross-links.
  • Query compiled knowledge, lint for consistency, and perform health checks on the knowledge graph.
  • Typical use cases include research note-taking, literature triage, and long-term knowledge maintenance for teams.

Quick Start

Create or initialize a wiki at the configured path and start by ingesting your first sources to seed the knowledge base.

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 knowledge base from multiple sources?▼

You build a persistent markdown knowledge base by ingesting raw sources into a structured wiki directory with a SKILL.md frontmatter, raw and wiki layers, and cross-linking rules.

What is cross-linking in a wiki-like knowledge base and how does it work?▼

Cross-linking in a wiki-like knowledge base interconnects markdown documents through defined rules, enabling consistent navigation and querying across compiled knowledge.

Can I lint my markdown wiki for consistency and perform health checks?▼

Yes, you can lint your markdown wiki for consistency across the knowledge graph and perform health checks to maintain long-term research notes and literature triage.

Do I need a specific directory structure to start ingesting sources into a wiki?▼

Yes, you need a wiki directory structure containing a SKILL.md frontmatter describing the domain, plus raw and wiki layers and cross-linking rules before ingesting sources.

What's the best way to maintain long-term team knowledge using markdown?▼

The best way to maintain long-term team knowledge is to build an interlinked markdown wiki, lint for consistency, and query compiled knowledge to capture and cross-reference sources over time.

Why does my wiki knowledge graph need linting after ingesting sources?▼

Your wiki knowledge graph needs linting after ingesting sources to ensure consistency across the interlinked markdown structure and maintain accurate cross-references over time.