wiki-rebuild

Archive, rebuild, and restore a wiki from sources with safety checks.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/OmarHosamCodes/brainiac --skill wiki-rebuild-omarhosamcodes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-rebuild
Source: https://github.com/OmarHosamCodes/brainiac/tree/main/.agents/skills/wiki-rebuild
Command: npx skills add https://github.com/OmarHosamCodes/brainiac --skill wiki-rebuild-omarhosamcodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive, rebuild, and restore a wiki to manage knowledge lifecycle, safely preserving history while enabling fresh ingestion or rollback.

Core Features & Use Cases

  • Archive current wiki state before major changes to protect knowledge
  • Rebuild the wiki from all sources to align with sources of truth
  • Restore a previous archive to rollback drift or errors

Quick Start

Archive the current wiki, then rebuild from all sources or restore from an archive as needed.

Frequently Asked Questions about wiki-rebuild

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

FAQPage Schema
How do I archive a wiki before performing a major content rebuild?

To archive a wiki safely before a rebuild, you can snapshot the current state using an archive-first workflow. This protects your knowledge base by preserving history before you perform a full re-ingest or rollback.

What is the best way to restore a wiki to a previous version after content drift?

Restoring a wiki to a previous version requires reverting to a prior archive. This rollback mechanism safely addresses content drift or errors by retrieving the preserved snapshot of your knowledge base.

When do I need to use a wiki archive and restore workflow?

You need a wiki archive and restore workflow when managing your knowledge lifecycle and preparing for major changes. It safely preserves history while enabling fresh ingestion or rollback to correct drift.

Does wiki rebuild work without dependencies?

Yes, wiki rebuild works without external dependencies. It implements an archive-first workflow with mode-specific steps and safety checks to independently snapshot, re-ingest, or restore your wiki.

Why should I snapshot my wiki before a full re-ingest?

You should snapshot your wiki before a full re-ingest to safely protect your knowledge from potential loss. This archive-first step ensures you can revert to a previous version if the rebuild introduces errors.

What are the limitations of restoring a disordered wiki from an archive?

A limitation of restoring a disordered wiki is that the archive only reverts to the exact previous state. It does not automatically fix disorder; you must perform a full rebuild from sources to align with sources of truth.