llm-wiki

Develop a Markdown-based knowledge base from human-curated sources.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/HuskyDanny/hermes-agent-config --skill llm-wiki-huskydanny
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/HuskyDanny/hermes-agent-config/tree/main/skills/research/llm-wiki
Command: npx skills add https://github.com/HuskyDanny/hermes-agent-config --skill llm-wiki-huskydanny

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to build and manage a comprehensive knowledge base, leveraging Markdown files to organize and interlink information.

Core Features & Use Cases

  • Persistent Knowledge Base: Store and reference a wide array of information, including raw sources, entity pages, concepts, and comparisons.
  • Markdown-Based Structure: Use Markdown to format content, including frontmatter for metadata and wikilinks for internal references.
  • Integration with Tools: Works seamlessly with tools like Obsidian for further content creation and organization.

Quick Start

Create a new LLM Wiki and set the directory path with hermes setup and start curating your 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 Markdown knowledge base from raw sources?▼

To build a Markdown knowledge base, you need to store immutable raw sources and use an agent to manage Markdown pages. This approach uses a layered architecture with a schema to maintain information consistency.

What is the best way to organize information using Markdown wikilinks?▼

Organizing information using Markdown wikilinks involves creating entity pages and concepts that interlink with raw sources. This structure uses frontmatter for metadata to maintain a persistent, interconnected knowledge base.

Can I use Obsidian to manage and visualize a Markdown knowledge base?▼

Yes, you can use Obsidian to manage and visualize a Markdown knowledge base. The Markdown-based structure with frontmatter and wikilinks integrates seamlessly with Obsidian for content creation and visualization.

How does a layered architecture work for knowledge management?▼

A layered architecture for knowledge management separates immutable raw sources from agent-managed Markdown pages. This schema-driven separation ensures consistency while allowing an agent to curate and update content dynamically.

Do I need text processing libraries to maintain a wiki with Markdown files?▼

You need text processing libraries to maintain a wiki with Markdown files because they enable the agent to parse raw sources and format them into structured Markdown pages. This integration ensures consistent content generation.