vault-health

Diagnose notes vault infrastructure and report sync, scheduler, and skills health status.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/joydai2026-del/skills --skill vault-health-joydai2026-del
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: vault-health
Source: https://github.com/joydai2026-del/skills/tree/main/vault-health
Command: npx skills add https://github.com/joydai2026-del/skills --skill vault-health-joydai2026-del

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Keeping a personal notes vault healthy requires checking many moving parts: sync freshness, scheduler jobs, agent memory files, and skill trigger coverage. This Skill runs a structured, read-only diagnostic pass and turns raw check output into a clear report with exact fix commands for every warning or failure. ## Core Features & Use Cases - Infrastructure Diagnostics: Runs a health-check script and presents sync status, file counts, scheduler state, and inbox counts with PASS/WARN/FAIL levels. - Actionable Fixes: Maps every WARN or FAIL to a specific resolution command from the troubleshooting reference, such as reloading a launchd job or refreshing a Notion token. - Skills Audit: On demand, scans all installed skills to report trigger tier distribution, dormant or never-used skills, and missing trigger keywords. - Use Case: At the start of a month, ask for a vault health check to confirm syncs are current, the daily scheduler ran, and no skills are missing triggers, then apply the suggested fixes inline. ## Quick Start Ask the agent to run a vault health check and show any warnings with their fixes.

Frequently Asked Questions about vault-health

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

FAQPage Schema
How do I check the health of my notes vault?▼

Run the vault health check, which executes a diagnostic script and presents sync status, file counts, scheduler state, and inbox counts as PASS, WARN, or FAIL. Each warning comes with the exact fix command from the troubleshooting reference.

How do I audit which skills are missing triggers?▼

Ask for a skills health report. It scans every SKILL.md, categorizes trigger tiers from always-on to no-triggers, lists skills unused for 60+ days, and recommends specific trigger keywords for flagged skills.

Does the vault health check modify my notes?▼

No, the health check is strictly read-only and never modifies vault files. It only reads the generated health report and vault state, then presents findings and recommended commands for you to approve.

Why is my Notion sync failing and how do I fix it?▼

Notion sync failures usually come from an invalid or expired token. Verify the token in the automation env file, test it against the Notion API, and create a new integration if you get a 401, or share pages with the integration if you get a 403.

What do the deep check options cover?▼

Deep checks run only on explicit request and cover folder structure audits, frontmatter coverage sampling, orphaned file detection, automation config validation, and duplicate notion-id detection that could cause sync conflicts.