wiki-rebuild

仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 20 天前
▸ 精选理由

适用于需要从零重建或回退到历史版本的大规模变更场景。

▸ 风险提示

是破坏性操作,可能覆盖与删除现有内容,必须先确认并备份。

这个 Skill 做什么

在归档后可从头重建或从历史快照恢复整个 Obsidian 维基。

能把整个 Obsidian 维基先打包归档,然后从头重建或从历史快照恢复。适合维基严重漂移、要大改版或想从零开始重做时使用。特点是这是一个破坏性操作:会先强制归档并要求确认,支持从多种来源重建以保证可回退。

▸ 展开 SKILL.md 英文原文

Archive existing wiki knowledge and rebuild from scratch, or restore from a previous archive. Use this skill when the user wants to start fresh, rebuild the wiki from all sources, archive current knowledge before a major change, or restore an older version. Triggers on "rebuild the wiki", "start over", "archive and rebuild", "restore from archive", "nuke and repave", "clean rebuild". Also use when the wiki has drifted too far from sources and incremental fixes won't cut it.

办公文档重建归档恢复全量重建通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-rebuild/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-rebuild/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wiki Rebuild — Archive, Rebuild, Restore

You are performing a destructive operation on the wiki. Always archive first, always confirm with the user before proceeding.

## Before You Start

1. **Resolve config** — follow the Config Resolution Protocol in `llm-wiki/SKILL.md` (inline `@name` override → walk up CWD for `.env` → `~/.obsidian-wiki/config` → prompt setup). This gives `OBSIDIAN_VAULT_PATH` and optional QMD settings such as `QMD_WIKI_COLLECTION`
2. Read `.manifest.json` to understand current state
3. **Confirm the user's intent.** This skill supports three modes:
   - **Archive only** — snapshot current wiki, no rebuild
   - **Archive + Rebuild** — snapshot, then reprocess all sou
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有