What problem does it solve?
Keep Ideaverse vaults healthy by performing routine audits and maintenance workflows. This skill helps identify broken links, orphan notes, frontmatter drift, MOC bloat, and archiving opportunities, ensuring a robust and navigable knowledge base.
Core Features & Use Cases
- Automated vault diagnostics: run the six scripts (find_broken_links, find_orphans, check_frontmatter, detect_moc_bloat, validate_squeeze_points, suggest_archival) to produce a health report.
- Structural hygiene: detect MOC bloat, squeeze points, and orphan notes to improve navigation and structure.
- Compliance and governance: verify frontmatter integrity and ensure vault-level consistency across notes.
- Use case: After migrating a vault, run the maintenance suite to surface and fix gaps, then generate a vault health report for stakeholders.
Quick Start
Run the maintenance workflow against your vault path by executing the six scripts in order against the root vault directory, for example: find_broken_links.py /path/to/vault; find_orphans.py /path/to/vault; check_frontmatter.py /path/to/vault; detect_moc_bloat.py /path/to/vault; validate_squeeze_points.py /path/to/vault; suggest_archival.py /path/to/vault.