llm-wiki-skill

Create and maintain an interconnected Markdown knowledge base from ingested sources.

28|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/aaronoah/llm-wiki-skill --skill llm-wiki-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki-skill
Source: https://github.com/aaronoah/llm-wiki-skill/tree/main
Command: npx skills add https://github.com/aaronoah/llm-wiki-skill --skill llm-wiki-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables users to continuously create and maintain a persistent, interconnected Markdown knowledge base by ingesting raw materials, cross-linking pages, and ensuring consistency across a wiki-like structure.

Core Features & Use Cases

  • Ingest and organize raw materials into a generated, cross-referenced Markdown knowledge base.
  • Lint, audit, and health-check the wiki to maintain quality and consistency.
  • Enable fast querying over compiled knowledge with a structured, navigable directory layout.

Quick Start

Install and activate the skill, then initialize your wiki at the project root with a single command.

Frequently Asked Questions about llm-wiki-skill

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

FAQPage Schema
How do I create a cross-linked Markdown knowledge base from existing documents?

To create a cross-linked Markdown knowledge base, this Skill ingests raw materials and automatically organizes them into a structured, interconnected wiki. It enforces frontmatter metadata and cross-links between pages to ensure navigability and consistency across your generated content.

What is the best way to maintain consistency across a growing Markdown wiki?

The best way to maintain wiki consistency is using built-in lint, audit, and health-check features. This Skill continuously validates your Markdown knowledge base, enforcing frontmatter metadata and verifying cross-links to ensure ongoing quality as your wiki scales.

How does content ingestion work for a Markdown knowledge base?

Content ingestion works by processing raw source materials and routing them through a layered architecture of raw contents, generated pages, and configurable schemas. The Skill organizes these inputs into a structured directory layout with optional scripts, references, and assets.

Can I query and navigate an ingested Markdown wiki without external dependencies?

Yes, you can query and navigate your wiki without external dependencies. This Skill operates independently and enables fast querying over compiled knowledge using a structured, navigable directory layout generated from your ingested Markdown sources.

Do I need a specific schema to organize raw materials into a generated wiki?

You need a configurable schema to organize raw materials into a generated wiki. This Skill enforces frontmatter metadata and structured outputs across raw, generated, and assets directories, ensuring your Markdown knowledge base remains persistent and interconnected.

Why does my Markdown wiki need lint and health checks?

Your Markdown wiki needs lint and health checks to maintain quality and consistency across interconnected pages. This Skill audits frontmatter metadata and cross-links, preventing broken references and ensuring your knowledge base remains reliable during ongoing updates.