wiki-compiler
Compiles raw notes and papers into a linked knowledge base
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install wiki-compiler?โผ
Run `npx skills add zhangpelf/wiki-compiler --all -g -y` in your terminal to install the skill globally.
What does wiki-compiler do?โผ
It turns raw materials like PDFs and notes into a three-layer knowledge base: full originals, refined linked articles, and quick-scan summaries with tags.
How does wiki-compiler avoid duplicate notes?โผ
It uses a hash-based ledger to track processed files, so only new or changed files get compiled and existing entries are never rewritten.
Can wiki-compiler write literature reviews?โผ
Yes. The wiki-weaver workflow searches your library with BM25 ranking and writes synthesis documents where every factual sentence links back to its source.
Does wiki-compiler work with Obsidian?โผ
Yes. It generates standard Markdown files with YAML frontmatter and double-bracket links that work natively in Obsidian and similar note apps.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides