A persistent, compounding Obsidian wiki for AI agents. Ingest sources, query what you know, save decisions, keep session context honest.
Built by saixso. Inspired by Andrej Karpathy's LLM Wiki pattern.
Works with Claude Code, Cursor, and other agents that load Agent Skills. Knowledge compounds in wiki/ instead of restarting from a blank chat every session.
| Command | What it does |
|---|---|
/wiki |
Setup, scaffold, or continue where you left off |
ingest [file] |
Read a source, create wiki pages, update the index |
what do you know about X? |
Query the wiki and synthesize an answer |
/save |
File the current conversation as a wiki note |
/hot-sync |
Regenerate wiki/hot.md from ground truth (git + version) |
lint the wiki |
Health check: orphans, dead links, gaps |
Supporting core skills: defuddle, canvas, obsidian-markdown, obsidian-bases.
- teams-new / teams-deploy / teams-sync — cross-repo domain context. Needs
wiki/domains/first (/teams-new). - publish / feature-request — maintainer tooling for this repo.
DragonScale (log folds, page addresses, semantic tiling), hybrid retrieve, methodology modes (wiki-mode), wiki-cli, and autoresearch live under skills/ and in docs/dragonscale-guide.md / docs/compound-vault-guide.md. Use when you opt in; they are not required for the core loop.
Full inventory: AGENTS.md.
claude plugin marketplace add saixso/vault-os
claude plugin install vault-os@vault-os-marketplaceSettings → Plugins → Add marketplace → saixso/vault-os
git clone https://github.com/saixso/vault-os.git
cd vault-os
bash bin/setup-multi-agent.shIn any session: /wiki.
vault/
├── .raw/ # immutable sources
├── wiki/ # agent-written knowledge (index, log, hot cache, pages)
└── skills/ # this plugin
- Hot cache (
wiki/hot.md): injected at session start; Ground Truth owned byscripts/hot-sync.sh. - Log (
wiki/log.md): append-only operations journal. - Index (
wiki/index.md): catalog of pages.
- Wiki engine (done) — ingest, query, lint, save, hot-sync.
- Domains — seed real
wiki/domains/so teams-* becomes part of the daily path. - Context bus (future) — optional
.vault-os.ymlfor tiered context budgets. Not shipped today. - Templates — community vault shapes (infra, SaaS, research).
See docs/roadmap.md.
MIT. See LICENSE and ATTRIBUTION.md.
Built and maintained by saixso.