From obsidian-blueprint
Read-only gap analysis comparing an Obsidian vault's current quality setup against the 7-dimension methodology. Use when user says "audit vault", "check vault quality", "what's missing", "vault gaps", or wants to see how their vault measures up before running setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-blueprint:vault-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only — does not modify any files.
Read-only — does not modify any files.
Read these files before starting:
skills/shared/references/methodology-framework.md — shared principles, hook architecture, exit codes, 7 quality dimensionsskills/vault-setup/references/methodology.md — vault-specific 7 dimensions, thresholds, tool research guidanceskills/vault-setup/references/analysis-checklist.md — what to check in the target vaultFollow the 5-step audit pattern below. Vault-specific details for each step:
Detect vault structure: folder hierarchy, .obsidian/ contents, community plugins, daily notes configuration, frontmatter conventions, template files, tag inventory. Inventory existing tool configurations: linter configs, spelling dictionaries, .gitignore coverage, hook scripts, CI workflows.
Check each of the 7 dimensions — see methodology-framework.md for roles and the vault-specific methodology.md for tools and thresholds:
.gitignore covering volatile .obsidian/ files? Large binaries detected? Merge-conflict-prone files excluded?Expected hooks:
Expected workflows (from workflow-catalog.md categories):
.md filesPresent dimension/hook/CI coverage tables with recommendations. Suggest running /obsidian-blueprint:vault-setup to configure missing dimensions.
## Audit Results
### Dimension Coverage
| Dimension | Status | Tools | Notes |
|-----------|--------|-------|-------|
| Frontmatter Integrity | Configured | ... | ... |
| ... | ... | ... | ... |
### Hook Coverage
- [x] SessionStart (vault detection)
- [x] PostToolUse (per-edit fix)
- [ ] Stop (quality gate) — not configured
### CI Coverage
- [x] frontmatter-check
- [ ] link-check — missing
- ...
### Recommendations
1. Run `/obsidian-blueprint:vault-setup` to configure missing dimensions
2. ...
npx claudepluginhub ondrasek/cc-plugins --plugin obsidian-blueprintRead-only health check for Obsidian vault: finds broken links, orphaned notes, tag inconsistencies, and wiki issues, then reports prioritized fixes.
Runs 7-phase Obsidian vault audit: structural scan, duplicate detection, link integrity, frontmatter audit, MOC review, cross-agent checks, health report.
Scans an Obsidian vault for coverage gaps, stale docs, duplicates, missing spine links, tag inconsistencies, and out-of-sync memory signposts. Helps maintain vault hygiene.