What problem does it solve?
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.
Core Features & Use Cases
- Supports three modes: archive only, archive + rebuild, and restore from an archive.
- Archives live at $OBSIDIAN_VAULT_PATH/_archives/ with timestamped folders containing a full copy of the wiki state plus archive-meta.json, log.md, and the manifest.
- Mode 1 archives the current state; Mode 2 archives, clears the live wiki, then rebuilds from sources; Mode 3 restores a chosen archive onto the live wiki after archiving the current state.
- After operations, the system updates archive-meta.json and log.md, and recommends optional QMD refresh steps when configured.
Quick Start
Archive the current wiki state, then proceed with the selected mode (archive only, archive + rebuild, or restore) and follow the prompts to complete the operation.