wiki/index-rebuild

Update wiki index entries and log for explicitly changed files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/f-campana/bifrost --skill wiki-index-rebuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki/index-rebuild
Source: https://github.com/f-campana/bifrost/tree/main/skills/wiki/wiki-index-rebuild
Command: npx skills add https://github.com/f-campana/bifrost --skill wiki-index-rebuild

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps the Sanctum/Bifrost wiki index accurate by updating entries only for files that changed during an implementation session.

Core Features & Use Cases

  • Targeted index updates: updates only changed file entries with placeholder descriptions for new files and refreshed timestamps for modified ones.
  • Audit trail: appends a session log entry documenting changes.
  • Non-scan operation: relies on an explicit changed-files list rather than scanning the whole tree.

Quick Start

Provide the list of changed files and run the wiki-index-rebuild skill to update the index and log.

Frequently Asked Questions about wiki/index-rebuild

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

FAQPage Schema
How do I update a wiki index after adding or moving documentation files?

To update a wiki index after file changes, provide an explicit list of changed files. The index rebuild process updates only those specific entries and refreshes timestamps without scanning the entire directory tree.

What is the best way to track documentation changes without scanning the whole file tree?

Targeted index updates use a provided changed-files list to modify only relevant wiki entries, avoiding a full tree scan. This approach appends a session log entry to maintain an audit trail of all modifications made.

How does wiki index rebuild handle new files versus modified ones?

The wiki index rebuild process adds placeholder descriptions for newly added files and refreshes timestamps for modified ones. It processes only the explicitly provided changed-files list to update the corresponding entries.

Do I need to provide a changed-files list manually for wiki index updates?

Yes, you must provide a changed-files list manually. The index update operation relies entirely on this explicit input rather than automatically scanning the file system to detect added, moved, or removed documentation.

Can I use this index rebuild approach for unrelated files outside the changed-files list?

No, this approach does not modify unrelated files. It processes only the explicitly provided changed-files list, updating corresponding index entries and logs while leaving all other documentation entries untouched.

Why does my wiki index log need an audit trail for documentation changes?

An audit trail log documents session changes by appending entries whenever files are added, moved, or removed. This log tracks modifications over time, ensuring the wiki index remains accurate and verifiable after each update.