一键导入
vault-audit
Run a comprehensive PARA audit and vault cleanup — archive stale projects, fix broken links, consolidate duplicates, and verify MOC hierarchy
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a comprehensive PARA audit and vault cleanup — archive stale projects, fix broken links, consolidate duplicates, and verify MOC hierarchy
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze the current or a past Claude Code session to extract knowledge worth persisting to the vault. Proposes items, you pick, it writes them to the right place. This skill activates when you say capture this session, what should we save, what did we learn, or at end-of-session when valuable knowledge was generated.
One-time setup wizard — personalize the vault with your name, domains, and preferences
Hands-on guided tour of the vault — learn by doing with real examples
Migrate content from staging, chunk large files, and handle bulk note reorganization
Transform and organize notes in the Obsidian vault — add frontmatter, detect note types, create relationships
Extract URL content and create literature notes and review notes from web articles
| name | vault-audit |
| description | Run a comprehensive PARA audit and vault cleanup — archive stale projects, fix broken links, consolidate duplicates, and verify MOC hierarchy |
| activation | ["vault audit","vault cleanup","para audit","cleanup vault","audit vault"] |
Comprehensive PARA audit and vault hygiene pass. Run this periodically (monthly or after major changes) to keep the vault coherent.
up: links pointing to deleted/moved filesup: links form a clean tree back to HomeFor each note category, verify PARA alignment:
up: "[[Projects]]" or up: "[[Work]]"?up: "[[Resources]]"?up: "[[Home]]" that should be under Resources?archive/?up: links: Find notes whose up: target doesn't existup: link (excluding PARA roots, Inbox, Tasks)mocassets/ and attachments/. Root-level media files are git bloat — flag for removal. Also check .playwright-mcp/ for screenshot accumulation.Present findings as a structured report to the user, then execute approved actions:
git mv <file> archive/git rm <file> (only strict subsets)up: propertiesgit mv/obsidian-migrate to processAfter cleanup, run /vault-index to regenerate the Vault Index with fresh metrics.
staging/ — staging is a holding area managed by /obsidian-migrate. The audit should only report what's in staging, not act on it. Staging files are works-in-progress; they get promoted when ready via /obsidian-migrate, not during cleanup.git mv for all file moves — preserves history## Vault Audit Report — YYYY-MM-DD
### PARA Health
- Projects: X active, Y stale candidates
- Areas: X populated, Y empty
- Resources: X MOCs, hierarchy issues: [list]
- Archives: X items, Y need archiving
### Structural Issues
- Broken up: links: [count]
- Orphan notes: [count]
- De-facto hubs needing type: moc: [list]
- Non-canonical tags: [count] variants
- Media files outside safe zones: [count] ([total size])
### Recommended Actions
1. Archive: [file list with reasons]
2. Delete: [file list with reasons]
3. Fix: [broken links, tag fixes]
4. Process: [staging files with destinations]