llm-wiki

Import, organize, and link markdown files into a structured knowledge base.

9|3|Updated May 18, 2026
One-click install
npx skills add https://github.com/jordanhubbard/mac --skill llm-wiki-jordanhubbard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/jordanhubbard/mac/tree/main/src/mac/_hermes/skills/research/llm-wiki
Command: npx skills add https://github.com/jordanhubbard/mac --skill llm-wiki-jordanhubbard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users create and manage a comprehensive, interconnected knowledge base using markdown files, eliminating the need for complex databases and tools.

Core Features & Use Cases

  • Knowledge Base Creation: Build a structured knowledge base by curating and organizing information into markdown files.
  • Interlinked Content: Create cross-references between different markdown files for easy navigation and access to related information.
  • Data Ingestion: Import sources, such as articles, papers, and transcripts, into the knowledge base for easy access and reference.
  • Use Case: Ideal for researchers, students, or anyone needing to compile and organize large amounts of information in a structured format.

Quick Start

Initialize a new llm-wiki with the default location or specify a custom path using the environment variable WIKI_PATH.

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 knowledge base using markdown files?

Build a persistent knowledge base by importing, organizing, and linking markdown files into a structured schema. This approach eliminates the need for complex databases, enabling easy navigation through cross-referenced content for research and education.

What is the best way to organize research papers and transcripts into an interlinked wiki?

Organize research papers and transcripts by ingesting them into a markdown-based wiki and applying a predefined schema for content categorization. This creates an interlinked structure, allowing cross-referencing between sources for efficient information retrieval.

How do I import articles and transcripts into a markdown wiki for knowledge management?

Import articles and transcripts into the markdown wiki through the data ingestion process, which structures the external sources into consistent markdown files. Once ingested, the content is categorized and interlinked for easy access and navigation.

Do I need a specific database to manage an interlinked markdown wiki?

No database is required to manage an interlinked markdown wiki. The system relies entirely on consistent structure in markdown files and a predefined schema for content categorization, eliminating the need for complex database tools.

Can I customize the storage location for my markdown knowledge base?

Yes, you can customize the storage location for your markdown knowledge base. You can initialize the wiki in a default location or specify a custom directory path using the WIKI_PATH environment variable during setup.

Why does my markdown wiki require a predefined schema for content categorization?

A predefined schema is required for content categorization because it enforces consistent structure across all markdown files. This consistency is necessary to automatically build interlinked cross-references and maintain an organized knowledge base.