kb-compile

Compile raw markdown files into structured summaries and concept articles.

Updated May 9, 2026
One-click install
npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill kb-compile-luminavault
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-compile
Source: https://github.com/LuminaVault/LuminaVaultServer/tree/main/hermes-skills/kb-compile
Command: npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill kb-compile-luminavault

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of compiling uncompiled raw content into a structured knowledge base, updating concepts and summaries efficiently.

Core Features & Use Cases

  • Content Compilation: Processes raw content and generates structured summaries and concept articles.
  • Index Updates: Updates the knowledge base index with new entries and concept links.
  • Use Case: After ingesting new content into the system, use this Skill to process the content and ensure the knowledge base is updated with new summaries and concepts.

Quick Start

Run the 'kb-compile' skill to update your knowledge base with the latest content.

Frequently Asked Questions about kb-compile

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

FAQPage Schema
How do I compile raw markdown files into a structured knowledge base?

To compile raw markdown files into a structured knowledge base, process them to generate summaries and concept articles while updating the knowledge base index with new entries. This requires a knowledge base structured with 'raw' and 'wiki' directories.

What is the best way to generate concept articles from uncompiled content?

Generating concept articles from uncompiled content involves processing raw markdown files to extract concepts and create structured summaries. A manifest is used to track the compiled status of entries within the knowledge base system.

Does kb-compile work with Syncthing for knowledge base synchronization?

Yes, the knowledge base compilation process is compatible with Syncthing for synchronization. This allows you to process raw content into wiki articles and update the index while keeping the directories synchronized across devices.

How do I update my knowledge base index after adding new content?

To update your knowledge base index after adding new content, process the raw markdown files to generate concept articles and summaries. This updates the index with new entries and concept links while using a manifest to track compiled status.

What directory structure is needed for markdown content compilation?

Markdown content compilation requires a knowledge base structured with 'raw' and 'wiki' directories. The raw directory holds uncompiled content, while the wiki directory stores the generated summaries and concept articles.