llm-wiki

Ingest sources into a persistent interlinked markdown knowledge base.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/zangjeicy/Hermes --skill llm-wiki-zangjeicy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/zangjeicy/Hermes/tree/main/skills/research/llm-wiki
Command: npx skills add https://github.com/zangjeicy/Hermes --skill llm-wiki-zangjeicy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of fragmented, ephemeral knowledge by creating a persistent, interlinked markdown-based knowledge base that evolves and compounds over time, unlike traditional RAG systems that rediscover information from scratch.

Core Features & Use Cases

  • Compounding Knowledge: Automatically cross-references, summarizes, and maintains consistency across your notes.
  • Agentic Curation: The agent actively manages the wiki structure, flags contradictions, and performs health checks to ensure data integrity.
  • Use Case: Researchers or developers can use this to maintain a living documentation hub for complex topics, where the agent handles the heavy lifting of linking concepts and ingesting new sources.

Quick Start

Ask the agent to initialize a new wiki in your home directory and guide you through the setup of your first domain-specific schema.

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 that cross-references notes automatically?

To build a persistent markdown knowledge base, you need a system that ingests sources, manages entity relationships, and cross-references notes automatically. This ensures information synthesis and structural consistency across your research workflows without losing context over time.

What is the best way to maintain interlinked research notes instead of using standard RAG?

An interlinked research notes system maintains a persistent markdown wiki that compounds knowledge over time. Unlike standard RAG systems that rediscover information from scratch, this approach automatically summarizes and flags contradictions to actively manage wiki structure and data integrity.

Can I use Obsidian to manage a self-organizing knowledge base with an agent?

Yes, you can use Obsidian to manage a self-organizing knowledge base. The system requires file system access for markdown management and integrates with local or cloud-based editors like Obsidian to handle ingesting sources and maintaining entity relationships.

How do I initialize a domain-specific schema for a new markdown wiki?

To initialize a domain-specific schema for a new markdown wiki, you ask the agent to set up the wiki in your home directory. The agent then guides you through the setup process to structure your specific research and documentation workflows.

Does an agentic knowledge base flag contradictions across markdown documentation?

Yes, an agentic knowledge base actively flags contradictions across markdown documentation. The agent performs health checks and manages the wiki structure to ensure data integrity and consistency across all ingested sources and interlinked notes.