llm-wiki

Organizes raw source files into cross-referenced wiki pages, summaries, concepts, and entities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LillianLi110130/bu_agent_cli --skill llm-wiki-lillianli110130
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/LillianLi110130/bu_agent_cli/tree/main/skills/llm-wiki
Command: npx skills add https://github.com/LillianLi110130/bu_agent_cli --skill llm-wiki-lillianli110130

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users develop and sustain a comprehensive knowledge base by continuously compiling, cross-referencing, and updating information derived from raw sources, eliminating manual documentation efforts.

Core Features & Use Cases

  • Continuous Knowledge Management: Converts raw source files into structured wiki pages, summaries, concepts, and entity entries.
  • Interlinked Content: Ensures pages are cross-referenced with proper links for easy navigation and consistency.
  • Use Case: Researchers systematically process raw documents into a well-organized knowledge repository that supports both quick inquiries and in-depth research.

Quick Start

Run the llm-wiki skill after placing your raw source files into the kb/raw directory to immediately start compiling and curating the Wiki content.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I organize raw documents into a cross-referenced knowledge base?

To organize raw documents into a knowledge base, place your source files into the kb/raw directory and run the wiki compilation skill. It automatically converts raw text into structured wiki pages, summaries, concepts, and entity entries.

What is the best way to maintain an interconnected wiki from continuously updated source files?

Maintaining an interconnected wiki requires continuous integration of new data into existing structures. This skill compiles ongoing updates and systematically cross-references pages, ensuring comprehensive information management and consistent navigation.

How does cross-referencing work when building a knowledge wiki from raw sources?

Cross-referencing works by automatically generating proper links between newly created wiki pages, summaries, and derived analyses. This ensures pages are interlinked for easy navigation and consistency across the entire knowledge repository.

Can I continuously add new data to an existing knowledge wiki without manual reformatting?

Yes, you can continuously add new data to your knowledge wiki. The system supports ongoing updates by systematically processing new raw source files in the kb/raw directory and integrating them into the existing cross-referenced structure.

Do I need a specific file structure to start compiling a knowledge repository?

Yes, you need a standard file structure to start building your knowledge repository. Specifically, raw source files must be placed into the kb/raw directory before running the skill to initiate the compilation and curation process.

What are the limitations of using scripted invocation for knowledge management?

The limitation of scripted invocation for knowledge management is that it requires manual or scripted execution to process updates. It does not autonomously monitor directories, meaning you must actively trigger the compilation when new raw documents are added.