wiki-status

Audits an Obsidian wiki vault for ingest deltas, token footprint, and structural insights.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/phm-aguiar/test_documentacao --skill wiki-status-phm-aguiar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-status
Source: https://github.com/phm-aguiar/test_documentacao/tree/main/.claude/skills/wiki-status
Command: npx skills add https://github.com/phm-aguiar/test_documentacao --skill wiki-status-phm-aguiar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It answers "what is the current state of my wiki" by comparing on-disk sources against the ingest manifest, so you can decide whether to append new content or rebuild the vault from scratch. ## Core Features & Use Cases - Delta Report: Classifies every source file as new, modified, touched, unchanged, or deleted by comparing it against .manifest.json. - Token Footprint: Estimates per-tier and full-wiki token costs, with a configurable warning threshold for oversized vaults. - Ranked Action List: Produces a prioritized "What to Do Next" list covering staged writes, raw files, stale pages, orphans, synthesis, and lint. - Insights Mode: Builds the wikilink graph to surface hub pages, bridge pages, tag cohesion, tier suggestions, and writes _insights.md. - Use Case: Before running an ingest, ask for a wiki status check to see that 12 new and 3 modified sources are pending, then decide to append rather than rebuild. ## Quick Start Ask the assistant to show the current wiki status and what sources are waiting to be ingested.

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 pending ingest in my Obsidian wiki?▼

Run the wiki status audit, which compares files in your sources directories against `.manifest.json` at the vault root. Each source is classified as new, modified, touched, unchanged, or deleted, and the report lists everything ready to ingest.

How do I decide between appending and rebuilding my wiki?▼

Check the delta section of the status report. If the count of new plus modified sources is small relative to total ingested sources, the report recommends append mode; a large delta or missing manifest suggests a full rebuild.

Can I estimate the token cost of loading my whole wiki into context?▼

Yes. The token footprint step groups pages by their `tier:` frontmatter, estimates tokens as file size divided by four, and reports index-only and typical-query costs. A warning appears when the full-wiki estimate exceeds the configured threshold.

What does wiki insights mode analyze?▼

Insights mode builds the wikilink graph and reports anchor hub pages, bridge pages connecting tag clusters, tag cohesion scores, surprising cross-category links, tier promotion and demotion suggestions, and writes the result to `_insights.md`.

Why are some files tracked twice in the wiki manifest?▼

Duplicate tracking happens when the manifest mixes tilde-relative and absolute paths for the same file. Source keys must be canonical absolute paths; repair a mixed manifest with the manifest normalize script.

When should I skip wiki insights mode?▼

Skip insights mode for vaults with fewer than 20 pages, since there is not enough graph structure to analyze, and right after a full rebuild before at least one ingest has run.