| name | vault-linter |
| description | Scan the Obsidian vault for structural issues — missing frontmatter, broken tags, orphan notes, stale content, duplicates. Produces actionable health reports.
|
Vault Linter
Scanning tools for vault health. Use these scripts to identify issues, then use the vault-curator skill to fix them.
Scripts
vault-health.sh — Full vault health scan
Scans the entire vault and produces a structured report.
bash /workspace/skills/vault/vault-linter/scripts/vault-health.sh /vault
frontmatter-check.sh — Check frontmatter on specific files or folders
bash /workspace/skills/vault/vault-linter/scripts/frontmatter-check.sh /vault/Projects
find-orphans.sh — Find notes with no incoming or outgoing links
bash /workspace/skills/vault/vault-linter/scripts/find-orphans.sh /vault
find-duplicates.sh — Find notes with similar titles or content
bash /workspace/skills/vault/vault-linter/scripts/find-duplicates.sh /vault