llm-wiki

Create and maintain structured markdown wikis for consolidating research knowledge from ingested sources.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/musical-basics/hermes-build-2 --skill llm-wiki-musical-basics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/musical-basics/hermes-build-2/tree/main/skills/research/llm-wiki
Command: npx skills add https://github.com/musical-basics/hermes-build-2 --skill llm-wiki-musical-basics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the fragmented, manual effort of gathering research notes, source files, and maintaining consistency across a growing knowledge base by providing a structured, self‑updating markdown wiki.

Core Features & Use Cases

  • Ingest Sources: Capture articles, papers, transcripts, and assets into a raw layer, then automatically generate or update entity, concept, and comparison pages.
  • Query Knowledge: Retrieve synthesized answers from the wiki, citing relevant pages, and optionally file the result for future reference.
  • Lint & Maintenance: Detect orphan pages, broken links, stale content, and enforce schema consistency to keep the knowledge base healthy.

Quick Start

Ask the assistant to initialize a new wiki at ~/wiki and add the latest AI research paper.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I organize research papers and transcripts into a structured knowledge base?

To build a linked markdown knowledge base, ingest articles, papers, and transcripts into a raw layer, which automatically generates linked entity, concept, and comparison pages while enforcing frontmatter standards.

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

The best way to maintain consistency across a growing markdown wiki is to use a linting process that detects orphan pages, broken links, and stale content. This enforces schema consistency and tracks changes via a structured index and log.

How do I retrieve synthesized answers from my research notes with citations?

You can retrieve synthesized answers from your research notes by querying the compiled knowledge base. The system retrieves relevant information, cites specific pages, and optionally files the result for future reference.

Does this markdown wiki approach work for ingesting audio transcripts and papers?

Yes, this markdown wiki approach works for ingesting audio transcripts and papers by capturing them into a raw layer. It then automatically processes these assets to generate and update structured entity and concept pages.

How do I track changes and detect broken links in my markdown research notes?

You track changes and detect broken links in your markdown research notes by using the built-in linting and maintenance features. It tracks updates via an index and log while detecting orphan pages and stale content.