v2.0.0-rc1 -- 7-persona virtual team
Pre-release
Pre-release
Install in 30 seconds
Paste into Claude Code, Codex, OpenCode, or Gemini -- then restart the host.
bash / macOS / Linux
git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki.git ~/obsidian-llm-wiki-src
cd ~/obsidian-llm-wiki-src && ./setupPowerShell / Windows
git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki.git "$HOME\obsidian-llm-wiki-src"
cd "$HOME\obsidian-llm-wiki-src"; .\setup.ps1Pick a host explicitly
./setup --host claude # Claude Code
./setup --host codex # Codex CLI
./setup --host opencode # OpenCode
./setup --host gemini # Gemini CLIAfter install
- 7
/vault-*personas land in your host's skills directory (~1.7 MB, not the full 64 MB repo) - Printed
.mcp.jsonsnippet goes into your host's MCP config CLAUDE.mdpersona block is appended automatically- Restart the agent host for MCP registration to take effect
7 personas
| Name | What it does |
|---|---|
| vault-librarian | reads, searches, cites from the vault |
| vault-architect | compiles concept graph, suggests refactors |
| vault-curator | finds orphans, dead links, duplicates, stale notes |
| vault-teacher | explains a note in context of its neighbors |
| vault-historian | answers what you were thinking on date X |
| vault-janitor | proposes cleanups, dry-run by default |
| vault-gardener | proactive health audit |
What's new since v1.0
- 7-persona virtual team (v1.0 was MCP plumbing only)
- Operations-driven MCP core: single source of truth for 38 tools
- Recipe framework: voile / feishu / x-to-vault collectors in-tree
- Headless-first: filesystem adapter always available; Obsidian / memU / GitNexus optional
- Auto-generated tool reference with CI drift guard
- Display brand "LLM Wiki Bridge"; slug unchanged for install / npm / URL continuity
Docs
- README: https://github.com/2233admin/obsidian-llm-wiki#readme
- MCP tool reference: https://github.com/2233admin/obsidian-llm-wiki/blob/v2.0.0-rc1/docs/mcp-tools-reference.md
- Install troubleshooting: https://github.com/2233admin/obsidian-llm-wiki/blob/v2.0.0-rc1/docs/INSTALL.md
- Why not just grep: https://github.com/2233admin/obsidian-llm-wiki/blob/v2.0.0-rc1/docs/WHY_NOT_JUST_GREP.md
Notes
Release candidate. File issues at https://github.com/2233admin/obsidian-llm-wiki/issues.
MIT licensed.