compile

Compile pending raw materials into structured wiki entries with cross-linking.

33|6|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/freeman5860/KnowledgeBase --skill compile-freeman5860
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compile
Source: https://github.com/freeman5860/KnowledgeBase/tree/main/.claude/skills/compile
Command: npx skills add https://github.com/freeman5860/KnowledgeBase --skill compile-freeman5860

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将 raw/ 中状态为 pending 的素材编译为 wiki 条目,并更新索引和关系图谱,简化知识整理流程。

Core Features & Use Cases

  • 自动将待处理素材转化为 wiki 条目并生成概念链接。
  • 根据素材类型选择模板、提取核心概念,并在 wiki 中创建或更新条目。
  • 通过扩散更新,更新相关条目以反映新素材的信息,并记录素材来源。

Quick Start

Run the compile skill to process all pending materials in raw/ into wiki entries and update the index and graph.

Frequently Asked Questions about compile

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

FAQPage Schema
How do I turn raw materials into linked wiki entries automatically?

To turn raw materials into linked wiki entries, this Skill compiles pending raw files into structured wiki pages, extracts concepts, and applies cross-linking across the knowledge graph.

What is the best way to maintain a knowledge graph when adding new raw materials?

Maintaining a knowledge graph requires diffusion updates to related entries. This Skill automatically updates indices and graph files to reflect new information while recording source materials.

How does concept extraction work when compiling a wiki from raw files?

Concept extraction during wiki compilation identifies core concepts within raw materials, selects appropriate templates, and generates cross-links to create or update existing wiki entries.

Can I process pending raw materials without manually updating the wiki index?

Processing pending raw materials without manual index updates is supported. The Skill automatically synchronizes raw registries, wiki indices, and graph files upon compilation.

What needs to be set up before compiling raw materials into a wiki knowledge base?

Compiling raw materials requires pending files in a raw directory, template selections, and existing wiki index or graph files to ensure proper frontmatter updates and changelog integration.

Why are my wiki entries not cross-linking after processing raw materials?

Wiki entries may fail to cross-link if diffusion updates are incomplete. This Skill ensures concept extraction and frontmatter updates maintain a coherent knowledge graph across all entries.