wiki-status

Reports ingest status, graph structure, and maintenance equilibrium of an Obsidian wiki vault.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill wiki-status-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-status
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/wiki-status
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill wiki-status-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It answers the recurring question of what state a personal knowledge wiki is in — what sources have been ingested, what is new or modified since the last ingest, and whether any maintenance work is still pending — without manually diffing files against the vault manifest. ## Core Features & Use Cases - Delta reporting: Scans documents, Claude history, and Codex history, compares them against .manifest.json, and classifies each source as new, modified, touched, unchanged, deleted, or unavailable. - Insights mode: Runs graph analysis over wikilinks to surface anchor hubs, bridge pages, cluster cohesion, surprising cross-domain connections, orphan-adjacent pages, and tier assignment suggestions, written to _insights.md. - Equilibrium mode: Runs every maintenance skill's audit-only pass (lint, dedup, cross-linker, tag-taxonomy) and reports whether the vault has converged, including oscillation detection between fighting skills. - Use Case: After a week of new Claude conversations and downloaded papers, ask for a wiki status to see 12 new sources ready to ingest, 2 stale core pages, and a ranked list of what to do next. ## Quick Start Ask the assistant to show the current wiki status and delta since the last ingest for your Obsidian vault.

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 sources are new since my last wiki ingest?

Run the wiki status report, which scans your documents directory, Claude history, and Codex history, then compares each file against .manifest.json. Sources are classified as new, modified, touched, unchanged, deleted, or unavailable, with a ready-to-ingest count.

How do I find the most connected pages in an Obsidian vault?

Use insights mode, which runs graph analysis over all wikilinks to rank anchor pages by incoming links and compute betweenness centrality for bridge pages. Results are written to _insights.md with hub, bridge, and cluster cohesion tables.

What is vault equilibrium in wiki maintenance?

Equilibrium means every maintenance skill's audit-only pass reports zero pending changes, so no skill has a profitable move left. The equilibrium mode runs lint, dedup, cross-linker, and tag-taxonomy audits and flags oscillation when two skills keep undoing each other.

Does wiki-status modify my vault files?

It is read-only for vault content and never applies fixes itself. The only file it writes is the regenerable _insights.md report in insights mode, plus snapshot comments used for diffing between runs.

When should I skip running wiki status insights?

Skip insights mode for vaults with fewer than 20 pages, since there is not enough graph structure for meaningful hub or bridge analysis. Also skip it right after a full rebuild until at least one ingest has completed.