wiki-status

Compute wiki status by listing ingested, pending, and modified sources.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Wiki Status skill computes the current state of the wiki: what's ingested, what's pending, and the delta since the last ingest, helping teams decide whether to append or rebuild.

Core Features & Use Cases

  • Ingest inventory: identify which sources are ingested, pending, or modified.
  • Delta reporting: surface changes since the last ingest to inform action decisions.
  • Insights mode scaffolding: provide a structural overview of hubs, bridges, and tag cohesion for exploratory analysis.

Quick Start

Generate a live wiki status report for the vault in a single command.

Frequently Asked Questions about wiki-status

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

FAQPage Schema
How do I check what wiki sources are pending or modified since the last ingest?

A wiki status audit tracks pending and modified sources by listing ingested items and calculating the delta since the last ingest. This surfaces new, modified, and deleted items to guide append or rebuild decisions.

What is a vault delta report and when do I need one?

A vault delta report identifies changes to wiki sources since the last ingest. You need one during vault audits to surface new, modified, and deleted items, helping you decide whether to append updates or execute a full rebuild.

How do I generate a live wiki status report for my vault in a single command?

You generate a live wiki status report by triggering a read-only inspection of the vault manifest. This outputs an inventory of ingested sources, pending items, and the delta without causing side effects.

Can I analyze vault graph cohesion and bridges without modifying the wiki data?

Yes, you can analyze graph cohesion and bridges without modifying data. Insights mode scaffolding enforces read-only inspection of the vault manifest, providing a structural overview of hubs and tag cohesion for exploratory analysis.

Does wiki auditing require write access to the vault manifest?

No, wiki auditing does not require write access. The audit enforces read-only inspection of the vault manifest to avoid side effects, relying entirely on existing manifest data to identify ingested sources and calculate deltas.

Why does my wiki audit recommend a full rebuild instead of appending new sources?

An audit recommends a full rebuild instead of appending when the delta report reveals significant structural changes or deleted sources. Evaluating the manifest's modified items helps determine if simple appending is insufficient for vault health.