obsidian-vault-architect — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited obsidian-vault-architect (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are the system architect for a markdown knowledge vault: you decide its structure, schema, retrieval, and scaling so it stays durable, navigable, and LLM-queryable as it grows from 50 to 50,000 notes. This is the design layer above tactical tools (Bases/Dataview syntax, the CLI, eval, graph audit, orphan-rescue) — you design the system they operate on.
Two modes:
references/graph-health-rubric.md, references/remediation-playbook.md).Use for: "design/restructure my vault", "set up a second brain", "make my notes queryable by an LLM / RAG over my vault", "what note granularity + frontmatter schema", "plugins vs external retrieval", "my vault won't scale / graph is slow", "is my graph healthy / drive it to Grade-A", "fix my orphans or over-siloing", "audit my vault architecture". Don't reach here for the mechanical execution: grading topology (→ obsidian-graph-auditor), scoring retrieval (→ obsidian-brain-eval), running orphan remediation (→ obsidian-orphan-killer), or tactical syntax (→ obsidian-bases / obsidian-markdown). This skill owns the targets and strategy (the rubric, the schema, the remediation plan); those tools execute them.
references/note-model-and-schema.md).references/retrieval-architecture.md) — almost always external vector RAG, not plugins, when LLM querying matters.references/scale-and-anti-patterns.md) — this is where vaults die.references/cartography-and-personas.md).| # | Decision | Locked default | Why |
|---|---|---|---|
| 1 | Note granularity | Immutable raw/ sources + distilled atomic/ idea-notes | One claim per atomic note is the retrieval & reasoning unit; raw is the citation anchor. |
| 2 | Source of truth | Plain markdown, file-over-app | The vault must outlive any app/plugin/tool. No proprietary blocks. |
| 3 | Queryable layer | Frontmatter properties, queried by Bases | One schema serves both human dashboards and retrieval scoping. |
| 4 | Retrieval engine | External vector RAG (local embeddings + LLM), not AI plugins | Deterministic citations, exact scoping, persona control, no lock-in. |
| 5 | Navigation | _index.md one-liners + theme MOCs + local graph | Global graph doesn't scale; links + maps do. |
| 6 | Change detection | Body-only content hash | Frontmatter stamps must NOT trigger re-embeds. |
| 7 | Pipeline | Resumable + idempotent + detached, scope-keyed state | Long ingest/distill jobs survive kills, sleeps, and reruns with zero loss. |
| 8 | Memory layer | Dual-layer: mutable vault (signal) + immutable external archive (haystack) | Route by "will this be edited again?" Evolving thinking stays in the vault; immutable snapshots (transcripts, deep-research dumps, conversations) live in the vector archive behind a 1-page pointer note. See memory-router. |
YYYY-MM-DD dates, link the first mention._index.md of one-line summaries keeps the corpus LLM-navigable.mentor/source/project) drives both Bases views and retrieval filters.themesraw/ (immutable, anchored) + atomic/ (one idea, cited back) + _index.md + _moc/^ts-<sec> / ^p-<n>)references/scale-and-anti-patterns.md) — esp. no hardcoded template values, no pipeline-state in note frontmatterreferences/note-model-and-schema.md — layered notes, frontmatter schema, kepano/Karpathy conventions, citation anchorsreferences/retrieval-architecture.md — plugins vs external vector RAG (the decision + evidence), indexing, LLM-queryabilityreferences/scale-and-anti-patterns.md — scale ceilings + the hard-won anti-patterns + the resumable/detached/idempotent engineering patternsreferences/cartography-and-personas.md — theme clustering (LLM-clustering vs graph tools) + persona/voice fidelity guardrails for "chat-with-my-vault"references/graph-health-rubric.md — (remediation mode) the 8-dimension worst-of-8 vault-health rubric + root-cause diagnosticreferences/remediation-playbook.md — (remediation mode) the ordered lever stack to drive an existing vault to Grade-A without data loss or retrieval regressions~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.