| name | vault_maintenance |
| description | Run all vault maintenance skills in sequence - audit_links, update_vault_index, validate_paper_links |
🛠️ Vault Maintenance Skill
Run all three maintenance skills in sequence, collecting fixes and approvals as they arise.
WORKFLOW
0. Bootstrap maintenance file
If .claude/vault_maintanance.md does not exist, create it with this exact content:
# Vault Maintenance Log
## Counters
papers_since_audit_links: 0
projects_since_audit_links: 0
papers_since_vault_index: 0
projects_since_vault_index: 0
papers_since_validate_links: 0
## Last Run
audit_links: never
update_vault_index: never
validate_paper_links: never
If the file already exists, skip this step.
1. Check maintenance counters
Read .claude/vault_maintanance.md and report current counter values before starting.
2. Run skills in order
Execute each skill fully before moving to the next. Follow each skill's own SKILL.md exactly:
/audit_links — validate graph structure (orphans, broken bidirectional links, forbidden concept links)
/update_vault_index — sync vault_index.md with current vault state
/validate_paper_links — validate paper note links against actual paper references