🗂️
WritingTypeScript

Wiki Build

by zhuzhaoyun

Wiki Build is a Writing skill for Claude Code, published by zhuzhaoyun in Molio.

241 stars35 forkson zhuzhaoyun/MolioAdded 2026/09/02+1% in starsRepository updated 2026/09/02
claude-codeknowledge-managementllmwikilocal-firstobsidianweb-clipperwechat-bot
Install in seconds
Install Wiki Build
Copy Wiki Build into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/zhuzhaoyun/Molio/tree/main/apps/daemon/src/tools/skills/wiki-build ~/.claude/skills/wiki-build

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/zhuzhaoyun/Molio.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
apps/daemon/src/tools/skills/wiki-build/SKILL.md in zhuzhaoyun/Molio
Installs to
~/.claude/skills/wiki-build
Collection
One of 8 skills cataloged from this repository
Category
Writing1060 skills

What Wiki Build does

Wiki Build 构建或重建本地知识库,把源文件整理成分层 Wiki 索引、摘要页、实体页和概念页,并维护交叉链接与日志。它适合初始建库、索引迁移和超长源文件的分段构建。

Wiki Build is cataloged under Writing on DirSkills. Wiki Build comes from a repository tagged claude-code, knowledge-management, llmwiki, local-first and obsidian.

Documentation

README

wiki-build: 构建 Wiki

wiki 不是一次性的输出,而是一个持续增长的复利资产 — 每次构建、导入、查询都会让它更丰富。

维护注记:wiki-* 五件套(build/query/ingest/save/lint)同版本号共进——改任一 skill 时,五个 version: 一起 bump 到同一下一个版本。

核心原则

  • 源文件不可变:源文件(notes/、docs/ 等)是用户的原始资料,只能读取,绝对不能修改或删除。
  • 密集交叉链接:[[wiki 链接]] 是这个知识库的核心价值。每个页面都应大量链接到其他相关页面,形成知识网络。宁可多链接,不要少链接——但只链接最终页面集合里存在的页面:没有页面的名字在正文中一律用纯文本(或先建 stub 页再链)。收尾对账(deadcheck/linkpass,见"链接对账"节)机械保证零死链、零漏链。
  • 合成而非搬运:wiki 不是源文件的简单摘要集合,而是要提炼出跨源文件的综合观点、论点和洞察。
  • 结构化元数据:每个页面必须带完整的 frontmatter,这是知识网络可查询、可审计的基础。

Vault 结构

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Wiki Build

  • What else does zhuzhaoyun publish alongside Wiki Build?

    Wiki Build is one of 8 skills that DirSkills catalogs from zhuzhaoyun/Molio, the repository it ships in. Its siblings there include Docling, Remotion and WeChat Article Extractor. Each one is a separate skill with its own page in this directory, installs the same way Wiki Build does, and is maintained by zhuzhaoyun in that same repository. The rest of the collection is listed on the zhuzhaoyun/Molio page.

  • How does Wiki Build compare to other Writing skills?

    Wiki Build ranks #882 by stars among the 1060 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Wiki Build against them. Open each page to compare what they document and how they install.

More from zhuzhaoyun/Molio

Wiki Build is one of 8 skills cataloged on DirSkills from zhuzhaoyun/Molio.

See all 8 skills
📄
1h ago

Docling

Docling converts local PDFs, Office files, images, and audio/video into structured Markdown. Use it when you need OCR, layout detection, table extraction, or speech-to-text from files on disk.
Automation
24135
🎬
1h ago

Remotion

Remotion makes videos from notes, articles, scripts, or product briefs and renders them to MP4. Use it when creating product demos, promos, trailers, explainers, motion graphics, or animated logos.
AI Engineering
24135
📰
1h ago

WeChat Article Extractor

WeChat Article Extractor converts mp.weixin.qq.com articles into structured Markdown, preserving tables, code blocks, and image placeholders. Use it when a WeChat article link needs extraction without WebFetch.
Automation
24135
📚
1h ago

Wiki Ingest

Wiki Ingest incrementally imports source files into an existing wiki, creating or updating source, entity, concept, comparison, and index pages. Use it when you want new material merged into a knowledge base with cross-links and contradiction checks.
Writing
24135
🧭
1h ago

Wiki Lint

Wiki Lint checks a local wiki for broken links, orphan pages, missing frontmatter, empty sections, contradictions, stale content, and index drift. Use it to audit knowledge-base health and generate a lint report with follow-up suggestions.
Quality
24135
📚
1h ago

Wiki Query

Wiki Query answers questions and supports writing or analysis using a knowledge base’s wiki and source files. It reads the wiki first, then source files if needed, and cites [[wikilink]] sources instead of relying on memory.
Writing
24135